File tree Expand file tree Collapse file tree 1 file changed +0
-53
lines changed
Expand file tree Collapse file tree 1 file changed +0
-53
lines changed Original file line number Diff line number Diff line change 99 "source" : " github"
1010 },
1111 "version" : " ${VERSION}" ,
12- "packages" : [
13- {
14- "registryType" : " oci" ,
15- "identifier" : " ghcr.io/github/github-mcp-server:${VERSION}" ,
16- "transport" : {
17- "type" : " stdio"
18- },
19- "runtimeArguments" : [
20- {
21- "type" : " positional" ,
22- "value" : " run" ,
23- "description" : " The runtime command to execute" ,
24- "isRequired" : true
25- },
26- {
27- "type" : " named" ,
28- "name" : " -i" ,
29- "value" : " true" ,
30- "description" : " Run container in interactive mode" ,
31- "format" : " boolean" ,
32- "isRequired" : true
33- },
34- {
35- "type" : " named" ,
36- "name" : " --rm" ,
37- "value" : " true" ,
38- "description" : " Automatically remove the container when it exits" ,
39- "format" : " boolean"
40- },
41- {
42- "type" : " named" ,
43- "name" : " -e" ,
44- "description" : " Set an environment variable in the runtime" ,
45- "value" : " GITHUB_PERSONAL_ACCESS_TOKEN={token}" ,
46- "isRequired" : true ,
47- "variables" : {
48- "token" : {
49- "isRequired" : true ,
50- "isSecret" : true ,
51- "format" : " string"
52- }
53- }
54- },
55- {
56- "type" : " positional" ,
57- "valueHint" : " image_name" ,
58- "value" : " ghcr.io/github/github-mcp-server" ,
59- "description" : " The container image to run" ,
60- "isRequired" : true
61- }
62- ]
63- }
64- ],
6512 "remotes" : [
6613 {
6714 "type" : " streamable-http" ,
You can’t perform that action at this time.
0 commit comments