Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:38:14 +08:00
commit 08d8f7a4e0
12 changed files with 397 additions and 0 deletions

12
.mcp.json Normal file
View File

@@ -0,0 +1,12 @@
{
"mcpServers": {
"azure-devops-pipelines": {
"command": "npx",
"args": [
"-y",
"github:lucaspimentel/azure-devops-mcp",
"${AZURE_DEVOPS_ORG:-datadoghq}"
]
}
}
}