v0.13.2
Feature
v0.13.2 - Delete tools for MCP
MCP gains delete tools for blueprints, collections, globals, navigations and forms, and collections_save can now clear fields and detach templates.
New
blueprints_delete,collections_delete,globals_delete,navigations_deleteandforms_delete.collections_deleterefuses while entries or forms remain (an empty collection also removes the blueprints it owns);blueprints_deleterefuses while entries, forms or navigation items depend on the schema;forms_deletekeeps already-collected submissions.
Changes
collections_save: an empty string fortemplate,layoutorindex_templatenow detaches the reference; omitting the key preserves it.collections_save:schema_type,index_routing,feed_path,feed_titleandfeed_descriptioncan now be cleared with an empty string.
Fixes
assets_create_upload_sessionfailed with an internal error on every account.- Rich-text unwrap on save now also handles a wrapper bracketed by HTML comments (previously nested wrappers in development).