Compare commits

...

2 Commits

Author SHA1 Message Date
Ashwin Bhat
039f61d194 fix comment 2025-06-04 08:13:38 -07:00
claude[bot]
12470bb9cc chore: switch to upstream github-mcp-server v0.4.0
Switch from anthropics fork to github/github-mcp-server at commit e9f748f
(version 0.4.0) as requested.

Release link: https://github.com/github/github-mcp-server/releases/tag/v0.4.0

Co-authored-by: ashwin-ant <ashwin-ant@users.noreply.github.com>
2025-06-04 15:09:57 +00:00

View File

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