verify_pipeline
Run lint, tests, and typecheck from package.json with configurable stages and timeouts. Choose specific stages to avoid timeouts on large suites.
Instructions
Run lint/test/typecheck from package.json. WARNING: MCP requests have a 120s hard timeout; default is 30s per stage (3 stages = 90s). Large test suites will time out — prefer stages=lint or test_bridge(action=run) for full test runs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stages | No | ||
| timeout | No | ||
| workdir | No | ||
| workspace_dir | Yes |