Uses of Interface
io.modelcontextprotocol.spec.McpStreamableServerTransport
Packages that use McpStreamableServerTransport
-
Uses of McpStreamableServerTransport in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec with parameters of type McpStreamableServerTransportModifier and TypeMethodDescriptionMcpStreamableServerSession.listeningStream(McpStreamableServerTransport transport) Create a listening stream (the generic HTTP GET request without Last-Event-ID header).reactor.core.publisher.Mono<Void>McpStreamableServerSession.responseStream(McpSchema.JSONRPCRequest jsonrpcRequest, McpStreamableServerTransport transport) Provide the SSE stream of MCP messages finalized with a Response.Constructors in io.modelcontextprotocol.spec with parameters of type McpStreamableServerTransportModifierConstructorDescriptionConstructor accepting the dedicated transport representing the SSE stream.