Interface: MCPToolResult

Defined in: mcp/types.ts:127

Result from calling an MCP tool

Properties

content

content: MCPContentBlock[];

Defined in: mcp/types.ts:129

Content blocks (text, images, resources)

isError?

optional isError?: boolean;

Defined in: mcp/types.ts:131

Whether the tool execution resulted in an error