fix: updates Docker image reference for GitHub MCP server (#22938)

This commit is contained in:
jhhornn
2026-03-18 15:32:57 +01:00
committed by GitHub
parent 4ecb4bb24b
commit 1311e8c480

View File

@@ -52,7 +52,7 @@ You tell Gemini about new servers by editing your `settings.json`.
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"ghcr.io/modelcontextprotocol/servers/github:latest"
"ghcr.io/github/github-mcp-server:latest"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}"