chore(deps): bump @modelcontextprotocol/sdk from 1.10.2 to 1.25.2#11
chore(deps): bump @modelcontextprotocol/sdk from 1.10.2 to 1.25.2#11dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.10.2 to 1.25.2. - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](modelcontextprotocol/typescript-sdk@1.10.2...v1.25.2) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.25.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| "dependencies": { | ||
| "@liveblocks/node": "^2.24.0", | ||
| "@modelcontextprotocol/sdk": "^1.8.0", | ||
| "@modelcontextprotocol/sdk": "^1.25.2", |
There was a problem hiding this comment.
Zod peer dependency version mismatch with SDK requirement
Medium Severity
The upgraded @modelcontextprotocol/sdk version 1.25.2 requires zod: "^3.25 || ^4.0" as a non-optional peer dependency, but the project specifies zod: "^3.24.2" which resolves to version 3.24.2. This version does not satisfy the SDK's requirement. The application creates zod schemas using 3.24.2 and passes them to server.tool(), but the SDK expects schemas compatible with zod 3.25+ or 4.x. This peer dependency mismatch could cause runtime errors when the SDK's zod-to-json-schema processes the tool input schemas.
|
Superseded by #12. |
Bumps @modelcontextprotocol/sdk from 1.10.2 to 1.25.2.
Release notes
Sourced from
@modelcontextprotocol/sdk's releases.... (truncated)
Commits
b392f02fix: prevent ReDoS in UriTemplate regex patterns (v1.x backport) (#1365)a0c9b13fix: README badges links destinations (#907)6dd08acci: trigger workflow on v1.x branch (#1319)384311bchore: bump version for patch fix (#1307)fb07af8spec types - backwards compatibility changes (#1306)2b20ca9chore: bump version for release (#1301)67ba7adfeat: fetch transport (#1209)1d42547Add theme property to Icon schema (#1290)54303b4Add optional description field to Implementation schema (#1295)9941294Fix Zod v4 schema description extraction (#1296)Maintainer changes
This version was pushed to npm by pcarleton, a new releaser for
@modelcontextprotocol/sdksince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Dependency upgrade
@modelcontextprotocol/sdkfrom^1.8.0/1.10.2to^1.25.2inpackage.jsonpackage-lock.jsonto include new transitive deps (e.g.,@hono/node-server,ajv,ajv-formats,eventsource-parser,jose,json-schema-typed) and nestedzod@4with revised peer deps (zod^3.25 || ^4)No application/source code changes beyond dependency/version metadata.
Written by Cursor Bugbot for commit 04a7a36. This will update automatically on new commits. Configure here.