Loading subscription status...
{
"mcpServers": [
{
"azure-devops": {
"env": {
"AZURE_DEVOPS_PAT": "your-pat",
"AZURE_DEVOPS_ORG_URL": "your-org-url",
"AZURE_DEVOPS_PROJECT": "your-project",
"AZURE_DEVOPS_REPOSITORY": "your-repo"
},
"args": [
"/path/to/azure-devops-mcp/build/index.js"
],
"command": "node"
}
}
]
}