-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: modelcontextprotocol/typescript-sdk
base: 1.14.0
head repository: modelcontextprotocol/typescript-sdk
compare: 1.15.0
- 14 commits
- 10 files changed
- 5 contributors
Commits on Jul 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e5167cb - Browse repository at this point
Copy the full SHA e5167cbView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3300a43 - Browse repository at this point
Copy the full SHA 3300a43View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a3c4e28 - Browse repository at this point
Copy the full SHA a3c4e28View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8e02df1 - Browse repository at this point
Copy the full SHA 8e02df1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 7d8c061 - Browse repository at this point
Copy the full SHA 7d8c061View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 242c824 - Browse repository at this point
Copy the full SHA 242c824View commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for f383a9c - Browse repository at this point
Copy the full SHA f383a9cView commit details -
Merge pull request #1 from cliffhall/codex/add-custom-fetch-to-stream…
…ablehttp.ts-and-sse.ts Add custom fetch support to transports
Configuration menu - View commit details
-
Copy full SHA for 9766edc - Browse repository at this point
Copy the full SHA 9766edcView commit details
Commits on Jul 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a45e4fe - Browse repository at this point
Copy the full SHA a45e4feView commit details -
Merge pull request #721 from cliffhall/allow-custom-fetch
Allow custom fetch
Configuration menu - View commit details
-
Copy full SHA for 0b0ea5b - Browse repository at this point
Copy the full SHA 0b0ea5bView commit details -
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"
Configuration menu - View commit details
-
Copy full SHA for 9879d7a - Browse repository at this point
Copy the full SHA 9879d7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d4abf - Browse repository at this point
Copy the full SHA 42d4abfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 979700a - Browse repository at this point
Copy the full SHA 979700aView commit details -
Merge pull request #730 from modelcontextprotocol/basil/bump_version
bump version to 1.15.0
Configuration menu - View commit details
-
Copy full SHA for 1ac2e59 - Browse repository at this point
Copy the full SHA 1ac2e59View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.14.0...1.15.0