MCP TypeScript SDK
    Preparing search index...

    Variable ListChangedOptionsBaseSchemaConst

    ListChangedOptionsBaseSchema: ZodObject<
        {
            autoRefresh: ZodDefault<ZodBoolean>;
            debounceMs: ZodDefault<ZodNumber>;
        },
        $strip,
    > = ...

    Base schema for list changed subscription options (without callback). Used internally for Zod validation of autoRefresh and debounceMs.