R - type of the MCP responsepublic interface McpStatelessRequestHandler<R>
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<R> |
handle(McpTransportContext transportContext,
Object params)
Handle the request and complete with a result.
|
reactor.core.publisher.Mono<R> handle(McpTransportContext transportContext, Object params)
transportContext - McpTransportContext associated with the transportparams - the payload of the MCP requestCopyright © 2025. All rights reserved.