Stone.js API
    Preparing search index...

    An MCP tool result payload (the SDK content shape).

    interface McpToolResult {
        content: { text: string; type: "text" }[];
        isError?: boolean;
    }
    Index
    content: { text: string; type: "text" }[]
    isError?: boolean