run_command
Execute project-local commands for tests, builds, and mutation verification, returning only a redacted, compressed summary to keep raw output out of AI responses.
Instructions
Run one project-local command and return only a redacted, compressed terminal summary. Raw stdout/stderr never enters the MCP response; use this gateway for tests, builds, and mutation verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| command | Yes | ||
| maxChars | No | ||
| timeoutMs | No | ||
| projectRoot | No | ||
| executionKind | No | ||
| taskContextId | No | ||
| includeStructured | No |