MCPcopy Create free account
hub / github.com/betta-tech/byo-coding-agent / MCPStatusMsg

Struct MCPStatusMsg

internal/ui/program.go:72–76  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

70// the background at startup. The TUI shows a "loading…" line above the
71// input box until ProgressDone arrives.
72type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected