Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@azure-devops/mcp",
"version": "2.2.2",
"version": "2.3.0",
"mcpName": "microsoft.com/azure-devops",
"description": "MCP server for interacting with Azure DevOps",
"license": "MIT",
"author": "Microsoft Corporation",
Expand Down
22 changes: 22 additions & 0 deletions server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "com.microsoft/azure-devops",
"description": "The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.",
"version": "2.3.0",
"title": "Azure DevOps MCP",
"packages": [
{
"registryType": "npm",
"identifier": "@microsoft/azure-devops",
"version": "2.3.0",
"transport": {
"type": "stdio"
}
}
],
"repository": {
"url": "https://github.com/microsoft/azure-devops-mcp",
"source": "github"
},
"websiteUrl": "https://learn.microsoft.com/en-us/azure/devops/mcp-server/mcp-server-overview"
}
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const packageVersion = "2.2.2";
export const packageVersion = "2.3.0";