featherbit UI
    Preparing search index...

    Interface McpToolResult

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