Hi guys,
Been doing some performance testing on eatplaydrink.capetown across local/staging/prod (the site’s meaty enough that debugging is getting tedious). Right now it’s the usual: SSH in, run a WP-CLI command, check the output, run another one, compare results manually. Works, but it’s fragile.
Was thinking — if WPMU DEV exposed an MCP server (basically just a standardised interface for running WP-CLI, querying logs, checking plugin state, etc.), you could actually hook that directly into local dev tooling or AI debugging without handing over raw shell access. Schema validation, permission scoping, all built in.
Probably niche right now, but performance debugging and environment reconciliation are getting more common, and having a standardised interface would make it way easier to build better tooling on top.
Curious if it’s worth building into the Hub at some point.