-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Comparing changes
Open a pull request
base repository: github/github-mcp-server
base: v0.18.0
head repository: github/github-mcp-server
compare: v0.19.0
- 11 commits
- 22 files changed
- 10 contributors
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
Configuration menu - View commit details
-
Copy full SHA for 250723d - Browse repository at this point
Copy the full SHA 250723dView commit details -
Ignore unknown toolsets (#1202)
Default to ignore unknown toolsets, with the option to return an error.
Configuration menu - View commit details
-
Copy full SHA for bcc5275 - Browse repository at this point
Copy the full SHA bcc5275View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e5522fc - Browse repository at this point
Copy the full SHA e5522fcView commit details
Commits on Oct 13, 2025
-
restructure readme for better ghes ghec visibility (#1210)
* restructure readme for better ghes ghec visibility * adding readme
Configuration menu - View commit details
-
Copy full SHA for 0188cc0 - Browse repository at this point
Copy the full SHA 0188cc0View commit details
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-author Co-authored-by: Michael Vorburger <[email protected]> --------- Co-authored-by: Michael Vorburger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea4d842 - Browse repository at this point
Copy the full SHA ea4d842View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 99acea6 - Browse repository at this point
Copy the full SHA 99acea6View commit details -
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f74b53 - Browse repository at this point
Copy the full SHA 5f74b53View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7b4b292 - Browse repository at this point
Copy the full SHA 7b4b292View commit details -
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.go Co-authored-by: Copilot <[email protected]> * Update internal/ghmcp/server_test.go Co-authored-by: Copilot <[email protected]> * adding error message for invalid toolsets * fix merge conflict * add better formatting --------- Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66fabb7 - Browse repository at this point
Copy the full SHA 66fabb7View commit details
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 consistency Co-authored-by: Copilot <[email protected]> * Add MCP Server description * Readd remote manual steps * Clarify method names --------- Co-authored-by: Copilot <[email protected]>
2Configuration menu - View commit details
-
Copy full SHA for 84ae009 - Browse repository at this point
Copy the full SHA 84ae009View commit details
Commits on Oct 20, 2025
-
Fix environment variable mapping for read-only mode (#1067)
Fix environment variable mapping for read-only mode configuration Add SetEnvKeyReplacer to viper configuration to properly map environment variables with underscores to flag names with dashes. This enables the documented GITHUB_READ_ONLY=1 environment variable to work correctly. Without this fix, viper was looking for GITHUB_READ-ONLY (with dash) but the documentation and standard convention use GITHUB_READ_ONLY (with underscore). Fixes issue where read-only mode was not being activated when using GITHUB_READ_ONLY=1 in Docker containers.
Configuration menu - View commit details
-
Copy full SHA for 11c3d70 - Browse repository at this point
Copy the full SHA 11c3d70View commit details
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 v0.18.0...v0.19.0