Class AsyncMcpAnnotationProviders
java.lang.Object
org.springframework.ai.mcp.annotation.spring.AsyncMcpAnnotationProviders
- Author:
- Christian Tzolov
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<io.modelcontextprotocol.server.McpServerFeatures.AsyncCompletionSpecification>completeSpecifications(List<Object> completeObjects) static List<org.springaicommunity.mcp.method.elicitation.AsyncElicitationSpecification>elicitationSpecifications(List<Object> elicitationObjects) static List<org.springaicommunity.mcp.method.logging.AsyncLoggingSpecification>loggingSpecifications(List<Object> loggingObjects) static List<org.springaicommunity.mcp.method.progress.AsyncProgressSpecification>progressSpecifications(List<Object> progressObjects) static List<org.springaicommunity.mcp.method.changed.prompt.AsyncPromptListChangedSpecification>promptListChangedSpecifications(List<Object> promptListChangedObjects) static List<io.modelcontextprotocol.server.McpServerFeatures.AsyncPromptSpecification>promptSpecifications(List<Object> promptObjects) static List<org.springaicommunity.mcp.method.changed.resource.AsyncResourceListChangedSpecification>resourceListChangedSpecifications(List<Object> resourceListChangedObjects) static List<io.modelcontextprotocol.server.McpServerFeatures.AsyncResourceSpecification>resourceSpecifications(List<Object> resourceObjects) static List<io.modelcontextprotocol.server.McpServerFeatures.AsyncResourceTemplateSpecification>resourceTemplateSpecifications(List<Object> resourceObjects) static List<org.springaicommunity.mcp.method.sampling.AsyncSamplingSpecification>samplingSpecifications(List<Object> samplingObjects) static List<io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncCompletionSpecification>statelessCompleteSpecifications(List<Object> completeObjects) static List<io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncPromptSpecification>statelessPromptSpecifications(List<Object> promptObjects) static List<io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncResourceSpecification>statelessResourceSpecifications(List<Object> resourceObjects) static List<io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncResourceTemplateSpecification>statelessResourceTemplateSpecifications(List<Object> resourceObjects) static List<io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncToolSpecification>statelessToolSpecifications(List<Object> toolObjects) static List<org.springaicommunity.mcp.method.changed.tool.AsyncToolListChangedSpecification>toolListChangedSpecifications(List<Object> toolListChangedObjects) static List<io.modelcontextprotocol.server.McpServerFeatures.AsyncToolSpecification>toolSpecifications(List<Object> toolObjects)
-
Method Details
-
loggingSpecifications
-
samplingSpecifications
-
elicitationSpecifications
-
progressSpecifications
-
toolSpecifications
-
statelessToolSpecifications
-
completeSpecifications
-
statelessCompleteSpecifications
-
promptSpecifications
-
statelessPromptSpecifications
-
resourceSpecifications
-
statelessResourceSpecifications
-
resourceTemplateSpecifications
-
statelessResourceTemplateSpecifications
-
resourceListChangedSpecifications
-
toolListChangedSpecifications
-
promptListChangedSpecifications
-