@azure-devops/mcp 2.3.0-nightly.20251208 → 2.3.0-nightly.20251209
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/README.md +2 -0
- package/dist/version.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -186,6 +186,8 @@ See our [Contributions Guide](./CONTRIBUTING.md) for:
|
|
|
186
186
|
- 📝 Code style & testing
|
|
187
187
|
- 🔄 Pull request process
|
|
188
188
|
|
|
189
|
+
> ⚠️ Please read the [Contributions Guide](./CONTRIBUTING.md) before creating a pull request to understand our development setup, coding standards, and PR process.
|
|
190
|
+
|
|
189
191
|
## 🤝 Code of Conduct
|
|
190
192
|
|
|
191
193
|
This project follows the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageVersion = "2.3.0-nightly.
|
|
1
|
+
export const packageVersion = "2.3.0-nightly.20251209";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-devops/mcp",
|
|
3
|
-
"version": "2.3.0-nightly.
|
|
3
|
+
"version": "2.3.0-nightly.20251209",
|
|
4
4
|
"mcpName": "microsoft.com/azure-devops",
|
|
5
5
|
"description": "MCP server for interacting with Azure DevOps",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@azure/identity": "^4.10.0",
|
|
42
42
|
"@azure/msal-node": "^3.6.0",
|
|
43
|
-
"@modelcontextprotocol/sdk": "1.24.
|
|
43
|
+
"@modelcontextprotocol/sdk": "1.24.2",
|
|
44
44
|
"azure-devops-extension-api": "^4.252.0",
|
|
45
45
|
"azure-devops-extension-sdk": "^4.0.2",
|
|
46
46
|
"azure-devops-node-api": "^15.1.0",
|