DocsCommonmcpMCPTransportType
Package: @hexos/common

Discriminator for MCP server transport protocols.

MCP servers can communicate via stdio (local process) or sse (HTTP Server-Sent Events). Used by MCPServerConfig to determine the transport type.

type MCPTransportType = 'stdio' | 'sse'