McpTransportIcon
Icon for an MCP transport: a terminal for stdio, a globe for http and a broadcast icon for sse. size is in px, 16 by default. The icon is decorative (aria-hidden), so put the transport name next to it. The MCP list, detail, wizard, import and discovery components use it.
Getting Started
$pnpm add @sinups/ai-kit @mantine/core @mantine/hooks @tabler/icons-reactExamples
Transports
API reference
Prop
Type
Required
transport
McpTransport
Yes
Server transport: `stdio` shows a terminal, `sse` a broadcast icon, `http` a globe
size
number
No
Icon size in px, `16` by default
className
string
No
Class name added to the icon
style
React.CSSProperties
No
Inline styles added to the icon