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
Column definitions accepted by create_collection and update_collection_columns now support five new optional fields: note (help text for the column), default (default value), reference (referenced table_name or system entity for reference-type columns), reference_type ("system" or "collection"), and date_default_type ("empty", "added", or "specific" for date/naive_datetime columns).
Fixed
The type field in column definitions for create_collection and update_collection_columns now enumerates all 20 editor-supported types (text, rich_text, url, integer, float, decimal, boolean, reference, color, image, media_gallery, video, audio, document, date, naive_datetime, time, address, object, array) instead of the outdated 9-type subset that included backend-internal aliases (string, binary_id, map).
The MCP server now reports its version from package.json at runtime instead of the stale hardcoded "1.0.0".