Uses of Interface
io.modelcontextprotocol.spec.McpTransport
Packages that use McpTransport
-
Uses of McpTransport in io.modelcontextprotocol.client.transport
Classes in io.modelcontextprotocol.client.transport that implement McpTransportModifier and TypeClassDescriptionclassServer-Sent Events (SSE) implementation of theMcpTransportthat follows the MCP HTTP with SSE transport specification, using Java's HttpClient.classAn implementation of the Streamable HTTP protocol as defined by the2025-03-26version of the MCP specification.classImplementation of the MCP Stdio transport that communicates with a server process using standard input/output streams. -
Uses of McpTransport in io.modelcontextprotocol.spec
Subinterfaces of McpTransport in io.modelcontextprotocol.specModifier and TypeInterfaceDescriptioninterfaceInterface for the client side of theMcpTransport.interfaceMarker interface for the server-side MCP transport.interfaceStreamable HTTP server transport representing an individual SSE stream.