wait_for_generation
Block until the feature's generation finishes, polling every 3 seconds, and return the final generation status.
info
This is an MCP / CLI convenience — there is no REST wait endpoint. Over raw HTTP, poll GET …/generation yourself. See Long-running operations.
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
feature | string | yes | Feature id or name. |
timeoutSeconds | integer | no | How long to wait (default 120, max 170). |
project | string | no | Project public id (defaults to the configured project). |
- MCP
- CLI
Tool wait_for_generation — { "feature": "12", "timeoutSeconds": 170 }.
testvibe generate "Login Functionality" --watch
Result
The same payload as get_generation_status, taken when the generation left the generating state — or at the timeout.
warning
Timing out cancels nothing. If the result still says featureStatus: "generating", the pipeline is still working — call the tool again. Generations regularly outlast a single 170 s wait.