// MCP icon — supplied by design (not a Tabler glyph). Stroke inherits the // current text color; size via `className`. Shared by the workspace-header MCP // menu and the tool-call timeline's fallback node for unknown servers. export function IconMcp({ className }: { className?: string }) { return ( ) }