update MCP server image to version 0.5.0 (#175)

This commit is contained in:
Tomohiro Ishibashi
2025-06-16 23:40:13 +09:00
committed by GitHub
parent 3c748dc927
commit e0d3fec39f
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ export async function prepareMcpConfig(
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"ghcr.io/github/github-mcp-server:sha-e9f748f", // https://github.com/github/github-mcp-server/releases/tag/v0.4.0
"ghcr.io/github/github-mcp-server:sha-6d69797", // https://github.com/github/github-mcp-server/releases/tag/v0.5.0
],
env: {
GITHUB_PERSONAL_ACCESS_TOKEN: githubToken,