| Package | Description |
|---|---|
| io.modelcontextprotocol.client.transport | |
| io.modelcontextprotocol.server.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. |
| Modifier and Type | Class and Description |
|---|---|
class |
StdioServerTransportProvider.StdioMcpSessionTransport
Implementation of McpServerTransport for the stdio session.
|
class |
WebRxSseServerTransportProvider.WebRxMcpSessionTransport |
| Modifier and Type | Interface and Description |
|---|---|
interface |
McpClientTransport
Marker interface for the client-side MCP transport.
|
interface |
McpServerTransport
Marker interface for the server-side MCP transport.
|
| Constructor and Description |
|---|
StatelessMcpSession(McpTransport transport) |
Copyright © 2025. All rights reserved.