Uses of Interface
io.modelcontextprotocol.spec.McpTransport
Packages that use McpTransport
Package
Description
-
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.classImplementation of the MCP Stdio transport that communicates with a server process using standard input/output streams. -
Uses of McpTransport in io.modelcontextprotocol.server.transport
Classes in io.modelcontextprotocol.server.transport that implement McpTransportModifier and TypeClassDescriptionclassA Servlet-based implementation of the MCP HTTP with Server-Sent Events (SSE) transport specification.classImplementation of the MCP Stdio transport for servers that communicates using standard input/output streams. -
Uses of McpTransport in io.modelcontextprotocol.spec
Subinterfaces of McpTransport in io.modelcontextprotocol.specModifier and TypeInterfaceDescriptioninterfaceMarker interface for the client-side MCP transport.interfaceMarker interface for the server-side MCP transport.Constructors in io.modelcontextprotocol.spec with parameters of type McpTransportModifierConstructorDescriptionDefaultMcpSession(Duration requestTimeout, McpTransport transport, Map<String, DefaultMcpSession.RequestHandler<?>> requestHandlers, Map<String, DefaultMcpSession.NotificationHandler> notificationHandlers) Creates a new DefaultMcpSession with the specified configuration and handlers.