run-command
Execute terminal commands to build and modify React apps based on user prompts. Specify a directory for command execution.
Instructions
Run a terminal command
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command to execute | |
| directory | No | Directory to run the command in (defaults to current directory) |