Skip to content

Commit 5634b9c

Browse files
committed
fix: require SDK ^1.24.0 for Zod 4 compatibility
Earlier SDK versions have Zod type incompatibilities that cause build errors.
1 parent 4243707 commit 5634b9c

File tree

2 files changed

+4
-234
lines changed

2 files changed

+4
-234
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,28 +59,28 @@
5959
},
6060
"author": "Olivier Chafik",
6161
"devDependencies": {
62-
"@modelcontextprotocol/sdk": "^1.24.3",
62+
"@modelcontextprotocol/sdk": "^1.24.0",
6363
"@playwright/test": "^1.52.0",
6464
"@types/bun": "^1.3.2",
6565
"@types/react": "^19.2.2",
6666
"@types/react-dom": "^19.2.2",
67-
"react": "^19.2.0",
68-
"react-dom": "^19.2.0",
6967
"concurrently": "^9.2.1",
7068
"cors": "^2.8.5",
7169
"cross-env": "^10.1.0",
7270
"esbuild": "^0.25.12",
7371
"express": "^5.1.0",
7472
"husky": "^9.1.7",
7573
"nodemon": "^3.1.0",
74+
"react": "^19.2.0",
75+
"react-dom": "^19.2.0",
7676
"ts-to-zod": "^5.1.0",
7777
"tsx": "^4.21.0",
7878
"typedoc": "^0.28.14",
7979
"typescript": "^5.9.3",
8080
"zod": "^4.1.13"
8181
},
8282
"peerDependencies": {
83-
"@modelcontextprotocol/sdk": "^1.20.0",
83+
"@modelcontextprotocol/sdk": "^1.24.0",
8484
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
8585
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
8686
"zod": "^3.25.0 || ^4.0.0"

src/generated/schema.json

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

0 commit comments

Comments
 (0)