@modelcontextprotocol/sdk
    Preparing search index...

    Variable RootsListChangedNotificationSchemaConst

    RootsListChangedNotificationSchema: ZodObject<
        extendShape<
            {
                method: ZodString;
                params: ZodOptional<
                    ZodObject<
                        { _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
                        "passthrough",
                        ZodTypeAny,
                        objectOutputType<
                            { _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
                            ZodTypeAny,
                            "passthrough",
                        >,
                        objectInputType<
                            { _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
                            ZodTypeAny,
                            "passthrough",
                        >,
                    >,
                >;
            },
            { method: ZodLiteral<"notifications/roots/list_changed"> },
        >,
        "strip",
        ZodTypeAny,
        {
            method: "notifications/roots/list_changed";
            params?: objectOutputType<
                { _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
                ZodTypeAny,
                "passthrough",
            >;
        },
        {
            method: "notifications/roots/list_changed";
            params?: objectInputType<
                { _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
                ZodTypeAny,
                "passthrough",
            >;
        },
    > = ...

    A notification from the client to the server, informing it that the list of roots has changed.