We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9f141 commit 10eec22Copy full SHA for 10eec22
.vscode/mcp.json
@@ -1,10 +1,13 @@
1
{
2
"servers": {
3
- "terraform": {
4
- "command": "go tool -modfile=${workspaceFolder}/go.tools.mod terraform-mcp-server",
+ "MCP_DOCKER": {
+ "command": "docker",
5
"args": [
6
- "stdio"
7
- ]
+ "mcp",
+ "gateway",
8
+ "run"
9
+ ],
10
+ "type": "stdio"
11
}
12
13
.vscode/settings.json
@@ -126,7 +126,10 @@
126
},
127
"markdown-preview-github-styles.colorTheme": "system",
128
"github.copilot.enable": {
129
- "*": false,
+ "*": true,
130
+ "plaintext": false,
131
+ "markdown": false,
132
+ "scminput": false,
133
"apex": true,
134
"erb": true,
135
"go": true,
0 commit comments