Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/github-mcp-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.18.0
Choose a base ref
...
head repository: github/github-mcp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.19.0
Choose a head ref
  • 11 commits
  • 22 files changed
  • 10 contributors

Commits on Oct 10, 2025

  1. 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
    MattBabbage authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    250723d View commit details
    Browse the repository at this point in the history
  2. Ignore unknown toolsets (#1202)

    Default to ignore unknown toolsets, with the option to return an error.
    omgitsads authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    bcc5275 View commit details
    Browse the repository at this point in the history
  3. 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
    almaleksia authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    e5522fc View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. restructure readme for better ghes ghec visibility (#1210)

    * restructure readme for better ghes ghec visibility
    
    * adding readme
    tonytrg authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    0188cc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. 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]>
    LuluBeatson and vorburger authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    ea4d842 View commit details
    Browse the repository at this point in the history
  2. 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
    tonytrg authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    99acea6 View commit details
    Browse the repository at this point in the history
  3. 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]>
    omgitsads and LuluBeatson authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    5f74b53 View commit details
    Browse the repository at this point in the history
  4. 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
    LuluBeatson authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    7b4b292 View commit details
    Browse the repository at this point in the history
  5. 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]>
    tonytrg and Copilot authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    66fabb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. 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]>
    marzvrover and Copilot authored Oct 17, 2025
    2 Configuration menu
    Copy the full SHA
    84ae009 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. 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.
    pinotelio authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    11c3d70 View commit details
    Browse the repository at this point in the history
Loading