Skip to content

Commit d41e443

Browse files
authored
chore: update devcontainer MCP servers (#1334)
1 parent fecd842 commit d41e443

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
"go.toolsManagement.checkForUpdates": "local",
1717
"go.useLanguageServer": true,
1818
"go.gopath": "/go",
19-
"github.copilot.chat.githubMcpServer.enabled": true
19+
"github.copilot.chat.githubMcpServer.enabled": true,
20+
"github.copilot.chat.githubMcpServer.toolsets": [
21+
"default", // https://github.com/github/github-mcp-server/blob/main/README.md#default-toolset
22+
"actions"
23+
]
2024
},
2125

2226
// Add the IDs of extensions you want installed when the container is created.
@@ -34,7 +38,18 @@
3438
"github.vscode-github-actions",
3539
"GitHub.copilot-chat",
3640
"ms-azuretools.vscode-azure-github-copilot" // also adds MCP server and Azure resources
37-
]
41+
],
42+
"mcp": {
43+
"servers": {
44+
// Azure MCP server - installed via extension
45+
// GitHub MCP server - via GitHub Copilot Chat built-in
46+
"deepwiki": {
47+
"type": "http",
48+
"url": "https://mcp.deepwiki.com/mcp"
49+
}
50+
// codewiki.google does not have MCP server, can just use web access
51+
}
52+
}
3853
}
3954
},
4055

0 commit comments

Comments
 (0)