| Package | Description |
|---|---|
| io.modelcontextprotocol.spec |
| Modifier and Type | Method and Description |
|---|---|
McpStreamableServerSession.McpStreamableServerSessionStream |
McpStreamableServerSession.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.
|
| Constructor and Description |
|---|
McpStreamableServerSessionStream(McpStreamableServerTransport transport)
Constructor accepting the dedicated transport representing the SSE stream.
|
Copyright © 2025. All rights reserved.