github-mcp-server
github-mcp-server copied to clipboard
GitHub's official MCP Server
- [x] Understand the PR and merge conflict context - [ ] Migrate consolidated tools from `mark3labs/mcp-go` to `modelcontextprotocol/go-sdk` - [ ] Migrate `pkg/github/repositories.go` (CommitRead, TagRead, FileWrite consolidated tools) -...
Closes: #1515 Resolves merge conflicts caused by the `mark3labs/mcp-go` → `modelcontextprotocol/go-sdk` migration. The original PR introduced GraphQL-based review threads for `get_review_comments` but was based on the old MCP library. ###...
Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress....
This PR adds support for using the GitHub CLI's token. Users pass `--token-source gh` to enable it (defaulting to "env" token source). It also includes a couple of changes that...
Closes #1517 This PR adds a new `create_discussion` tool to the discussions toolset, enabling programmatic creation of GitHub Discussions through the MCP server. ## Changes - Added `CreateDiscussion` function in...
### Describe the feature or problem you'd like to solve Currently, the discussions toolset only supports read-only operations (list_discussions, get_discussion, get_discussion_comments, list_discussion_categories). While these tools are helpful for reading discussion...
Closes:
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.9.0 to 5.10.0. Release notes Sourced from docker/metadata-action's releases. v5.10.0 Bump @docker/actions-toolkit from 0.66.0 to 0.68.0 in docker/metadata-action#559 docker/metadata-action#569 Bump js-yaml from 3.14.1 to 3.14.2 in docker/metadata-action#564...
A review thread like structure seems much more natural for the LLM to understand and build context on seperate review threads as they are naturally structured. Closes:
Closes: #1510 Enhances the `issue_graph` tool to be the **primary tool for project status queries**. This PR adds intelligent focus shifting, cross-repo relationship discovery, and status extraction to provide comprehensive...