Documentation
¶
Overview ¶
Package ui holds mcpify's terminal styling: ANSI colors that switch off when output is not a terminal, plus the wordmark. Keeping it here means the preview commands print plainly into pipes and CI while interactive use stays legible, and the stdio MCP transport on stdout is never polluted with color.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Style ¶
type Style struct {
// contains filtered or unexported fields
}
Style carries whether ANSI styling is on for a given writer.
func For ¶
For returns the Style appropriate for f: styling is off when f is not a terminal, when NO_COLOR is set, or for dumb terminals.
Click to show internal directories.
Click to hide internal directories.