@azure-devops/mcp 2.4.0-nightly.20260209 → 2.4.0-nightly.20260211

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -136,6 +136,7 @@ function configureRepoTools(server, tokenProvider, connectionProvider, userAgent
136
136
  workItemRefs: workItemRefs,
137
137
  forkSource,
138
138
  labels: labelDefinitions,
139
+ supportsIterations: true,
139
140
  }, repositoryId);
140
141
  const trimmedPullRequest = trimPullRequest(pullRequest, true);
141
142
  return {
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const packageVersion = "2.4.0-nightly.20260209";
1
+ export const packageVersion = "2.4.0-nightly.20260211";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-devops/mcp",
3
- "version": "2.4.0-nightly.20260209",
3
+ "version": "2.4.0-nightly.20260211",
4
4
  "mcpName": "microsoft.com/azure-devops",
5
5
  "description": "MCP server for interacting with Azure DevOps",
6
6
  "license": "MIT",
@@ -50,7 +50,7 @@
50
50
  "zod-to-json-schema": "^3.24.5"
51
51
  },
52
52
  "devDependencies": {
53
- "@modelcontextprotocol/inspector": "^0.17.0",
53
+ "@modelcontextprotocol/inspector": "^0.19.0",
54
54
  "@types/jest": "^30.0.0",
55
55
  "@types/node": "^22.19.1",
56
56
  "eslint-config-prettier": "10.1.8",