Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/zod-4-2-bump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@mcpjam/sdk": patch
"@mcpjam/cli": patch
"@mcpjam/inspector": patch
---

Bump `zod` to `^4.2.0` across the workspace (resolves to 4.3.x). No API changes; the existing `z.toJSONSchema` tool-schema paths (including `describe()`-into-`inputSchema`) are preserved and covered by a regression test.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"commander": "^12.1.0",
"posthog-node": "^5.24.10",
"ws": "^8.18.0",
"zod": "^4.1.12"
"zod": "^4.2.0"
},
"devDependencies": {
"@modelcontextprotocol/client": "2.0.0-beta.4",
Expand Down
2 changes: 1 addition & 1 deletion mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lucide-react": "^0.525.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"zod": "^4.1.13"
"zod": "^4.2.0"
},
"overrides": {
"@modelcontextprotocol/sdk": "1.26.0"
Expand Down
4 changes: 2 additions & 2 deletions mcpjam-inspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"ws": "^8.18.0",
"xml-crypto": "^6.1.2",
"xpath": "^0.0.34",
"zod": "^4.1.12",
"zod": "^4.2.0",
"zustand": "^5.0.6"
},
"devDependencies": {
Expand Down Expand Up @@ -253,7 +253,7 @@
"overrides": {
"tmp": "0.2.5",
"jsondiffpatch": "0.7.2",
"zod": "^4.1.12",
"zod": "^4.2.0",
"qs": "6.14.2",
"ajv": "^8.18.0",
"tar": ">=7.5.7"
Expand Down
Loading
Loading