Uses of Interface
org.springframework.ai.mcp.annotation.context.MetaProvider
Packages that use MetaProvider
Package
Description
Common utilities for working with MCP annotation metadata.
Request context types, specifications (logging, progress, sampling, elicitation), and
default implementations for MCP request handling.
-
Uses of MetaProvider in org.springframework.ai.mcp.annotation.common
Method parameters in org.springframework.ai.mcp.annotation.common with type arguments of type MetaProviderModifier and TypeMethodDescriptionMetaUtils.getMeta(Class<? extends MetaProvider> metaProviderClass) Instantiate the suppliedMetaProvidertype using a no-argument constructor and return the metadata it supplies. -
Uses of MetaProvider in org.springframework.ai.mcp.annotation.context
Classes in org.springframework.ai.mcp.annotation.context that implement MetaProviderModifier and TypeClassDescriptionclassDefaultMetaProviderimplementation that disables the "_meta" field in tool, prompt, resource declarations.