You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(typescript,mcp): wrap optional helpers for Zod 4.4 compat (#2032)
GEN-2935
Context: Zod 4.4.0 ([released 2026-04-29 22:39
UTC](https://www.npmjs.com/package/zod)) tightened object-level
validation: a bare `z.union` including `z.undefined()` is no longer
treated as optional inside `z.object()`. The schema raises `expected:
'nonoptional'` whenever the key is missing, even though the value-side
union accepts `undefined`.
0 commit comments