- Notifications
You must be signed in to change notification settings - Fork3.1k
Comparing changes
Open a pull request
base repository:github/github-mcp-server
Uh oh!
There was an error while loading.Please reload this page.
base:f9343e6
head repository:github/github-mcp-server
Uh oh!
There was an error while loading.Please reload this page.
compare:11c3d70
- 11commits
- 22files changed
- 10contributors
Commits on Oct 10, 2025
Simplify Registry release pipeline (#1204)
* Improve registry release reliablilty* Remove trigger from docker build pipeline* Remove whitespace and publish from version release* Add whitespave for neater pr
Ignore unknown toolsets (#1202)
Default to ignore unknown toolsets, with the option to return an error.
Consolidate pull request review tools (#1192)
* Consolidate pull request review tools* Prompt tweaks + deleting snap* Server instructions change* Add enums* Remove excessive mentions of event parameter* Doc update
Commits on Oct 13, 2025
restructure readme for better ghes ghec visibility (#1210)
* restructure readme for better ghes ghec visibility* adding readme
Commits on Oct 15, 2025
docs: Gemini CLI additional options (#1223)
* Add "trust" option to MCP server configuration for bypassing confirmations* Additional configuration* Add co-authorCo-authored-by: Michael Vorburger <vorburger@google.com>---------Co-authored-by: Michael Vorburger <vorburger@google.com>
Fix subdomain isolation URL parsing (#1218)
* adding better response* adding check for subdomain isolation and return raw resp for better better llm response* adding subdomain for uploads too* remove unnecessary comments* better error message* fix linter
Update readme for remote only tools (#1227)
* Add additional toolsets in remote mcp* Add copilot* Fix urls* Move copilot and spaces toolsets to remote-only section---------Co-authored-by: LuluBeatson <lulubeatson@github.com>
docs: New "GitHub Support Docs Search" tool (#1225)
* docs: add github_support_docs_search to REMOTE server* add copilot_spaces* fix typos* Add support tool to remote toolsets table
Adding default toolset as configuration (#1229)
* add toolset default to make configuration easier* fix readme* adding transformer to cleanly handle special toolsets* cleaning code* fixing cli message* remove duplicated test* Update internal/ghmcp/server.goCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* Update internal/ghmcp/server_test.goCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* adding error message for invalid toolsets* fix merge conflict* add better formatting---------Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Commits on Oct 17, 2025
Add Gemini CLI extension (#1232)
* Add gemini manifest* update gemini cli docs* update docker PAT env name* Add trailing `/` for consistencyCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* Add MCP Server description* Readd remote manual steps* Clarify method names---------Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Commits on Oct 20, 2025
Fix environment variable mapping for read-only mode (#1067)
Fix environment variable mapping for read-only mode configurationAdd SetEnvKeyReplacer to viper configuration to properly map environmentvariables with underscores to flag names with dashes. This enables thedocumented GITHUB_READ_ONLY=1 environment variable to work correctly.Without this fix, viper was looking for GITHUB_READ-ONLY (with dash) butthe documentation and standard convention use GITHUB_READ_ONLY (withunderscore).Fixes issue where read-only mode was not being activated when usingGITHUB_READ_ONLY=1 in Docker containers.
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff f9343e6...11c3d70
Uh oh!
There was an error while loading.Please reload this page.