- Notifications
You must be signed in to change notification settings - Fork2.7k
Closed
Description
Describe the bug
Theowner
andrepo
parameters for thesearch_pull_requests
andsearch_issues
tools refer to notifications. Looks to be a simple copy paste error. Seethis code search.
In practice, I've found models will prefer to add arepo:myorg/myrepo
to the query instead of just using these parameters. I would suspect the references to notifications are a factor.
Affected version
GitHub MCP ServerVersion: mainCommit: 521d5e92581059aedec80898788e74e341b91ae8Build Date: 2025-08-07T00:45:01Z
Steps to reproduce the behavior
- List tools available on the server. Note the incorrect parameters descriptions for
search_issues
andsearch_pull_requests
forowner
andrepo
Expected vs actual behavior
Expected: each tool refers to the correct resource being searched
Actual: issues, notifications, and pull request search tools refer to searching notifications
I don't have permission to assign myself but I'll follow up with a PR since it's a tiny fix.