ironbee_extra_config is a raw JSON escape hatch: it’s deep-merged into the generated .ironbee/config.json, and your keys win over the defaults.
How it works
Pass a JSON object as a string. It’s merged on top of the config the action generates, so you only specify the keys you want to change:Tuning a verification platform
Each verification platform’s MCP server is customized underbrowserDevTools, backendDevTools, or nodeDevTools. Set extra environment variables or replace the server entirely:
IronBee always sets its own invariants (tool-name prefix, metadata flags, platform) last, these can’t be overridden via
ironbee_extra_config.What’s next?
Verification platforms
The browser, backend, and Node.js platforms you’re tuning.
All configuration options
Every input and output, with defaults.