MCP plugin
Make no-input Wordfence checks reliable across the proxy path.
A focused compatibility fix
Pass the empty input shape that the ability actually expects.
MCP Abilities for Wordfence makes no-input abilities behave consistently when a proxy adapter sends null, an array, or a placeholder object instead of a clean empty object.
Update when your agent process depends on Wordfence ability calls through a proxy. Then test the same calls through the client path your agents actually use.
What changed
Normalize the input, read the signal, test the real route.
More tolerant no-input calls
The ability layer is less brittle when proxy adapters pass null, arrays, or placeholder objects to calls that should not need parameters.
Clearer operator signal
The update reduces confusing transport-shape failures. Wordfence status and plugin-state checks are easier to interpret as evidence about the running system.
Test the real path
After updating, confirm the plugin is installed and run Wordfence checks through the same MCP client and proxy route used in daily work.
