We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c438932 commit a1eaec9Copy full SHA for a1eaec9
dagger.md
@@ -14,6 +14,35 @@ container-use version # → confirms install
14
### VSCODE + CONTAINER USE (DEMO STEPS)
15
16
* 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
35
+ "command": "cu",
36
37
38
39
+ }
40
41
+ "inputs": []
42
+}
43
+```
44
45
46
* OPEN NEW WINDOW (COULD BE VIA REMOTE EXPORER/SSH)
47
* OPEN TERMINAL
48
* CREATE DEMO REPO
0 commit comments