v0.2.3
Changed
- zod updated to v4 (the MCP SDK supports
^3.25 || ^4.0);z.record()
now uses the explicit two-argument form. - Dev dependencies updated: TypeScript 6 (
@types/nodeis listed explicitly
in the tsconfigtypesfield, as TS 6 no longer auto-includes@types
packages),@eslint/js10 (matching ESLint 10).