Description
Deferred from v1.5 release. Implement a mc_stream tool that provides live output streaming from running jobs.
Background
In v1.5, we enhanced mc_attach to auto-open tmux windows for serve-mode jobs and added structured mc_capture with event filtering. The next step is a dedicated streaming tool that provides real-time SSE event forwarding without requiring tmux attachment.
Requirements
- New
mc_stream MCP tool
- Stream SSE events from serve-mode jobs in real-time
- Support event type filtering (file.edited, tool, error, all)
- Graceful connection lifecycle management
- Falls back to tmux capture-pane polling for TUI-mode jobs
Related
Description
Deferred from v1.5 release. Implement a
mc_streamtool that provides live output streaming from running jobs.Background
In v1.5, we enhanced
mc_attachto auto-open tmux windows for serve-mode jobs and added structuredmc_capturewith event filtering. The next step is a dedicated streaming tool that provides real-time SSE event forwarding without requiring tmux attachment.Requirements
mc_streamMCP toolRelated