@azure-devops/mcp 2.4.0-nightly.20260225 → 2.4.0-nightly.20260226
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.
- package/dist/version.js +1 -1
- package/package.json +2 -3
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageVersion = "2.4.0-nightly.
|
|
1
|
+
export const packageVersion = "2.4.0-nightly.20260226";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-devops/mcp",
|
|
3
|
-
"version": "2.4.0-nightly.
|
|
3
|
+
"version": "2.4.0-nightly.20260226",
|
|
4
4
|
"mcpName": "microsoft.com/azure-devops",
|
|
5
5
|
"description": "MCP server for interacting with Azure DevOps",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"build": "tsc && shx chmod +x dist/*.js",
|
|
29
29
|
"prepare": "npm run build && husky",
|
|
30
30
|
"watch": "tsc --watch",
|
|
31
|
-
"inspect": "ALLOWED_ORIGINS=http://127.0.0.1:6274 npx @modelcontextprotocol/inspector node dist/index.js",
|
|
31
|
+
"inspect": "ALLOWED_ORIGINS=http://127.0.0.1:6274 npx @modelcontextprotocol/inspector@0.21.0 node dist/index.js",
|
|
32
32
|
"start": "node -r tsconfig-paths/register dist/index.js",
|
|
33
33
|
"eslint": "eslint",
|
|
34
34
|
"eslint-fix": "eslint --fix",
|
|
@@ -50,7 +50,6 @@
|
|
|
50
50
|
"zod-to-json-schema": "^3.24.5"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@modelcontextprotocol/inspector": "^0.20.0",
|
|
54
53
|
"@types/jest": "^30.0.0",
|
|
55
54
|
"@types/node": "^22.19.1",
|
|
56
55
|
"eslint-config-prettier": "10.1.8",
|