Update dependencies including MCP SDK to 1.30.0 - #338
Merged
Conversation
Bump @modelcontextprotocol/sdk to ^1.30.0 (staying on the 1.x line) and take the latest mature minor/patch releases of other dependencies (eslint, typescript-eslint, prettier, tsx, vitest, viem, @types/node, c8). TypeScript stays on 6.x because typescript-eslint does not support TS 7 yet, and undici stays on 7.x because undici 8's dispatch handler API breaks Node's built-in fetch when passing the proxy dispatcher directly (invalid onRequestStart method). Add minimumReleaseAgeExclude for @modelcontextprotocol/sdk since 1.30.0 is newer than the 5-day supply-chain age gate. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01G9Ac7dmFUhiuTcc7rtyijS
jancurn
added a commit
that referenced
this pull request
Jul 28, 2026
Merges `main` into `draft` so the draft branch (SDK v2 migration) can later merge back into `main` without conflicts. The conflicts all came from the dependency update on main (#338) colliding with the SDK v2 migration on draft. - package.json: keep the SDK v2 packages, take main's bumps of `@modelcontextprotocol/sdk` (^1.30.0) and `viem` (^2.55.8) - pnpm-workspace.yaml: union of both `minimumReleaseAgeExclude` lists - CHANGELOG.md: keep draft's entries, fold in main's dependency-update line - pnpm-lock.yaml: regenerated from the merged package.json Refs #338 https://claude.ai/code/session_01MtRQZh2W13VFvpmrJfFwWQ Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates dependencies to their latest mature versions, most notably the MCP TypeScript SDK to 1.30.0 (staying on the 1.x line).
invalid onRequestStart method), failing proxied MCP connections in E2E.minimumReleaseAgeExcludeentry for the SDK inpnpm-workspace.yaml(1.30.0 is younger than the 5-day age gate); remove once it matures.Verified with lint, build, all 865 unit tests, and the E2E suite (remaining E2E failures reproduce identically on
mainand are environment-specific).https://claude.ai/code/session_01G9Ac7dmFUhiuTcc7rtyijS