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

    Variable DriveQueryParameterSchemaConst

    DriveQueryParameterSchema: ZodType<
        string
        | schemas.DriveQueryObject,
        unknown,
        $ZodTypeInternals<string | schemas.DriveQueryObject, unknown>,
    > = ...

    Drive query parameter schema that accepts either:

    • A structured DriveQuery object with typed fields
    • A JSON string representing that object

    This provides type safety for common queries while allowing JSON string input from MCP clients when needed.