Skip to content

2026.2.2 Release

vitaliy edited this page Jun 1, 2026 · 1 revision

What's new in Magento PHPStorm Plugin 2026.2.2

This release improves the Magento MCP integration for AI agents by consolidating tool entry points, adding bundled agent skills, and tightening CLI environment discovery.

MCP tools

Consolidated scaffolding tool

The new magento_scaffold MCP tool replaces the separate create_magento_* creation tools with a three-step flow:

  1. help lists available scaffold types with short descriptions.
  2. detailed_schema returns the required and optional parameters for one scaffold type.
  3. render creates 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.

Consolidated inspection tool

The new magento_inspect MCP tool replaces the separate find_* inspection tools with the same compact three-step flow:

  1. help lists supported query types.
  2. detailed_schema returns parameters for one query type.
  3. query runs 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.

Agent skills

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.

Fixes

  • 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/php unless 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.

Clone this wiki locally