Uses of Interface
org.springaicommunity.mcp.context.McpRequestContextTypes
Packages that use McpRequestContextTypes
-
Uses of McpRequestContextTypes in org.springaicommunity.mcp.context
Subinterfaces of McpRequestContextTypes in org.springaicommunity.mcp.contextModifier and TypeInterfaceDescriptioninterfaceAsync (Reactor) version of McpSyncRequestContext that returns Mono of value types.interfaceClasses in org.springaicommunity.mcp.context that implement McpRequestContextTypesModifier and TypeClassDescriptionclassAsync (Reactor) implementation of McpAsyncRequestContext that returns Mono of value types.class -
Uses of McpRequestContextTypes in org.springaicommunity.mcp.method.tool
Classes in org.springaicommunity.mcp.method.tool with type parameters of type McpRequestContextTypesModifier and TypeClassDescriptionclassAbstractAsyncMcpToolMethodCallback<T,RC extends McpRequestContextTypes<?>> Abstract base class for creating Function callbacks around async tool methods.classAbstractMcpToolMethodCallback<T,RC extends McpRequestContextTypes<?>> Abstract base class for creating Function callbacks around tool methods.classAbstractSyncMcpToolMethodCallback<T,RC extends McpRequestContextTypes<?>> Abstract base class for creating Function callbacks around synchronous tool methods.