mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-22 22:44:13 +08:00
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>
This commit is contained in:
@@ -31,7 +31,9 @@ export async function prepareMcpConfig(
|
|||||||
"--rm",
|
"--rm",
|
||||||
"-e",
|
"-e",
|
||||||
"GITHUB_PERSONAL_ACCESS_TOKEN",
|
"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: {
|
env: {
|
||||||
GITHUB_PERSONAL_ACCESS_TOKEN: githubToken,
|
GITHUB_PERSONAL_ACCESS_TOKEN: githubToken,
|
||||||
|
|||||||
Reference in New Issue
Block a user