Skip to content

Commit fdb6f3a

Browse files
Add .mcp.json to support azsdk agent mcp from copilot-cli (#46587)
* Add .mcp.json to support azsdk agent mcp from copilot-cli
1 parent b123927 commit fdb6f3a

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.mcp.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"mcpServers": {
3+
"azure-sdk-mcp": {
4+
"type": "stdio",
5+
"command": "pwsh",
6+
"args": [
7+
"./eng/common/mcp/azure-sdk-mcp.ps1",
8+
"-Run"
9+
]
10+
},
11+
"github-agentic-workflows": {
12+
"command": "gh",
13+
"args": [
14+
"aw",
15+
"mcp-server"
16+
]
17+
}
18+
}
19+
}

0 commit comments

Comments
 (0)