Uses of Class
io.modelcontextprotocol.server.transport.WebFluxStatelessServerTransport.Builder
Packages that use WebFluxStatelessServerTransport.Builder
-
Uses of WebFluxStatelessServerTransport.Builder in io.modelcontextprotocol.server.transport
Methods in io.modelcontextprotocol.server.transport that return WebFluxStatelessServerTransport.BuilderModifier and TypeMethodDescriptionWebFluxStatelessServerTransport.builder()Create a builder for the server.WebFluxStatelessServerTransport.Builder.contextExtractor(McpTransportContextExtractor<org.springframework.web.reactive.function.server.ServerRequest> contextExtractor) Sets the context extractor that allows providing the MCP feature implementations to inspect HTTP transport level metadata that was present at HTTP request processing time.WebFluxStatelessServerTransport.Builder.messageEndpoint(String messageEndpoint) Sets the endpoint URI where clients should send their JSON-RPC messages.WebFluxStatelessServerTransport.Builder.objectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Sets the ObjectMapper to use for JSON serialization/deserialization of MCP messages.