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: modelcontextprotocol/typescript-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.11.2
Choose a base ref
...
head repository: modelcontextprotocol/typescript-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.11.3
Choose a head ref
  • 16 commits
  • 11 files changed
  • 10 contributors

Commits on Apr 24, 2025

  1. Configuration menu
    Copy the full SHA
    37ca02d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b5c16f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

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

Commits on May 6, 2025

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

Commits on May 9, 2025

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

Commits on May 12, 2025

  1. Fix notificaions in README.md

    notificaions -> notifications
    Boyquotes authored May 12, 2025
    Configuration menu
    Copy the full SHA
    9fe501b View commit details
    Browse the repository at this point in the history
  2. fix: preserve custom paths in SSE endpoint URLs

    When an SSE client connects with a custom path (e.g., /api/v1/custom/sse),
    ensure the endpoint URL maintains the same base path structure but with
    /messages instead of /sse. This fixes issues where custom endpoints were
    getting collapsed to the root path.
    
    Should fix issues reported in modelcontextprotocol/inspector#313 and #296
    Tests demonstrating the issue were added in PR #439
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    bhosmer-ant and claude committed May 12, 2025
    Configuration menu
    Copy the full SHA
    5a25fe3 View commit details
    Browse the repository at this point in the history
  3. Add failing tests

    olaservo authored and bhosmer-ant committed May 12, 2025
    Configuration menu
    Copy the full SHA
    2f522bf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #466 from modelcontextprotocol/fix/sse-custom-endp…

    …oint-paths
    
    fix: preserve custom paths in SSE endpoint URLs
    ihrpr authored May 12, 2025
    Configuration menu
    Copy the full SHA
    68a0ca3 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

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

Commits on May 14, 2025

  1. Merge pull request #489 from rafaelportomoura/main

    chore: fix cross-spawn version to 7.0.5 (issue: #488)
    ihrpr authored May 14, 2025
    Configuration menu
    Copy the full SHA
    17caa5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #399 from its-nikhil/FEAT-auth-ctx-streamable-http

    [FEAT] added support for AuthInfo in extra for StreamableHTTPServerTransport
    ihrpr authored May 14, 2025
    Configuration menu
    Copy the full SHA
    bac916e View commit details
    Browse the repository at this point in the history
  3. feat(auth): support custom scope in authorization requests (#491)

    * feat(auth): support custom scope in authorization requests
    
    * fix(auth): default to provider's scope if not provided
    xiaoyijun authored May 14, 2025
    Configuration menu
    Copy the full SHA
    66dec56 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. Merge pull request #480 from Boyquotes/patch-1

    Fix notificaions in README.md
    ihrpr authored May 15, 2025
    Configuration menu
    Copy the full SHA
    1879922 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #457 from grimmerk/fix-import-path-in-readme

    docs: Fix import paths for ProxyOAuthServerProvider in README
    ihrpr authored May 15, 2025
    Configuration menu
    Copy the full SHA
    2ee962c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #449 from petervandenabeele/fix-readme-toc

    Fix Table of Contents in README and markdown linter warnings.
    ihrpr authored May 15, 2025
    Configuration menu
    Copy the full SHA
    41c9996 View commit details
    Browse the repository at this point in the history
Loading