| Package | Description |
|---|---|
| io.modelcontextprotocol.client.transport | |
| io.modelcontextprotocol.spec |
| Modifier and Type | Class and Description |
|---|---|
class |
StdioClientTransport
Implementation of the MCP Stdio transport that communicates with a server process using
standard input/output streams.
|
class |
WebRxSseClientTransport
Server-Sent Events (SSE) implementation of the
McpTransport that follows the MCP HTTP with SSE
transport specification. |
class |
WebRxStreamableHttpTransport
An implementation of the Streamable HTTP protocol as defined by the
2025-03-26 version of the MCP specification. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
McpClientTransport
Interface for the client side of the
McpTransport. |
interface |
McpServerTransport
Marker interface for the server-side MCP transport.
|
interface |
McpStreamableServerTransport
Streamable HTTP server transport representing an individual SSE stream.
|
Copyright © 2025. All rights reserved.