We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db34a0c commit 7feaee3Copy full SHA for 7feaee3
1 file changed
.vscode/launch.json
@@ -23,6 +23,16 @@
23
"program": "cmd/github-mcp-server/main.go",
24
"args": ["stdio", "--read-only"],
25
"console": "integratedTerminal",
26
+ },
27
+ {
28
+ "name": "Launch http server",
29
+ "type": "go",
30
+ "request": "launch",
31
+ "mode": "auto",
32
+ "cwd": "${workspaceFolder}",
33
+ "program": "cmd/github-mcp-server/main.go",
34
+ "args": ["http"],
35
+ "console": "integratedTerminal",
36
}
37
]
38
0 commit comments