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: a68dcdf
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: cb4743d
Choose a head ref
  • 11 commits
  • 17 files changed
  • 7 contributors

Commits on Jun 19, 2025

  1. Configuration menu
    Copy the full SHA
    2a23890 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87da0e0 View commit details
    Browse the repository at this point in the history
  3. adjust to provided resource

    pcarleton committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    eff548c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    744b9ea View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. feat: remove console statements from SDK code

    - Remove all console.log, console.warn, and console.error from src/client and src/server
    - Add ESLint no-console rule for client and server directories (excluding tests)
    - Keep console statements in test files, examples, and CLI tools as intended
    
    Addresses feedback in PR #665
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    ashwin-ant and claude committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    f4b8a48 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #668 from modelcontextprotocol/ashwin/logremoval

    feat: remove console statements from SDK code
    ihrpr authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    1910358 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #664 from modelcontextprotocol/pcarleton/auth-reso…

    …urce-validation2
    
    [auth] adjust default validation for resource parameter in client flow, and server example
    ihrpr authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    66b7cd2 View commit details
    Browse the repository at this point in the history
  4. fix(client/sse): extract protected resource from eventsource 401

    Previously the SSE connection would always default to the
    `/.well-known/oauth-protected-resource` URI, ignoring the `resource_metadata`
    portion of the `www-authenticate` returned in a 401.
    
    Extract the metadata from the initial 401, so RS servers with
    custom protected resource URIs (as in RFC9728, [section 3.1][1]))
    continue to work as expected.
    
    [1]: https://datatracker.ietf.org/doc/html/rfc9728#section-3.1
    chrisdickinson committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    d89e854 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #675 from chrisdickinson/chris/20250620-sse-authth…

    …enstart
    
    fix(client/sse): extract protected resource from eventsource 401
    ihrpr authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    0506add View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. 1.13.1

    ihrpr committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    9c3ef4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb4743d View commit details
    Browse the repository at this point in the history
Loading