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.4.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.5.0
Choose a head ref
  • 20 commits
  • 58 files changed
  • 14 contributors

Commits on May 26, 2025

  1. Configuration menu
    Copy the full SHA
    414309c View commit details
    Browse the repository at this point in the history
  2. Bump mcp-go to 0.30.0

    williammartin committed May 26, 2025
    Configuration menu
    Copy the full SHA
    d4a0764 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Configuration menu
    Copy the full SHA
    11ea4e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e026fc View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Configuration menu
    Copy the full SHA
    023f59d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Bump go-github to v72.0.0

    radar07 authored and williammartin committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    c7a872b View commit details
    Browse the repository at this point in the history
  2. fix: use ENTRYPOINT and CMD for proper argument handling (#454)

    * fix: use ENTRYPOINT and CMD for proper argument handling
    
    - Change from CMD to ENTRYPOINT + CMD pattern for better Docker practices
    - ENTRYPOINT sets the executable that always runs
    - CMD provides default arguments that can be overridden
    - This allows container runtimes to properly append additional arguments
    - Fixes issues with argument passing in container orchestration tools
    
    Before: CMD ["./github-mcp-server", "stdio"]
    After: ENTRYPOINT ["./github-mcp-server"] + CMD ["stdio"]
    
    * address review feedback: use absolute path and improve comments
    JAORMX authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    63d3d8c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. Configuration menu
    Copy the full SHA
    373b74e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2d5b43 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Add GitHub Enterprise Cloud with data residency (ghe.com) to readme (#…

    …448)
    
    * Add ghe.com to readme
    
    Document support for GitHub Enterprise Cloud with data residency (ghe.com) in the readme.
    
    * Update README.md
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    malantin and Copilot authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    8854b2a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. Configuration menu
    Copy the full SHA
    9dd6fc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c17ebfe View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2025

  1. Configuration menu
    Copy the full SHA
    c141bf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    392df2d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. Export ToBoolPtr and RequiredParam (#495)

    * ToBoolPtr, RequiredParam
    
    * lint: type assertion in RequiredParam
    
    * cap docstring
    LuluBeatson authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    cbcf29f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. Add context toolset and adjust readme (#499)

    * add context toolset and adjust readme
    
    * move resources to a toolset
    
    * add resource registration as a toolset concern
    
    * add a note about broadening of toolsets
    
    * Apply suggestion from @SamMorrowDrums
    SamMorrowDrums authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    fe31428 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. Fix typo in README.md

    jaril authored and SamMorrowDrums committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    c423a52 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Configuration menu
    Copy the full SHA
    3e32f75 View commit details
    Browse the repository at this point in the history
  2. docs: Update README.md

    Adding info about the Remote GitHub MCP server.
    
    Cleaned up some of the formatting and adding more info on the warning note.
    D1M1TR10S authored and SamMorrowDrums committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    7ffbad4 View commit details
    Browse the repository at this point in the history
  3. docs: update host usage

    toby authored and SamMorrowDrums committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    6d69797 View commit details
    Browse the repository at this point in the history
Loading