ResourceTemplateReference

A reference to a resource or resource template definition.

Used in completion requests and other contexts where a resource needs to be referenced without including its full definition. The URI can be either a specific resource URI or a URI template pattern.

Constructors

Link copied to clipboard
constructor(uri: String)

Properties

Link copied to clipboard
open override val type: ReferenceType
Link copied to clipboard
val uri: String

The URI or URI template of the resource. Can be a specific resource URI (e.g., file:///home/user/doc.txt) or a URI template with parameters (e.g., file:///{path}).