| Package | Description |
|---|---|
| io.modelcontextprotocol.server.transport | |
| io.modelcontextprotocol.spec |
| Modifier and Type | Class and Description |
|---|---|
class |
StdioServerTransportProvider
Implementation of the MCP Stdio transport provider for servers that communicates using
standard input/output streams.
|
class |
WebRxSseServerTransportProvider
Server-side implementation of the Model Context Protocol (MCP) transport layer using
HTTP with Server-Sent Events (SSE) through Spring WebMVC.
|
class |
WebRxStreamableServerTransportProvider
Server-side implementation of the Model Context Protocol (MCP) streamable transport
layer using HTTP with Server-Sent Events (SSE) through Spring WebMVC.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
McpServerTransportProvider
Classic implementation of
McpServerTransportProviderBase for a single outgoing
stream in bidirectional communication (STDIO and the legacy HTTP SSE). |
interface |
McpStreamableServerTransportProvider
The core building block providing the server-side MCP transport for Streamable HTTP
servers.
|
Copyright © 2025. All rights reserved.