MCPStatusMsg reports progress while MCP servers are being connected in the background at startup. The TUI shows a "loading…" line above the input box until ProgressDone arrives.
| 70 | // the background at startup. The TUI shows a "loading…" line above the |
| 71 | // input box until ProgressDone arrives. |
| 72 | type MCPStatusMsg struct { |
| 73 | Server string |
| 74 | Status mcp.ProgressStatus |
| 75 | Total int |
| 76 | } |
| 77 | |
| 78 | // shineTickMsg drives the startup banner shine animation. Self-perpetuates |
| 79 | // until the shine peak passes off the right edge of the banner. |
nothing calls this directly
no outgoing calls
no test coverage detected