bash
Execute shell commands within a project directory to run scripts, manage files, or perform system tasks. Output is captured and truncated.
Instructions
Execute a bash command in the project directory. Output is captured and truncated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Shell command to execute | |
| project_path | Yes | Working directory (absolute path) |