Skip to content

Commit 7feaee3

Browse files
committed
Add VSCode launch configuration for HTTP server
1 parent db34a0c commit 7feaee3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.vscode/launch.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@
2323
"program": "cmd/github-mcp-server/main.go",
2424
"args": ["stdio", "--read-only"],
2525
"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",
2636
}
2737
]
2838
}

0 commit comments

Comments
 (0)