Uses of Interface
org.springframework.ai.mcp.annotation.context.McpAsyncRequestContext
Packages that use McpAsyncRequestContext
Package
Description
Request context types, specifications (logging, progress, sampling, elicitation), and
default implementations for MCP request handling.
Method callbacks and utilities for MCP tool invocation (call_tool).
-
Uses of McpAsyncRequestContext in org.springframework.ai.mcp.annotation.context
Classes in org.springframework.ai.mcp.annotation.context that implement McpAsyncRequestContextModifier and TypeClassDescriptionfinal classAsync (Reactor) implementation of McpAsyncRequestContext that returns Mono of value types.Methods in org.springframework.ai.mcp.annotation.context that return McpAsyncRequestContext -
Uses of McpAsyncRequestContext in org.springframework.ai.mcp.annotation.method.tool
Methods in org.springframework.ai.mcp.annotation.method.tool that return McpAsyncRequestContextModifier and TypeMethodDescriptionprotected McpAsyncRequestContextAsyncMcpToolMethodCallback.createRequestContext(io.modelcontextprotocol.server.McpAsyncServerExchange exchange, io.modelcontextprotocol.spec.McpSchema.CallToolRequest request) protected McpAsyncRequestContextAsyncStatelessMcpToolMethodCallback.createRequestContext(io.modelcontextprotocol.common.McpTransportContext exchange, io.modelcontextprotocol.spec.McpSchema.CallToolRequest request)