rolldev_php_script
Execute PHP scripts within the php-fpm container for RollDev and Magento 2 development environments, enabling script testing and automation directly from the MCP server interface.
Instructions
Run a PHP script inside the php-fpm container
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to the project directory | |
| script_path | Yes | Path to the PHP script relative to project root | |
| args | No | Additional arguments to pass to the script |