MCP Adapter 0.6.1 repairs the production release ZIP. It contains no other changes.
Who should upgrade
Anyone running 0.6.0 from the mcp-adapter.zip release asset should upgrade. Installations built from source or required through Composer are unaffected.
Fixed
- The release ZIP no longer ships a Jetpack Autoloader class map that points to files the ZIP omits. In 0.6.0 the class map listed test-only global classes, including
WP_CLIandWP_CLI_Command, and mapped them to files undertests/phpunit/, which the release artifact excludes. Any plugin callingclass_exists( 'WP_CLI' )on a normal web request could therefore trigger an uncaught fatal error.class_exists( 'WP_CLI' )now returnsfalsewhen WP-CLI is unavailable.
No API, hook, or protocol behavior changed. Upgrading from 0.6.0 requires no migration.
Thank you to @rebeccahum for reporting this in #283, their first contribution to MCP Adapter.
Full Changelog: v0.6.0...v0.6.1