github-mcp-server
github-mcp-server copied to clipboard
GitHub's official MCP Server
Bumps [github.com/migueleliasweb/go-github-mock](https://github.com/migueleliasweb/go-github-mock) from 1.3.0 to 1.5.0. Release notes Sourced from github.com/migueleliasweb/go-github-mock's releases. v1.5.0 What's Changed Closes #79 by @migueleliasweb in migueleliasweb/go-github-mock#84 Full Changelog: https://github.com/migueleliasweb/go-github-mock/compare/v1.4.0...v1.5.0 v1.4.0 What's Changed Update to go-github...
## Describe the feature or problem you'd like to solve Currently, the GitHub MCP server provides excellent read-only access to releases through `list_releases`, `get_latest_release`, and `get_release_by_tag` tools. However, there's no...
## Summary This PR adds OAuth scope metadata to all MCP tools, enabling clients to know which scopes are required for each tool before calling them. ## Changes ### New...
This pull request adds two new tools for organization management in the GitHub integration, along with their documentation, implementation, and test coverage. The new tools enable fetching organization members and...
## Summary This PR adds a new `sync_local_repository` tool that enables MCP clients to sync local directories directly to GitHub repositories without requiring the git CLI. ## Motivation Currently, MCP...
Create a new tool called issue_graph in the issues toolset that takes any pull request or issue, and provides a graph representation of the issue/PR number for all links, is...
### Describe the bug The following error occurs when used with an IP-restricted Organization. The following is the output from the chat when the ISSUE is created from the CopilotAgent....
More about codespell: https://github.com/codespell-project/codespell . I personally introduced it to dozens if not hundreds of projects already and so far only positive feedback. CI workflow has 'permissions' set only to...
Configure instructions for this repository as documented in [Best practices for Copilot coding agent in your repository](https://gh.io/copilot-coding-agent-tips).
## Summary Fixes a panic that occurs when fetching repository resource content fails due to a network error (e.g., connection timeout, DNS failure). ## Problem In `RepositoryResourceContentsHandler`, the code called...