Loading subscription status...
{
"mcpServers": [
{
"azure-devops-mcp": {
"env": {
"AZURE_DEVOPS_ORG_URL": "https://dev.azure.com/your-organization",
"AZURE_DEVOPS_PROJECT": "your-default-project",
"AZURE_DEVOPS_AUTH_TYPE": "pat",
"AZURE_DEVOPS_IS_ON_PREMISES": "false",
"AZURE_DEVOPS_PERSONAL_ACCESS_TOKEN": "<PERSONAL_ACCESS_TOKEN>"
},
"args": [],
"command": "npm run start"
}
}
]
}