You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The GitHub MCP server does not return all the 26 tools as listed in the README file here. When integrating the server with Claude for Desktop or a Spring AI MCP client, only 17 tools are available.
To Reproduce
Steps to reproduce the behavior:
On Claude for Desktop
Update the Claude config to use the latest release 2025.1.17:
add_issue_comment: Add a comment to an existing issue
create_branch: Create a new branch in a GitHub repository
create_issue: Create a new issue in a GitHub repository
create_or_update_file: Create or update a single file in a GitHub repository
create_pull_request: Create a new pull request in a GitHub repository
create_repository: Create a new GitHub repository in your account
fork_repository: Fork a GitHub repository to your account or specified organization
get_file_contents: Get the contents of a file or directory from a GitHub repository
get_issue: Get details of a specific issue in a GitHub repository
list_commits: Get list of commits of a branch in a GitHub repository
list_issues: List issues in a GitHub repository with filtering options
push_files: Push multiple files to a GitHub repository in a single commit
search_code: Search for code across GitHub repositories
search_issues: Search for issues and pull requests across GitHub repositories
search_repositories: Search for GitHub repositories
search_users: Search for users on GitHub
update_issue: Update an existing issue in a GitHub repository
The tools list_pull_requests, get_pull_request_status, get_pull_request_comments, get_pull_request_reviews, get_pull_request_files are missing.
Expected behavior
The server should provide all 26 tools listed in the README.
It would be nice to have all tools available. It would greatly enhance the server's usability.
The text was updated successfully, but these errors were encountered:
Describe the bug
The GitHub MCP server does not return all the 26 tools as listed in the README file here. When integrating the server with Claude for Desktop or a Spring AI MCP client, only 17 tools are available.
To Reproduce
Steps to reproduce the behavior:
Update the Claude config to use the latest release 2025.1.17:
The tools currently available are:
The tools
list_pull_requests
,get_pull_request_status
,get_pull_request_comments
,get_pull_request_reviews
,get_pull_request_files
are missing.Expected behavior
The server should provide all 26 tools listed in the README.
It would be nice to have all tools available. It would greatly enhance the server's usability.
The text was updated successfully, but these errors were encountered: