Skip to content

v1.1.0

Choose a tag to compare

@Novaes Novaes released this 16 Jul 19:00
· 213 commits to main since this release
6465257

Summary

The recent contributions to the Azure DevOps MCP repository reflect a comprehensive set of enhancements across functionality, configuration, documentation, and security. Key updates include new features such as initial prompt support, PR filtering and linking, build parameter specification, and tools for commit/PR tracking. Several improvements were made to error handling, test coverage, and configuration management, including updates to workflows, ESLint removal, and Prettier integration. Documentation was refined for clarity and consistency, while dependency versions were incrementally updated. Additionally, multiple fixes addressed code scanning alerts and minor bugs, reinforcing the project’s stability and maintainability.

What's Changed

  • feat: new version for publishing by @aaudzei in #135
  • update openfiles customization in devcontainer config by @polatengin in #155
  • remove deprecated eslint config file by @polatengin in #157
  • [dependencies]: Bump typescript-eslint from 8.34.1 to 8.35.0 by @dependabot[bot] in #117
  • [dependencies]: Bump @modelcontextprotocol/sdk from 1.13.0 to 1.13.2 by @dependabot[bot] in #143
  • feat: add initial prompts for experimentation by @danhellem in #153
  • Enhance error handling and add tests for wiki tools by @danhellem in #165
  • Update date handling in configuration functions to use z.coerce.date() by @danhellem in #164
  • Option to list PRs by status (Issue #90) by @nikolapeja6 in #166
  • Update pronoun for consistency in authoring instructions by @danhellem in #176
  • Option to link work items when creating the PR (Issue #115) by @nikolapeja6 in #168
  • update workflows to use specific action versions and adding harden-runner steps to improve security by @polatengin in #158
  • Option to specify build parameters in build_run_build tool (Issue #72) by @nikolapeja6 in #188
  • Update access.yml by @aaudzei in #191
  • Option to filter repos and projects by parts of their names (Issue #113) by @nikolapeja6 in #189
  • [dependencies]: Bump @modelcontextprotocol/inspector from 0.14.1 to 0.15.0 by @dependabot[bot] in #160
  • [dependencies]: Bump typescript-eslint from 8.35.0 to 8.35.1 by @dependabot[bot] in #162
  • Increasing access for nikolapeja6 by @nikolapeja6 in #196
  • Fix contributing link in README.md by @aLekSer in #195
  • fix: do not log to STDOUT by @aaudzei in #192
  • [dependencies]: Bump zod-to-json-schema from 3.24.5 to 3.24.6 by @dependabot[bot] in #197
  • [dependencies]: Bump @azure/identity from 4.10.1 to 4.10.2 by @dependabot[bot] in #198
  • Potential fix for code scanning alert no. 3: Workflow does not contain permissions by @Novaes in #214
  • Potential fix for code scanning alert no. 4: Workflow does not contain permissions by @Novaes in #213
  • Potential fix for code scanning alert no. 5: Workflow does not contain permissions by @Novaes in #212
  • chore: update CODEOWNERS to use maintainers tag by @Novaes in #211
  • docs: fix grammar, improve clarity, and ensure consistent formatting in README and Troubleshooting by @Vruddhi18 in #208
  • update package.json. Add home page and bugs urls by @abdulkareemnalband in #204
  • Missing comma in package.json by @danhellem in #217
  • Limit number of results for repo tools (Issue #169) by @nikolapeja6 in #202
  • Add open in codespaces button to contribution guide by @kboom in #216
  • Adding members by @danhellem in #222
  • Update contributing guidelines and README to clarify expectations by @danhellem in #226
  • Fixing bug with update_pull_request_status (Issue #184) by @nikolapeja6 in #223
  • feat: add configuration files for Prettier and EditorConfig by @polatengin in #156
  • fix: link and add formatting rules to CONTRIBUTING guidelines by @aaudzei in #232
  • Adding new example to HOWTO.md by @danhellem in #228
  • fix: typo in copilot-instructions.md by @InDieTasten in #234
  • [dependencies]: Bump typescript-eslint from 8.35.1 to 8.36.0 by @dependabot[bot] in #220
  • [dependencies]: Bump jest from 30.0.2 to 30.0.4 by @dependabot[bot] in #221
  • Add update_build_stage tool (Issue #113) by @nikolapeja6 in #200
  • Create tools useful for locating commits and pull requests associated with these commits by @kboom in #238
  • Add contributors and star history to readme by @kboom in #239
  • add core tests to improve code coverage by @polatengin in #246
  • add work tests to improve code coverage by @polatengin in #245
  • add wikis tests to improve code coverage by @polatengin in #244
  • fix: append MCP client info to UserAgent header by @aaudzei in #251
  • changed tool to allow for bulk create child items instead of one by @danhellem in #241
  • add workitems tests to improve code coverage by @polatengin in #243
  • [dependencies]: Bump azure-devops-extension-api from 4.254.0 to 4.255.1 by @dependabot[bot] in #250

New Contributors

Full Changelog: v1.0.0...v1.1.0