Commit 4c13e73
chore(mcp): upgrade zod to v4 to fix tsc OOM during build (#964)
* chore(mcp): upgrade zod to v4 to fix tsc OOM during build
Upgrades zod from ^3.24.3 to ^4.3.6 in the mcp package to resolve out-of-memory
errors during TypeScript compilation caused by @modelcontextprotocol/sdk's complex
Zod-derived types. Zod v4 has significantly simpler TypeScript generics, and also
satisfies the SDK's peer dependency requirement (^3.25 || ^4.0).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore(mcp): update CHANGELOG for zod v4 upgrade
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* changelog
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7f7516c commit 4c13e73
3 files changed
+4
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8539 | 8539 | | |
8540 | 8540 | | |
8541 | 8541 | | |
8542 | | - | |
| 8542 | + | |
8543 | 8543 | | |
8544 | 8544 | | |
8545 | 8545 | | |
| |||
22252 | 22252 | | |
22253 | 22253 | | |
22254 | 22254 | | |
22255 | | - | |
22256 | | - | |
22257 | | - | |
22258 | | - | |
22259 | | - | |
22260 | | - | |
22261 | | - | |
22262 | | - | |
| 22255 | + | |
22263 | 22256 | | |
22264 | 22257 | | |
22265 | 22258 | | |
| |||
0 commit comments