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.14.0
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.15.0
Choose a head ref
  • 14 commits
  • 10 files changed
  • 5 contributors

Commits on Jul 1, 2025

  1. Configuration menu
    Copy the full SHA
    e5167cb View commit details
    Browse the repository at this point in the history
  2. Update src/client/sse.ts

    nullish coalescing operator ?? instead of the logical OR operator || to handle the case where this?._eventSourceInit?.fetch or this._fetch might be null or undefined but not falsy
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    cliffhall and gemini-code-assist[bot] authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    3300a43 View commit details
    Browse the repository at this point in the history
  3. Update src/client/streamableHttp.ts

    nullish coalescing operator ?? instead of the logical OR operator || to handle the case where this?._eventSourceInit?.fetch or this._fetch might be null or undefined but not falsy
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    cliffhall and gemini-code-assist[bot] authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    a3c4e28 View commit details
    Browse the repository at this point in the history
  4. Update src/client/sse.ts

    nullish coalescing operator ?? instead of the logical OR operator || to handle the case where this?._eventSourceInit?.fetch or this._fetch might be null or undefined but not falsy
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    cliffhall and gemini-code-assist[bot] authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    8e02df1 View commit details
    Browse the repository at this point in the history
  5. Update src/client/streamableHttp.ts

    nullish coalescing operator ?? instead of the logical OR operator || to handle the case where this?._eventSourceInit?.fetch or this._fetch might be null or undefined but not falsy
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    cliffhall and gemini-code-assist[bot] authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    7d8c061 View commit details
    Browse the repository at this point in the history
  6. Update src/client/streamableHttp.ts

    nullish coalescing operator ?? instead of the logical OR operator || to handle the case where this?._eventSourceInit?.fetch or this._fetch might be null or undefined but not falsy
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    cliffhall and gemini-code-assist[bot] authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    242c824 View commit details
    Browse the repository at this point in the history
  7. * In sse.test.ts

      - More specific expectations in test "uses custom fetch implementation from options"
    
    * In sse.ts
      - Import FetchLike from transport.ts
    
    * In steramableHttp.ts
      - Import FetchLike from transport.ts
      - Export StartSSEOptions interface for testing
    
    * In streamableHttp.test.ts
      - import StartSSEOptions from streamableHttp.ts
      - use StartSSEOptions instead of any in test "uses custom fetch implementation"
    
    * In transport.ts
      - Add FetchLike function type
    cliffhall committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    f383a9c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1 from cliffhall/codex/add-custom-fetch-to-stream…

    …ablehttp.ts-and-sse.ts
    
    Add custom fetch support to transports
    cliffhall authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    9766edc View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. Configuration menu
    Copy the full SHA
    a45e4fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #721 from cliffhall/allow-custom-fetch

    Allow custom fetch
    ihrpr authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    0b0ea5b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #725 from sushichan044/revert-670-feat/structured-…

    …content-with-type-safety
    
    Revert "fix: add type safety for tool output schemas in ToolCallback"
    bhosmer-ant authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    9879d7a View commit details
    Browse the repository at this point in the history
  4. bump version to 1.15

    bhosmer-ant committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    42d4abf View commit details
    Browse the repository at this point in the history
  5. npm install

    bhosmer-ant committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    979700a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #730 from modelcontextprotocol/basil/bump_version

    bump version to 1.15.0
    bhosmer-ant authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    1ac2e59 View commit details
    Browse the repository at this point in the history
Loading