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.22.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.23.0
Choose a head ref
  • 4 commits
  • 16 files changed
  • 4 contributors

Commits on Nov 25, 2025

  1. Configuration menu
    Copy the full SHA
    8a6accb View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/checkout from 5 to 6 (#1480)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 25, 2025
    1 Configuration menu
    Copy the full SHA
    781a95f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. Dont filter content from Copilot (#1464)

    * Dont filter content from trusted bots
    
    * Final changes
    
    * Use only debug level
    
    * Add logs and comments
    JoannaaKL authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    7cfb354 View commit details
    Browse the repository at this point in the history
  2. Tommy/tool-specific-config-support (#1394)

    * add enabledTools to StdioServerConfig
    
    * add EnabledTools to MCPServerConfig, and logic to bypass toolset config if present
    
    * add logic to register specific tools
    
    * update readme
    
    * Update to be consistent with: https://docs.google.com/document/d/1tOOBJ4y9xY61QVrO18ymuVt4SO9nV-z2B4ckaL2f9IU/edit?tab=t.0#heading=h.ffto4e5dwzlf
    
    specifically
    - allow for --tools and dynamic toolset mode together
    - allow for --tools and --toolsets together
    
    * go mod tidy
    
    * update
    
    * clean up comment
    
    * fix
    
    * fix
    
    * updte
    
    * update
    
    * clean up
    tommaso-moro authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    3e1fca0 View commit details
    Browse the repository at this point in the history
Loading