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/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0b1
Choose a base ref
...
head repository: modelcontextprotocol/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0b2
Choose a head ref
  • 16 commits
  • 290 files changed
  • 4 contributors

Commits on Jul 1, 2026

  1. Configuration menu
    Copy the full SHA
    d39c68d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    080f2a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    220d362 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2026

  1. Configuration menu
    Copy the full SHA
    e4d95e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2359b40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf44027 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53117cb View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2026

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

Commits on Jul 7, 2026

  1. Configuration menu
    Copy the full SHA
    867bba6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d2e908 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bdc03d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2026

  1. Configuration menu
    Copy the full SHA
    148278e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74a242a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2026

  1. docs: replace MkDocs with Zensical (#3073)

    Co-authored-by: Claude <[email protected]>
    Co-authored-by: Max Isbey <[email protected]>
    3 people authored Jul 10, 2026
    Configuration menu
    Copy the full SHA
    4fc8882 View commit details
    Browse the repository at this point in the history
  2. fix: reject trailing newline in tool-name and URI-template varname va…

    …lidation (#3076)
    
    Python's $ with re.match also matches just before a single trailing newline, so tool-name validation accepted "name\n" and UriTemplate.parse accepted varnames like "foo\n". Switch both checks to re.fullmatch.
    
    Closes #3084
    otiscuilei authored Jul 10, 2026
    Configuration menu
    Copy the full SHA
    1216c53 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2026

  1. Replace httpx and httpx-sse with httpx2 (#2972)

    Co-authored-by: Max Isbey <[email protected]>
    Kludex and maxisbey authored Jul 14, 2026
    Configuration menu
    Copy the full SHA
    2713b53 View commit details
    Browse the repository at this point in the history
Loading