@modelcontextprotocol/sdk
    Preparing search index...

    Variable RootSchemaConst

    RootSchema: ZodObject<
        {
            _meta: ZodOptional<
                ZodObject<
                    {},
                    "passthrough",
                    ZodTypeAny,
                    objectOutputType<{}, ZodTypeAny, "passthrough">,
                    objectInputType<{}, ZodTypeAny, "passthrough">,
                >,
            >;
            name: ZodOptional<ZodString>;
            uri: ZodString;
        },
        "passthrough",
        ZodTypeAny,
        objectOutputType<
            {
                _meta: ZodOptional<
                    ZodObject<
                        {},
                        "passthrough",
                        ZodTypeAny,
                        objectOutputType<{}, ZodTypeAny, "passthrough">,
                        objectInputType<{}, ZodTypeAny, "passthrough">,
                    >,
                >;
                name: ZodOptional<ZodString>;
                uri: ZodString;
            },
            ZodTypeAny,
            "passthrough",
        >,
        objectInputType<
            {
                _meta: ZodOptional<
                    ZodObject<
                        {},
                        "passthrough",
                        ZodTypeAny,
                        objectOutputType<{}, ZodTypeAny, "passthrough">,
                        objectInputType<{}, ZodTypeAny, "passthrough">,
                    >,
                >;
                name: ZodOptional<ZodString>;
                uri: ZodString;
            },
            ZodTypeAny,
            "passthrough",
        >,
    > = ...

    Represents a root directory or file that the server can operate on.