Run Shell Command
shell.execExecute shell commands in a local project directory to run tests, builds, or inspect files, returning output and errors.
Instructions
Run a shell command in the project directory and return stdout/stderr. Use for tests, builds, and local inspection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | ||
| command | Yes | ||
| timeoutMs | No | ||
| maxOutputBytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| exitCode | Yes | ||
| stdout | Yes | ||
| stderr | Yes |