Base64-encoded image content block.
Summary
Types
@type t() :: %MCP.Protocol.Types.Content.ImageContent{ annotations: MCP.Protocol.Types.Annotations.t() | nil, data: String.t(), meta: map() | nil, mime_type: String.t(), type: String.t() }
Base64-encoded image content block.
@type t() :: %MCP.Protocol.Types.Content.ImageContent{ annotations: MCP.Protocol.Types.Annotations.t() | nil, data: String.t(), meta: map() | nil, mime_type: String.t(), type: String.t() }