Class DefaultMcpAsyncRequestContext

java.lang.Object
org.springframework.ai.mcp.annotation.context.DefaultMcpAsyncRequestContext
All Implemented Interfaces:
McpAsyncRequestContext, McpRequestContextTypes<io.modelcontextprotocol.server.McpAsyncServerExchange>

public final class DefaultMcpAsyncRequestContext extends Object implements McpAsyncRequestContext
Async (Reactor) implementation of McpAsyncRequestContext that returns Mono of value types.
Author:
Christian Tzolov