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.2.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.2.1
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Apr 17, 2025

  1. Configuration menu
    Copy the full SHA
    2cece8f View commit details
    Browse the repository at this point in the history
  2. chore: Update README.md to explain Agent mode will start the server (#…

    …305)
    
    * Update README.md to explain Agent mode will start the server
    
    * Update README.md
    
    Co-authored-by: Sam Morrow <[email protected]>
    
    ---------
    
    Co-authored-by: Sam Morrow <[email protected]>
    srt32 and SamMorrowDrums authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    495c0cb View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. fix: use anyOf instead of nullable type array

    Windsurf is erroring on the `create_pull_request` tool because we're
    using an array of types to make fields nullable. This PR uses `anyOf`
    instead and should fix the issue.
    toby authored and SamMorrowDrums committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    9fa582d View commit details
    Browse the repository at this point in the history
Loading