↑ ↓ to navigate
↵ to select
esc to close
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_delete and forms_delete. collections_delete refuses while entries or forms remain (an empty collection also removes the blueprints it owns); blueprints_delete refuses while entries, forms or navigation items depend on the schema; forms_delete keeps already-collected submissions.

Changes

  • collections_save: an empty string for template, layout or index_template now detaches the reference; omitting the key preserves it.
  • collections_save: schema_type, index_routing, feed_path, feed_title and feed_description can now be cleared with an empty string.

Fixes

  • assets_create_upload_session failed 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).