| Package | Description |
|---|---|
| io.modelcontextprotocol.client | |
| io.modelcontextprotocol.client.transport | |
| io.modelcontextprotocol.spec |
| Modifier and Type | Method and Description |
|---|---|
static McpClient.AsyncSpec |
McpClient.async(ClientMcpTransport transport)
Deprecated.
This method will be removed in 0.9.0. Use
McpClient.async(McpClientTransport) |
static McpClient.SyncSpec |
McpClient.sync(ClientMcpTransport transport)
Deprecated.
This method will be removed in 0.9.0. Use
McpClient.sync(McpClientTransport) |
| 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 | Interface and Description |
|---|---|
interface |
McpClientTransport
Marker interface for the client-side MCP transport.
|
Copyright © 2025. All rights reserved.