Skip to content

Commit 3bc585f

Browse files
committed
fix: downgrade zod dependency to version 3.23.8 and update bin path to server.cjs
1 parent 544d7a6 commit 3bc585f

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@modelcontextprotocol/sdk": "^1.17.0",
5050
"axios": "^1.11.0",
51-
"zod": "^4.0.10"
51+
"zod": "^3.23.8"
5252
},
5353
"devDependencies": {
5454
"@types/jest": "^29.5.14",

0 commit comments

Comments
 (0)