Run an allowlisted development command
run_commandExecutes approved commands for PHP/Laravel, Composer, npm, and Git within specified project directories, while blocking shell operators and arbitrary executables to maintain safe and controlled command execution.
Instructions
Runs guarded PHP/Laravel, Composer, npm, or allowlisted Git commands. Shell operators and arbitrary executables are blocked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Path relative to the selected project root. Absolute paths are rejected. | . |
| args | No | ||
| project | Yes | Project key from list_projects. | |
| executable | Yes | ||
| timeoutSeconds | No |