forked from microsoft/azure-devops-mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
22 lines (22 loc) · 689 Bytes
/
server.json
File metadata and controls
22 lines (22 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.4.0",
"title": "Azure DevOps",
"packages": [
{
"registryType": "npm",
"identifier": "@microsoft/azure-devops",
"version": "2.4.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"
}