Skip to content

Release 1.6.2

Choose a tag to compare

@akutishevsky akutishevsky released this 16 Feb 09:32
· 18 commits to main since this release

[1.6.2] - 2026-02-16

Fixed

  • CRUD Tools Input Validation: Fixed create_record, update_record, and delete_record tools to accept both stringified JSON and object input. Added flexibleInput wrapper using Zod's z.preprocess to automatically parse stringified JSON when clients send input as strings instead of objects
  • CRUD Tool Descriptions: Improved descriptions for CRUD tools to explicitly document accepted input format with parameter names and examples