Update GitHub MCP Server to v0.24.1 #3
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Updates the external GitHub MCP server Docker image from v0.17.1 (October 2025) to v0.24.1 (December 2025).
Fixes
🐛 Resolves silent failure when posting PR review comments
This update fixes a critical bug where Claude would report success when adding PR review comments, but the comments would never actually be posted to GitHub. This occurred when commenting on unchanged lines of code.
The bug caused the
add_comment_to_pending_reviewtool to silently fail when referencing unchanged lines, while misleadingly reporting "pull request review comment successfully added to pending review" in logs.Changes
ghcr.io/github/github-mcp-server:sha-23fa0dd→sha-82c4930src/mcp/install-mcp-server.ts:212What's Included
This update brings 7 versions of improvements:
Security & Stability
New Features
Internal Improvements
mark3labs/mcp-gotomodelcontextprotocol/go-sdk(transparent to consumers)Testing
Risk Assessment
Low Risk because:
mcp__github__*toolsReferences
🤖 Generated with Claude Code