Skip to content

Commit 10eec22

Browse files
committed
feat: Exploring local LLM tooling.
1 parent 9f9f141 commit 10eec22

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.vscode/mcp.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"servers": {
3-
"terraform": {
4-
"command": "go tool -modfile=${workspaceFolder}/go.tools.mod terraform-mcp-server",
3+
"MCP_DOCKER": {
4+
"command": "docker",
55
"args": [
6-
"stdio"
7-
]
6+
"mcp",
7+
"gateway",
8+
"run"
9+
],
10+
"type": "stdio"
811
}
912
}
1013
}

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,10 @@
126126
},
127127
"markdown-preview-github-styles.colorTheme": "system",
128128
"github.copilot.enable": {
129-
"*": false,
129+
"*": true,
130+
"plaintext": false,
131+
"markdown": false,
132+
"scminput": false,
130133
"apex": true,
131134
"erb": true,
132135
"go": true,

0 commit comments

Comments
 (0)