We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5845925 commit eb9e157Copy full SHA for eb9e157
1 file changed
src/mcp/install-mcp-server.ts
@@ -214,7 +214,7 @@ export async function prepareMcpConfig(
214
"GITHUB_PERSONAL_ACCESS_TOKEN",
215
"-e",
216
"GITHUB_HOST",
217
- "ghcr.io/github/github-mcp-server:sha-23fa0dd", // https://github.com/github/github-mcp-server/releases/tag/v0.17.1
+ "ghcr.io/github/github-mcp-server:sha-82c4930", // https://github.com/github/github-mcp-server/releases/tag/v0.24.1
218
],
219
env: {
220
GITHUB_PERSONAL_ACCESS_TOKEN: githubToken,
0 commit comments