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
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