MCPTransport

org.llm4s.mcp.MCPTransport
See theMCPTransport companion object
sealed trait MCPTransport

Base trait for MCP transport mechanism configurations.

Defines how to connect to an MCP server. Each transport type specifies the connection parameters and protocol to use.

Attributes

See also

StdioTransport for subprocess communication

SSETransport for legacy HTTP/SSE transport

StreamableHTTPTransport for modern HTTP transport

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def name: String

Unique identifier for this transport instance

Unique identifier for this transport instance

Attributes