Skip to content

Commit ef97df7

Browse files
committed
build: peer dependency on zod v3
1 parent 0827bec commit ef97df7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"protocol"
4848
],
4949
"peerDependencies": {
50-
"@modelcontextprotocol/sdk": "^1.11.0"
50+
"@modelcontextprotocol/sdk": "^1.11.0",
51+
"zod": "3.x"
5152
},
5253
"dependencies": {
5354
"@types/prompts": "^2.4.9",

0 commit comments

Comments
 (0)