MCP TypeScript SDK
    Preparing search index...

    Variable RootsListChangedNotificationSchemaConst

    RootsListChangedNotificationSchema: ZodObject<
        {
            method: ZodLiteral<"notifications/roots/list_changed">;
            params: ZodOptional<
                ZodObject<
                    {
                        _meta: ZodOptional<
                            ZodObject<
                                {
                                    "io.modelcontextprotocol/related-task": ZodOptional<
                                        ZodObject<{ taskId: ... }, $strip>,
                                    >;
                                    progressToken: ZodOptional<ZodUnion<readonly [(...), (...)]>>;
                                },
                                $loose,
                            >,
                        >;
                    },
                    $strip,
                >,
            >;
        },
        $strip,
    > = ...

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