Skip to content

Bricks Builder MCP v1.6.3

Choose a tag to compare

@github-actions github-actions released this 01 Jun 10:49
· 17 commits to main since this release

v1.6.3 — Audit fixes: input colours, tool map, key delete, scope logic

CSS

  • All inputs/selects/textareas inside #bmcp-wrap now use dark theme:
    var(--surface-3) background, var(--text) colour, var(--brand) focus
    border — scoped to the plugin wrapper so WP admin is unaffected

Auth / scope

  • scope_for_tool(): removed unreachable duplicate bricks_snapshot_restore
    check; refactored to a clean exact-match list + substring-pattern lists

Tool registry

  • get_tool_group_map(): added 9 missing tools — bricks_export/import_
    business_profile, bricks_list/get_skill, bricks_audit_design_
    consistency, bricks_search_elements, and all 5 preview-mode tools

Business profile

  • execute(): added explicit case for bricks_get_business_profile and
    default error return so unknown tool names are rejected cleanly