0.5.0
MCP ability pack for Oxygen 6.x + Breakdance Elements for Oxygen.
Install: download unofficial-abilities-for-breakdance-elements-0.5.0.zip below and upload it under Plugins → Add New → Upload Plugin. Do not use Code → Download ZIP — it names the folder …-main, so WordPress installs it under a different slug.
Added
bdox/get-global-settings— reads the settings tree straight from storage with no output schema in the way. The built-inoxygen/get-global-settingsvalidates its own result and refuses valid data: a gradient button background returnsoutput[settings][buttons][primary][background] is not of type stringand you get nothing back. Optionalpathargument (dot notation, e.g.colors.palette.colors) returns one branch.
Fixed in 0.4.0
Section,HeadingandIconwere still invisible to MCP. Measured on a fresh install:builder_count: 162,mcp_visible_count: 159,hidden_from_mcp: [Icon, Section, Heading].Sectionis the expensive one — it is the only element rendering.section-container, the wrapper that consumes the global content width, so an agent that cannot address it builds every layout onDivand the global container settings are dead.hidden_from_mcpnow comes back empty.
Full history in CHANGELOG.md. Measured on Oxygen 6.2.0-beta.2 + Breakdance Elements for Oxygen 1.1.0.beta.1 + Agent Connector 1.26.0, WordPress 7.0.2, PHP 8.2.