Skip to content

Commit 7d11436

Browse files
committed
Remote only publishing
1 parent d75cb2c commit 7d11436

File tree

1 file changed

+0
-55
lines changed

1 file changed

+0
-55
lines changed

server.json

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -8,61 +8,6 @@
88
"source": "github"
99
},
1010
"version": "${VERSION}",
11-
"packages": [
12-
{
13-
"registryType": "oci",
14-
"registry_type": "oci",
15-
"registryBaseUrl": "https://ghcr.io",
16-
"identifier": "ghcr.io/github/github-mcp-server",
17-
"version": "${VERSION}",
18-
"transport": {
19-
"type": "stdio"
20-
},
21-
"runtimeArguments": [
22-
{
23-
"type": "positional",
24-
"value": "run",
25-
"description": "The runtime command to execute"
26-
},
27-
{
28-
"type": "named",
29-
"name": "-i",
30-
"description": "Run container in interactive mode"
31-
},
32-
{
33-
"type": "named",
34-
"name": "--rm",
35-
"description": "Automatically remove the container when it exits"
36-
},
37-
{
38-
"type": "named",
39-
"name": "-e",
40-
"description": "Set an environment variable in the runtime"
41-
},
42-
{
43-
"type": "positional",
44-
"valueHint": "env_var_name",
45-
"value": "GITHUB_PERSONAL_ACCESS_TOKEN",
46-
"description": "Environment variable name"
47-
},
48-
{
49-
"type": "positional",
50-
"valueHint": "image_name",
51-
"value": "ghcr.io/github/github-mcp-server",
52-
"description": "The container image to run"
53-
}
54-
],
55-
"environmentVariables": [
56-
{
57-
"description": "Your GitHub personal access token with appropriate scopes.",
58-
"isRequired": true,
59-
"format": "string",
60-
"isSecret": true,
61-
"name": "GITHUB_PERSONAL_ACCESS_TOKEN"
62-
}
63-
]
64-
}
65-
],
6611
"remotes": [
6712
{
6813
"type": "streamable-http",

0 commit comments

Comments
 (0)