run_command
Run pre-approved shell commands to build, test, lint, or type-check code, enabling automated quality checks.
Instructions
Run a whitelisted shell command. Allowed commands: npm run build, npm test, npm run lint, npm run dev, npx tsc --noEmit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Exact command string (must match whitelist exactly) |