Interface MetaProvider

All Known Implementing Classes:
DefaultMetaProvider

public interface MetaProvider
Common interface for classes that provide metadata for the "_meta" field. This metadata is used in tool, prompt, and resource declarations.
Author:
Vadzim Shurmialiou, Craig Walls
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns metadata key-value pairs that will be included in the "_meta" field.
  • Method Details

    • getMeta

      Map<String,Object> getMeta()
      Returns metadata key-value pairs that will be included in the "_meta" field. These metadata values provide additional context and information for tools, prompts, and resource declarations.
      Returns:
      A Map containing metadata key-value pairs, where keys are strings and values can be any object type.