Uses of Class
io.modelcontextprotocol.server.transport.WebFluxSseServerTransportProvider.Builder
Packages that use WebFluxSseServerTransportProvider.Builder
-
Uses of WebFluxSseServerTransportProvider.Builder in io.modelcontextprotocol.server.transport
Methods in io.modelcontextprotocol.server.transport that return WebFluxSseServerTransportProvider.BuilderModifier and TypeMethodDescriptionSets the project basePath as endpoint prefix where clients should send their JSON-RPC messagesWebFluxSseServerTransportProvider.builder()WebFluxSseServerTransportProvider.Builder.keepAliveInterval(Duration keepAliveInterval) Sets the interval for sending keep-alive pings to clients.WebFluxSseServerTransportProvider.Builder.messageEndpoint(String messageEndpoint) Sets the endpoint URI where clients should send their JSON-RPC messages.WebFluxSseServerTransportProvider.Builder.objectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Sets the ObjectMapper to use for JSON serialization/deserialization of MCP messages.WebFluxSseServerTransportProvider.Builder.sseEndpoint(String sseEndpoint) Sets the SSE endpoint path.