GitHubスター
2
ユーザー評価
未評価
お気に入り
0
閲覧数
3
フォーク
0
イシュー
0
README
Azure DevOps MCP Server
An MCP Server for integrating with Azure DevOps REST API.
Installation
Download the tool from NuGet.
dotnet tool install --global Tizzani.AzureDevOps.MCP --prerelease
IDE Integration
"mcpServers": {
"mcp-azuredevops": {
"command": "tizzani.adomcp",
"args": [
"--ado_token=Your-Token",
"--ado_organization=Your-Organization",
"--ado_project=Your-Project"
]
}
}