From 94c0c31c1baca5e115281f1d4bd8b40eeb46dd72 Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Wed, 4 Jun 2025 11:42:57 -0700 Subject: [PATCH] chore: switch to upstream github-mcp-server v0.4.0 (#126) * 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 * fix comment --------- Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: ashwin-ant --- src/mcp/install-mcp-server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcp/install-mcp-server.ts b/src/mcp/install-mcp-server.ts index 251d2a0..e820097 100644 --- a/src/mcp/install-mcp-server.ts +++ b/src/mcp/install-mcp-server.ts @@ -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,