Uses of Package
org.springframework.ai.mcp.annotation
Packages that use org.springframework.ai.mcp.annotation
Package
Description
Adapters that bridge MCP annotation-based providers to the MCP SDK transport layer.
Method callbacks and specifications for MCP prompt list changed notifications.
Method callbacks and specifications for MCP resource list changed notifications.
Method callbacks and specifications for MCP tool list changed notifications.
Method callbacks for MCP completion (chat) requests, sync and async.
Method callbacks and specifications for MCP elicitation (user input) requests.
Method callbacks and specifications for MCP logging.
Method callbacks and specifications for MCP progress reporting.
Method callbacks for MCP sampling (create message) requests.
MCP providers that expose resource read handlers to the transport layer.
MCP providers that expose tool (call_tool) handlers to the transport layer.
-
Classes in org.springframework.ai.mcp.annotation used by org.springframework.ai.mcp.annotation.adapterClassDescriptionAnnotates a method used for completion functionality in the MCP framework.Marks a method as a MCP Prompt.Marks a method as a MCP Resource.
-
Classes in org.springframework.ai.mcp.annotation used by org.springframework.ai.mcp.annotation.method.changed.promptClassDescriptionAnnotation for methods that handle prompt list change notifications from MCP servers.
-
Classes in org.springframework.ai.mcp.annotation used by org.springframework.ai.mcp.annotation.method.changed.resourceClassDescriptionAnnotation for methods that handle resource list change notifications from MCP servers.
-
Classes in org.springframework.ai.mcp.annotation used by org.springframework.ai.mcp.annotation.method.changed.toolClassDescriptionAnnotation for methods that handle tool list change notifications from MCP servers.
-
Classes in org.springframework.ai.mcp.annotation used by org.springframework.ai.mcp.annotation.method.completeClassDescriptionAnnotates a method used for completion functionality in the MCP framework.
-
Classes in org.springframework.ai.mcp.annotation used by org.springframework.ai.mcp.annotation.method.elicitationClassDescriptionAnnotation for methods that handle elicitation requests from MCP servers.
-
Classes in org.springframework.ai.mcp.annotation used by org.springframework.ai.mcp.annotation.method.loggingClassDescriptionAnnotation for methods that handle logging message notifications from MCP servers.
-
Classes in org.springframework.ai.mcp.annotation used by org.springframework.ai.mcp.annotation.method.progressClassDescriptionAnnotation for methods that handle progress notifications from MCP servers.
-
Classes in org.springframework.ai.mcp.annotation used by org.springframework.ai.mcp.annotation.method.samplingClassDescriptionAnnotation for methods that handle sampling requests from MCP servers.
-
-