Skip to content

Commit afa5d15

Browse files
jeo02jsquireCopilot
authored
SDK MCP Server (Azure#51223)
* azure sdk mcp * Update .vscode/mcp.json Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Jesse Squire <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent b38c96e commit afa5d15

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ ipch/
6969
# VS Code
7070
**/.vscode/*
7171
!.vscode/cspell.json
72+
!.vscode/mcp.json
7273

7374
# Code analysis
7475
*.CodeAnalysisLog.xml

.vscode/mcp.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"servers": {
3+
"azure-sdk-mcp": {
4+
"type": "stdio",
5+
"command": "pwsh",
6+
"args": ["${workspaceFolder}/eng/common/mcp/azure-sdk-mcp.ps1", "-Run"]
7+
},
8+
}
9+
}

0 commit comments

Comments
 (0)