Skip to content

Commit 80ecffd

Browse files
committed
fix(core): remove duplicate zod direct dependency
1 parent 4fbcfcd commit 80ecffd

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@modelcontextprotocol/core': patch
3+
---
4+
5+
Remove `zod` from `dependencies` in `@modelcontextprotocol/core` and keep it only as a peer dependency to avoid duplicate installs that can cause TypeScript type incompatibilities.

packages/core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151
"dependencies": {
5252
"ajv": "catalog:runtimeShared",
5353
"ajv-formats": "catalog:runtimeShared",
54-
"json-schema-typed": "catalog:runtimeShared",
55-
"zod": "catalog:runtimeShared"
54+
"json-schema-typed": "catalog:runtimeShared"
5655
},
5756
"peerDependencies": {
5857
"@cfworker/json-schema": "catalog:runtimeShared",

0 commit comments

Comments
 (0)