Uses of Interface
io.modelcontextprotocol.spec.ServerMcpTransport
Packages that use ServerMcpTransport
-
Uses of ServerMcpTransport in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server with parameters of type ServerMcpTransportModifier and TypeMethodDescriptionstatic McpServer.AsyncSpecMcpServer.async(ServerMcpTransport transport) Starts building an asynchronous MCP server that provides blocking operations.static McpServer.SyncSpecMcpServer.sync(ServerMcpTransport transport) Starts building a synchronous MCP server that provides blocking operations. -
Uses of ServerMcpTransport in io.modelcontextprotocol.server.transport
Classes in io.modelcontextprotocol.server.transport that implement ServerMcpTransportModifier 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.