Skip to content

@maxhealth.tech/prefab / mcp / McpImageContent

Type Alias: McpImageContent

ts
type McpImageContent = object;

Defined in: mcp/types.ts:35

MCP image content block (compatible with SDK's ImageContent)

Properties

type

ts
type: "image";

Defined in: mcp/types.ts:36


data

ts
data: string;

Defined in: mcp/types.ts:37


mimeType

ts
mimeType: string;

Defined in: mcp/types.ts:38


annotations?

ts
optional annotations?: Record<string, unknown>;

Defined in: mcp/types.ts:39


_meta?

ts
optional _meta?: Record<string, unknown>;

Defined in: mcp/types.ts:40

Released under the MIT License.