Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.JSONRPCRequest
Packages that use McpSchema.JSONRPCRequest
-
Uses of McpSchema.JSONRPCRequest in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server with parameters of type McpSchema.JSONRPCRequestModifier 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.JSONRPCRequest in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec with parameters of type McpSchema.JSONRPCRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>McpStreamableServerSession.responseStream(McpSchema.JSONRPCRequest jsonrpcRequest, McpStreamableServerTransport transport) Provide the SSE stream of MCP messages finalized with a Response.