Skip to content

Commit 7a54adf

Browse files
authored
Delete package configuration from server.json (temporarily)
Temporarily removing package configuration for the GitHub MCP server because certain hosts incorrectly generate docker arguments based on it which results in a broken server configuration when installed via registry. Will bring it back when the issue is resolved by MCP host.
1 parent 2941e87 commit 7a54adf

File tree

1 file changed

+0
-53
lines changed

1 file changed

+0
-53
lines changed

server.json

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -9,59 +9,6 @@
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",

0 commit comments

Comments
 (0)