Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 0 additions & 53 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,59 +9,6 @@
"source": "github"
},
"version": "${VERSION}",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/github/github-mcp-server:${VERSION}",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"type": "positional",
"value": "run",
"description": "The runtime command to execute",
"isRequired": true
},
{
"type": "named",
"name": "-i",
"value": "true",
"description": "Run container in interactive mode",
"format": "boolean",
"isRequired": true
},
{
"type": "named",
"name": "--rm",
"value": "true",
"description": "Automatically remove the container when it exits",
"format": "boolean"
},
{
"type": "named",
"name": "-e",
"description": "Set an environment variable in the runtime",
"value": "GITHUB_PERSONAL_ACCESS_TOKEN={token}",
"isRequired": true,
"variables": {
"token": {
"isRequired": true,
"isSecret": true,
"format": "string"
}
}
},
{
"type": "positional",
"valueHint": "image_name",
"value": "ghcr.io/github/github-mcp-server",
"description": "The container image to run",
"isRequired": true
}
]
}
],
"remotes": [
{
"type": "streamable-http",
Expand Down