File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 2
2
cmd /github-mcp-server /github-mcp-server
3
3
# Added by goreleaser init:
4
4
dist /
5
+ __debug_bin *
Original file line number Diff line number Diff line change
1
+ {
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version" : " 0.2.0" ,
6
+ "configurations" : [
7
+ {
8
+ "name" : " Launch stdio server" ,
9
+ "type" : " go" ,
10
+ "request" : " launch" ,
11
+ "mode" : " auto" ,
12
+ "cwd" : " ${workspaceFolder}" ,
13
+ "program" : " cmd/github-mcp-server/main.go" ,
14
+ "args" : [" stdio" ],
15
+ "console" : " integratedTerminal" ,
16
+ },
17
+ {
18
+ "name" : " Launch stdio server (read-only)" ,
19
+ "type" : " go" ,
20
+ "request" : " launch" ,
21
+ "mode" : " auto" ,
22
+ "cwd" : " ${workspaceFolder}" ,
23
+ "program" : " cmd/github-mcp-server/main.go" ,
24
+ "args" : [" stdio" , " --read-only" ],
25
+ "console" : " integratedTerminal" ,
26
+ }
27
+ ]
28
+ }
You can’t perform that action at this time.
0 commit comments