Skip to content llms.txt

transport_types

Which MCP transport protocols the provider supports. Common transports: stdio (local process), SSE (Server-Sent Events), HTTP/streamable-HTTP (stateless or streaming).

Type: object Content type: mcp

ProviderSupportedMechanism
claude-codemcp_transport_types: stdio (local process), SSE (deprecated, still supported), HTTP/streamable-HTTP (recommended for remote)
clinesse_transport_support: Cline supports SSE transport alongside stdio; HTTP transport support follows MCP protocol adoption
crushtransport_types: Crush documents stdio, http, and sse transports in its JSON schema for MCP server configuration
cursorCursor documents three MCP transports: stdio for local processes, sse for Server-Sent Events, and streamable-http for HTTP-based remote servers.
gemini-clitransport_types: Gemini CLI documents supported MCP transport protocols including stdio and HTTP
opencodetransport_types: OpenCode documents stdio transport; remote transports (http/sse) are available on sst/opencode depending on version
roo-codetransport_types: stdio, sse, and streamable-http are supported and selected via the type field on each server entry
windsurfthree_transport_types: Windsurf supports stdio, SSE, and HTTP/streamable-HTTP transports
zedMCP servers are configured with a stdio command under context_servers in settings.json
ampAmp MCP transport types not documented beyond basic MCP support
codexCodex MCP transport types not documented beyond basic MCP support; likely stdio only
copilot-cliCopilot CLI MCP transport types not documented
factory-droidFactory Droid MCP transport types not documented beyond basic MCP support
kiroKiro MCP transport types not documented beyond basic MCP support