@modelcontextprotocol/sdk
    Preparing search index...

    Interface ResourceTemplateReference

    A reference to a resource or resource template definition.

    interface ResourceTemplateReference {
        type: "ref/resource";
        uri: string;
    }
    Index

    Properties

    Properties

    type: "ref/resource"
    uri: string

    The URI or URI template of the resource.

    uri-template