Skip to content

Documentation / @agentick/mcp / MCPTransport

Type Alias: MCPTransport

MCPTransport = "stdio" | "sse" | "streamable-http" | "in-process"

Defined in: client/types.ts:13

Client-side MCP types.

These represent DISCOVERED data from MCP servers — the shapes returned by tools/list, resources/list, etc. Different from server-side definitions (MCPToolDefinition has a handler, these don't).

Released under the ISC License.