forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mcp.json
More file actions
23 lines (23 loc) · 700 Bytes
/
Copy path.mcp.json
File metadata and controls
23 lines (23 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"_comment": "Workspace MCP config for Copilot CLI. Mirror of .vscode/mcp.json (which is for VS Code and uses the 'servers' key instead of 'mcpServers'). Keep both files in sync — enforced by eng/scripts/Verify-McpConfigSync.ps1 in CI.",
"mcpServers": {
"azure-sdk-mcp": {
"type": "stdio",
"command": "pwsh",
"args": ["./eng/common/mcp/azure-sdk-mcp.ps1", "-Run"]
},
"generator-agent": {
"type": "stdio",
"command": "dotnet",
"args": [
"run",
"--project",
"sdk/tools/Azure.GeneratorAgent/src/Azure.GeneratorAgent.csproj",
"--framework",
"net10.0",
"--",
"--mcp-server"
]
}
}
}