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.26.0-rc.1
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.26.0-rc.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 16, 2025

  1. chore: Update server.json schema to 2025-12-11

    - Update schema URL to latest version (2025-12-11)
    - Remove 'status' field (now managed by registry per 2025-09-29 changelog)
    SamMorrowDrums committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    b923529 View commit details
    Browse the repository at this point in the history
  2. fix(get_file_contents): Restore correct implementation from #1582

    The refactor incorrectly restructured the GetFileContents logic:
    - Move 'if rawOpts.SHA != "" { ref = rawOpts.SHA }' before GetContents call
    - Always call GetContents first (not conditionally based on path suffix)
    - Restore matchFiles helper function for proper fallback handling
    - Use matchFiles when Contents API fails or raw API fails
    
    This aligns with the improvements from PR #1582 that was merged into main.
    SamMorrowDrums committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    fa18a2f View commit details
    Browse the repository at this point in the history
Loading