Uses of Interface
org.springframework.ai.mcp.annotation.context.McpSyncRequestContext
Packages that use McpSyncRequestContext
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 McpSyncRequestContext in org.springframework.ai.mcp.annotation.context
Classes in org.springframework.ai.mcp.annotation.context that implement McpSyncRequestContextMethods in org.springframework.ai.mcp.annotation.context that return McpSyncRequestContext -
Uses of McpSyncRequestContext in org.springframework.ai.mcp.annotation.method.tool
Methods in org.springframework.ai.mcp.annotation.method.tool that return McpSyncRequestContextModifier and TypeMethodDescriptionprotected McpSyncRequestContextSyncMcpToolMethodCallback.createRequestContext(io.modelcontextprotocol.server.McpSyncServerExchange exchange, io.modelcontextprotocol.spec.McpSchema.CallToolRequest request) protected McpSyncRequestContextSyncStatelessMcpToolMethodCallback.createRequestContext(io.modelcontextprotocol.common.McpTransportContext exchange, io.modelcontextprotocol.spec.McpSchema.CallToolRequest request)