Resource

@Serializable
data class Resource(val uri: String, val name: String, val description: String?, val mimeType: String?)(source)

A known resource that the server is capable of reading.

Constructors

Link copied to clipboard
constructor(uri: String, name: String, description: String?, mimeType: String?)

Properties

Link copied to clipboard

A description of what this resource represents.

Link copied to clipboard

The MIME type of this resource, if known.

Link copied to clipboard

A human-readable name for this resource.

Link copied to clipboard
val uri: String

The URI of this resource.