From 12470bb9cc06bbe251ab3188c890500da80cd3d7 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <209825114+claude[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:09:57 +0000 Subject: [PATCH] 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 --- src/mcp/install-mcp-server.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mcp/install-mcp-server.ts b/src/mcp/install-mcp-server.ts index 251d2a0..062a3a6 100644 --- a/src/mcp/install-mcp-server.ts +++ b/src/mcp/install-mcp-server.ts @@ -31,7 +31,9 @@ export async function prepareMcpConfig( "--rm", "-e", "GITHUB_PERSONAL_ACCESS_TOKEN", - "ghcr.io/anthropics/github-mcp-server:sha-7382253", + // Using github-mcp-server v0.4.0 + // https://github.com/github/github-mcp-server/releases/tag/v0.4.0 + "ghcr.io/github/github-mcp-server:sha-e9f748f", ], env: { GITHUB_PERSONAL_ACCESS_TOKEN: githubToken,