run_command
Automate your development workflow by running shell commands for builds, installs, and scripts in the project directory.
Instructions
Execute a shell command in the project directory. Use for builds, installs, scripts, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Bypass command safety check | |
| command | Yes | Shell command to execute | |
| project | No | Project name | |
| timeout | No | Timeout in milliseconds (default: 60000) |