AskSQL API Reference (core v0.10.0)
    Preparing search index...

    Interface McpToolResult

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