Interface McpMetaSupplier
- All Superinterfaces:
Function<@Nullable McpCallContext, Map<String,Object>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface McpMetaSupplier
extends Function<@Nullable McpCallContext, Map<String,Object>>
A functional interface that supplies
_meta fields for MCP client
requests and notifications based on the given McpCallContext.
Unlike HTTP headers, this applies to all transports.-
Method Summary