Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,10 @@ All notable changes to this project are documented here. The format is based on
union to its concrete member (optionality is already carried by the field's `required` flag).
The IR for the vendored `codegen/openapi.yaml` is byte-identical before and after, so no
generated SDK changes.

### Security

- **Bumped `@modelcontextprotocol/sdk` to `^1.30.0`** in `sdk-typescript/packages/mcp-server`.
SDK 1.30.0 widens its `@hono/node-server` range to `^1.19.9 || ^2.0.5`, moving the transitive
dependency from 1.19.14 to 2.1.1 and clearing the moderate advisory affecting versions
below 2.0.5. No override or pin needed; the SDK update is the whole fix. (#49)
2 changes: 1 addition & 1 deletion sdk-typescript/packages/mcp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.30.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: The new SDK resolves @hono/node-server 2.1.1, which requires Node 20; Node 18 consumers can fail installation under engine-strict. [api mismatch]

Assessment: 🟠 Major · 🔁 Occurrence: Sometimes

Use CodeAnt Skill Fix in Cursor Fix in VSCode Claude

Prompt for AI Agent 🤖
This is a comment left during a code review.

**Path:** sdk-typescript/packages/mcp-server/package.json
**Line:** 67:67
**Comment:**
	*Api Mismatch: The new SDK resolves `@hono/node-server` 2.1.1, which requires Node 20; Node 18 consumers can fail installation under engine-strict.

Validate the correctness of the flagged issue. If correct, How can I resolve this? If you propose a fix, implement it and please make it concise.
Once fix is implemented, also check other comments on the same PR, and ask user if the user wants to fix the rest of the comments as well. if said yes, then fetch all the comments validate the correctness and implement a minimal fix
👍 | 👎

"zod": "^3.23.0"
},
"devDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions sdk-typescript/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading