Uses of Interface
io.modelcontextprotocol.spec.McpServerTransportProviderBase
Packages that use McpServerTransportProviderBase
-
Uses of McpServerTransportProviderBase in io.modelcontextprotocol.server.transport
Classes in io.modelcontextprotocol.server.transport that implement McpServerTransportProviderBaseModifier and TypeClassDescriptionclassA Servlet-based implementation of the MCP HTTP with Server-Sent Events (SSE) transport specification.classServer-side implementation of the Model Context Protocol (MCP) streamable transport layer using HTTP with Server-Sent Events (SSE) through HttpServlet.classImplementation of the MCP Stdio transport provider for servers that communicates using standard input/output streams. -
Uses of McpServerTransportProviderBase in io.modelcontextprotocol.spec
Subinterfaces of McpServerTransportProviderBase in io.modelcontextprotocol.specModifier and TypeInterfaceDescriptioninterfaceClassic implementation ofMcpServerTransportProviderBasefor a single outgoing stream in bidirectional communication (STDIO and the legacy HTTP SSE).interfaceThe core building block providing the server-side MCP transport for Streamable HTTP servers.