Skip to content

Commit a1eaec9

Browse files
Update dagger.md
1 parent c438932 commit a1eaec9

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

dagger.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,35 @@ container-use version # → confirms install
1414
### VSCODE + CONTAINER USE (DEMO STEPS)
1515

1616
* SHUFT+CMD+P - ADD MCP SERVER -> STDIO -> ENTER "cu stdio" -> ENTER -> (ADD TO) WORKSPACE
17+
18+
```bash
19+
# EXAMPLE CONFIG
20+
{
21+
"servers": {
22+
"github-mcp": {
23+
"type": "http",
24+
"url": "https://api.githubcopilot.com/mcp"
25+
},
26+
"container-use": {
27+
"type": "stdio",
28+
"command": "container-use",
29+
"args": [
30+
"stdio"
31+
]
32+
},
33+
"my-mcp-server-38403312": {
34+
"type": "stdio",
35+
"command": "cu",
36+
"args": [
37+
"stdio"
38+
]
39+
}
40+
},
41+
"inputs": []
42+
}
43+
```
44+
45+
1746
* OPEN NEW WINDOW (COULD BE VIA REMOTE EXPORER/SSH)
1847
* OPEN TERMINAL
1948
* CREATE DEMO REPO

0 commit comments

Comments
 (0)