v10.0.1: Bugfix Release for the MCP Server and db:query
A quick bugfix release following v10.0.0 “Worms”: v10.0.1 is out, cleaning up two issues that surfaced in the new MCP server and in db:query.
Bug Fixes
mcp: The proxy command name was restored, and boolean flags now render correctly when exposed as MCP tools (#2074, #2128).mcp: Argument binding for proxied commands now stays stable across repeated calls, instead of leaking state between invocations (#2125, #2129).db:query: Wrapping quotes are now stripped as recommended by the command’s own--helptext (#2126, #2130).
If you’ve been using the MCP server to expose n98-magerun2 commands to AI tooling, this release is worth picking up repeated calls to the same proxied command now behave predictably.
Also in This Release
- Functional bats test coverage was added for proxied MCP tool calls and repeated cached command calls, to prevent regressions on the fixes above.
- The docs now note the PHP 8.2 minimum requirement introduced in v10.0.0.
php-cs-fixerwas bumped to 3.95.19.
Thanks to Jean-Bernard Valentaten for reporting the issues.
0 Comments