Uses of Class
io.modelcontextprotocol.server.transport.WebRxSseServerTransportProvider.Builder
Packages that use WebRxSseServerTransportProvider.Builder
-
Uses of WebRxSseServerTransportProvider.Builder in io.modelcontextprotocol.server.transport
Methods in io.modelcontextprotocol.server.transport that return WebRxSseServerTransportProvider.BuilderModifier and TypeMethodDescriptionWebRxSseServerTransportProvider.builder()WebRxSseServerTransportProvider.Builder.messageEndpoint(String messageEndpoint) Sets the endpoint URI where clients should send their JSON-RPC messages.WebRxSseServerTransportProvider.Builder.objectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Sets the ObjectMapper to use for JSON serialization/deserialization of MCP messages.WebRxSseServerTransportProvider.Builder.sseEndpoint(String sseEndpoint) Sets the SSE endpoint path.