Skip to content

Commit b9a459a

Browse files
committed
fix: pin @modelcontextprotocol/sdk to 1.25.2
SDK 1.25.3 has broken dependency on @hono/node-server@^1.19.9 which doesn't exist on public npm registry.
1 parent 7197610 commit b9a459a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"author": "Olivier Chafik",
7575
"devDependencies": {
7676
"@boneskull/typedoc-plugin-mermaid": "^0.2.0",
77-
"@modelcontextprotocol/sdk": "^1.24.0",
77+
"@modelcontextprotocol/sdk": "1.25.2",
7878
"@playwright/test": "1.57.0",
7979
"@types/bun": "^1.3.2",
8080
"@types/react": "^19.2.2",
@@ -104,7 +104,7 @@
104104
"zod": "^4.1.13"
105105
},
106106
"peerDependencies": {
107-
"@modelcontextprotocol/sdk": "^1.24.0",
107+
"@modelcontextprotocol/sdk": "1.25.2",
108108
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
109109
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
110110
"zod": "^3.25.0 || ^4.0.0"

0 commit comments

Comments
 (0)