core/tui: MCP startup/list concurrency caps + TUI exec live-tail
Resolved 💬 1 comment Opened Aug 12, 2025 by Xopoko Closed Nov 27, 2025
Problem
- MCP server startup storms and timeouts on weak/unstable environments.
- No visible progress on long exec; TurnDiff logs are verbose.
Proposal
- Cap MCP server start concurrency (3) with a quick backoff retry (~750ms) on failure.
- Cap
tools/listconcurrency (4). - TUI: show live tail of ExecCommandOutputDelta in the status line; log concise TurnDiff summary (bytes/lines) instead of full diff.
Expected Impact
- Fewer timeouts at startup and calmer logs.
- Better UX for long‑running commands.
Compatibility
- Internal behavioral changes only; protocol unchanged.
Risks
- Caps may need tuning; retry could mask longer transient issues (parameters are conservative).
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗