repo.run
Run curated repository commands (test, lint, typecheck, build, smoke) using only allowlisted arguments.
Instructions
Run a curated command (test, lint, typecheck, build, smoke) with allowlisted args
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Optional allowlisted arguments | |
| command | Yes | Command to run | |
| timeout_ms | No | Timeout in ms (default 120000, max 300000) |