Skip to content

Conversation

cperez08
Copy link

@cperez08 cperez08 commented Oct 11, 2025

This pull request addresses recent workflow failures where the Gemini CLI could not perform review tasks due to breaking changes in the GitHub MCP server.

These changes were introduced in the GitHub MCP server's latest release, which consolidated the get_pull_request* tools into a single pull_request_read with multiple methods.

Key Changes and Fixes

  1. Dependency Pinning: The Docker image for the GitHub MCP Server is now pinned to a specific version (v0.18.0) instead of using latest. This prevents unexpected disruptions from future upstream updates and ensures consistent action stability.
  2. Tool Reference Update: Updates MCP tool references and associated prompts for the review and invoke workflows and examples.

For full details on the upstream changes, see the GitHub MCP Server release notes:
v0.18.0 Release Notes

Fixes #353

Copy link

google-cla bot commented Oct 11, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@cperez08 cperez08 force-pushed the fix/update-mpc-instructions-and-pin-version branch from fbfc7a8 to 94d9cce Compare October 11, 2025 22:30
The current Docker image reference for GitHub MCP is using 'latest'.
This is error-prone and has led to recent failures due to breaking
changes, such as tool name consolidations introduced in [v0.18.0](https://github.com/github/github-mcp-server/releases/tag/v0.18.0)
where the `get_pull_request*` tools used in this repo were renamed
and consolidated.
The underlying GitHub MCP server tooling for pull request read
operations has been consolidated, moving away from individual tools like
`get_pull_request*` into a single tool `pull_request_read` with multiple
methods.

Changes were made on [v0.18.0](https://github.com/github/github-mcp-server/releases/tag/v0.18.0) of the GitHub MCP server.
The underlying GitHub MCP server tooling for pull request read
operations has been consolidated, moving away from individual tools like
`get_pull_request*` into a single tool `pull_request_read` with multiple
methods.

Changes were made on [v0.18.0](https://github.com/github/github-mcp-server/releases/tag/v0.18.0) of the GitHub MCP server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Pull request review is not working, since github-mcp-server 0.18.0

1 participant