Documentation
    Preparing search index...

    Interface McpToolResult

    The result of an MCP tools/call.

    interface McpToolResult {
        content: McpContentBlock[];
        isError?: boolean;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    content: McpContentBlock[]
    isError?: boolean