Skip to content

Commit 887489f

Browse files
stephendolanclaude
andcommitted
fix(deps): pin zod to v3 for MCP SDK type compatibility
The MCP SDK's TypeScript types expect Zod v3 class-based schemas. zod@^4.x types are incompatible, causing CI typecheck failures. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 813ba3f commit 887489f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bun.lock

Lines changed: 1 addition & 1 deletion
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
@@ -51,7 +51,7 @@
5151
"conf": "^15.0.2",
5252
"dayjs": "^1.11.19",
5353
"ynab": "^2.10.0",
54-
"zod": "^4.3.6"
54+
"zod": "^3.25.0"
5555
},
5656
"devDependencies": {
5757
"@biomejs/biome": "^2.3.11",

0 commit comments

Comments
 (0)