@modelcontextprotocol/sdk
    Preparing search index...

    Variable ListRootsRequestSchemaConst

    ListRootsRequestSchema: ZodObject<
        extendShape<
            {
                method: ZodString;
                params: ZodOptional<
                    ZodObject<
                        {
                            _meta: ZodOptional<
                                ZodObject<
                                    { progressToken: ZodOptional<ZodUnion<(...)>> },
                                    "passthrough",
                                    ZodTypeAny,
                                    objectOutputType<
                                        { progressToken: ZodOptional<(...)> },
                                        ZodTypeAny,
                                        "passthrough",
                                    >,
                                    objectInputType<
                                        { progressToken: ZodOptional<(...)> },
                                        ZodTypeAny,
                                        "passthrough",
                                    >,
                                >,
                            >;
                        },
                        "passthrough",
                        ZodTypeAny,
                        objectOutputType<
                            {
                                _meta: ZodOptional<
                                    ZodObject<
                                        { progressToken: ZodOptional<(...)> },
                                        "passthrough",
                                        ZodTypeAny,
                                        objectOutputType<{ progressToken: ... }, ZodTypeAny, "passthrough">,
                                        objectInputType<{ progressToken: ... }, ZodTypeAny, "passthrough">,
                                    >,
                                >;
                            },
                            ZodTypeAny,
                            "passthrough",
                        >,
                        objectInputType<
                            {
                                _meta: ZodOptional<
                                    ZodObject<
                                        { progressToken: ZodOptional<(...)> },
                                        "passthrough",
                                        ZodTypeAny,
                                        objectOutputType<{ progressToken: ... }, ZodTypeAny, "passthrough">,
                                        objectInputType<{ progressToken: ... }, ZodTypeAny, "passthrough">,
                                    >,
                                >;
                            },
                            ZodTypeAny,
                            "passthrough",
                        >,
                    >,
                >;
            },
            { method: ZodLiteral<"roots/list"> },
        >,
        "strip",
        ZodTypeAny,
        {
            method: "roots/list";
            params?: objectOutputType<
                {
                    _meta: ZodOptional<
                        ZodObject<
                            { progressToken: ZodOptional<ZodUnion<[(...), (...)]>> },
                            "passthrough",
                            ZodTypeAny,
                            objectOutputType<
                                { progressToken: ZodOptional<ZodUnion<(...)>> },
                                ZodTypeAny,
                                "passthrough",
                            >,
                            objectInputType<
                                { progressToken: ZodOptional<ZodUnion<(...)>> },
                                ZodTypeAny,
                                "passthrough",
                            >,
                        >,
                    >;
                },
                ZodTypeAny,
                "passthrough",
            >;
        },
        {
            method: "roots/list";
            params?: objectInputType<
                {
                    _meta: ZodOptional<
                        ZodObject<
                            { progressToken: ZodOptional<ZodUnion<[(...), (...)]>> },
                            "passthrough",
                            ZodTypeAny,
                            objectOutputType<
                                { progressToken: ZodOptional<ZodUnion<(...)>> },
                                ZodTypeAny,
                                "passthrough",
                            >,
                            objectInputType<
                                { progressToken: ZodOptional<ZodUnion<(...)>> },
                                ZodTypeAny,
                                "passthrough",
                            >,
                        >,
                    >;
                },
                ZodTypeAny,
                "passthrough",
            >;
        },
    > = ...

    Sent from the server to request a list of root URIs from the client.