-
Notifications
You must be signed in to change notification settings - Fork 100
2026.2.2 Release
This release improves the Magento MCP integration for AI agents by consolidating tool entry points, adding bundled agent skills, and tightening CLI environment discovery.
The new magento_scaffold MCP tool replaces the separate create_magento_* creation tools with a three-step flow:
-
helplists available scaffold types with short descriptions. -
detailed_schemareturns the required and optional parameters for one scaffold type. -
rendercreates the requested files in the currently opened Magento project.
Supported scaffold types include modules, plugins, observers, CRUD entities, controllers, CLI commands, blocks, view models, and product, category, and customer EAV attributes.
The new magento_inspect MCP tool replaces the separate find_* inspection tools with the same compact three-step flow:
-
helplists supported query types. -
detailed_schemareturns parameters for one query type. -
queryruns the selected inspection.
Supported query types cover modules, DI configuration, plugins for methods, event observers, layout entities, UI components, ACL resources, and admin menu declarations.
The plugin now bundles magento-scaffold and magento-inspect agent skills. Magento settings include compact buttons for installing or updating these skills in the current project or supported agent-specific skill folders.
The skills are starter playbooks for Magento generation and inspection workflows and can be customized after installation for project-specific conventions.
- Magento MCP CLI environment discovery now checks project-local wrapper scripts directly from the filesystem on demand and no longer reports configured candidates such as
bin/phpunless those files actually exist. - Magento settings form layout was adjusted so the agent skill controls stay separate from MCP CLI wrapper candidates without forcing an oversized settings panel.