@mcp-z/client
    Preparing search index...

    Interface IndexedTool

    Internal representation of a tool for indexing

    interface IndexedTool {
        description: string | undefined;
        name: string;
        schemaText: string;
        server: string;
        type: "tool";
    }
    Index
    description: string | undefined
    name: string
    schemaText: string

    Flattened searchable text from inputSchema property descriptions

    server: string
    type: "tool"