meta property

Meta? get meta

The _meta property/parameter is reserved by MCP to allow clients and servers to attach additional metadata to their interactions.

See Meta for more information about the format of these values.

Implementation

Meta? get meta => _value['_meta'] as Meta?;