@modelcontextprotocol/sdk
    Preparing search index...

    Variable ResourceTemplateReferenceSchemaConst

    ResourceTemplateReferenceSchema: ZodObject<
        { type: ZodLiteral<"ref/resource">; uri: ZodString },
        "strip",
        ZodTypeAny,
        { type: "ref/resource"; uri: string },
        { type: "ref/resource"; uri: string },
    > = ...

    A reference to a resource or resource template definition.