run_command
Execute shell commands directly within your project directory to automate development tasks, manage files, and integrate with Git workflows.
Instructions
Run a shell command in the project directory
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command to run | |
| cwd | No | Working directory (optional, defaults to project root) | |
| timeout | No | Timeout in seconds (default: 60) |