Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.JSONRPCResponse
Packages that use McpSchema.JSONRPCResponse
-
Uses of McpSchema.JSONRPCResponse in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server that return types with arguments of type McpSchema.JSONRPCResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<McpSchema.JSONRPCResponse>McpStatelessServerHandler.handleRequest(McpTransportContext transportContext, McpSchema.JSONRPCRequest request) Handle the request using user-provided feature implementations. -
Uses of McpSchema.JSONRPCResponse in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec with parameters of type McpSchema.JSONRPCResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>McpStreamableServerSession.accept(McpSchema.JSONRPCResponse response) Handle the MCP response.