@modelcontextprotocol/sdk
    Preparing search index...

    Variable ResourceReferenceSchemaConst

    ResourceReferenceSchema: ZodObject<
        { type: ZodLiteral<"ref/resource">; uri: ZodString },
        "passthrough",
        ZodTypeAny,
        objectOutputType<
            { type: ZodLiteral<"ref/resource">; uri: ZodString },
            ZodTypeAny,
            "passthrough",
        >,
        objectInputType<
            { type: ZodLiteral<"ref/resource">; uri: ZodString },
            ZodTypeAny,
            "passthrough",
        >,
    > = ResourceTemplateReferenceSchema

    Use ResourceTemplateReferenceSchema instead