Interface: MCPContentBlock

Defined in: mcp/types.ts:116

Content block in MCP tool result

Properties

data?

optional data?: string;

Defined in: mcp/types.ts:119

mimeType?

optional mimeType?: string;

Defined in: mcp/types.ts:120

text?

optional text?: string;

Defined in: mcp/types.ts:118

type

type: "text" | "image" | "resource" | "audio";

Defined in: mcp/types.ts:117

uri?

optional uri?: string;

Defined in: mcp/types.ts:121