inject_builder_content with mode:"append" no longer 500s on Breakdance
- fix inject_builder_content with mode:"append" no longer 500s on Breakdance. Calling append against a Breakdance page returned TypeError: Unsupported operand types: string + int. Root cause was a wrapper-normalisation gap: th
- fix inject_builder_content with mode:"replace" is reachable again on pages that already have content. The v7.0.16 replace-confirmation gate (which prevents silent data loss) is satisfied by confirm_replace=true — but that pa
- note The companion @respira/wordpress-mcp-server already carries confirm_replace in the inject_builder_content schema as of v6.11.13. Customers on an older MCP server should npm update to get the confirm_replace path; v7.0.22
- note No element-type-specific behaviour changed. Append and replace route through the same inject_content writer as before; only the pre-merge normalisation and the confirmation gate changed.