Stream Build Console
stream_build_consoleStream live console output from a running Zuul build via WebSocket to diagnose failures in real time, avoiding manual web UI navigation.
Instructions
Read live console output from a RUNNING build via WebSocket.
For RUNNING builds only. For completed builds, use tail_build_log.
Requires pip install mcp-zuul[console].
Args: uuid: Build UUID (from get_change_status) tenant: Tenant (default from env) url: Zuul build URL (alternative to uuid + tenant) lines: Lines to return from end (default 100, max 500) timeout: Seconds to buffer (default 10, max 30)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| uuid | No | ||
| lines | No | ||
| tenant | No | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |