Resources

@Serializable
data class Resources(val subscribe: Boolean?, val listChanged: Boolean?)(source)

Capabilities related to resources.

Constructors

Link copied to clipboard
constructor(subscribe: Boolean?, listChanged: Boolean?)

Properties

Link copied to clipboard

Whether this server supports issuing notifications for changes to the resource list.

Link copied to clipboard

Whether this server supports clients subscribing to resource updates.