mcp: fix github public server tests after they renamed their tools#1326
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (77.58%) is below the target coverage (86.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #1326 +/- ##
=======================================
Coverage 77.57% 77.58%
=======================================
Files 123 123
Lines 15768 15768
=======================================
+ Hits 12232 12233 +1
+ Misses 2909 2908 -1
Partials 627 627 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Ignasi Barrera <ignasi@tetrate.io>
Signed-off-by: Ignasi Barrera <ignasi@tetrate.io>
Xunzhuo
approved these changes
Oct 10, 2025
Member
|
thanks! |
nutanix-Hrushikesh
pushed a commit
to nutanix-Hrushikesh/ai-gateway
that referenced
this pull request
Oct 16, 2025
…nvoyproxy#1326) Signed-off-by: Hrushikesh Patil <hrushikesh.patil@nutanix.com>
nutanix-Hrushikesh
pushed a commit
to nutanix-Hrushikesh/ai-gateway
that referenced
this pull request
Oct 16, 2025
…nvoyproxy#1326) Signed-off-by: Hrushikesh Patil <hrushikesh.patil@nutanix.com>
nutanix-Hrushikesh
pushed a commit
to nutanix-Hrushikesh/ai-gateway
that referenced
this pull request
Oct 16, 2025
…nvoyproxy#1326) Signed-off-by: Hrushikesh Patil <hrushikesh.patil@nutanix.com>
missBerg
pushed a commit
to missBerg/ai-gateway
that referenced
this pull request
Dec 20, 2025
…nvoyproxy#1326) Signed-off-by: Erica Hughberg <erica.sundberg.90@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
The pull request tools in the GitHub MCP server got renamed: github/github-mcp-server#1172
This caused the extproc tests that used it to fail (we see this in many CI failed tests)
This PR fixes it and also updates the example regexps to have the examples still match the same tools as before.
Related Issues/PRs (if applicable)
github/github-mcp-server#1172
Special notes for reviewers (if applicable)
N/A