Skip to content

Commit dde5519

Browse files
authored
Merge pull request #123 from PaulRBerg/build/peer-dep-zod
build: peer dependency on zod v3
2 parents 6bfa4f4 + ef97df7 commit dde5519

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
@@ -51,7 +51,8 @@
5151
"url": "https://github.com/QuantGeekDev/mcp-framework.git"
5252
},
5353
"peerDependencies": {
54-
"@modelcontextprotocol/sdk": "^1.11.0"
54+
"@modelcontextprotocol/sdk": "^1.11.0",
55+
"zod": "3.x"
5556
},
5657
"dependencies": {
5758
"@types/prompts": "^2.4.9",

0 commit comments

Comments
 (0)