Skip to content

Commit 0dde228

Browse files
Add new .mcp.json in repo root (#42726)
1 parent cf020d2 commit 0dde228

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.mcp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
}
12+
}

0 commit comments

Comments
 (0)