Resources

data class Resources(val listChanged: Boolean? = null, val subscribe: Boolean? = null)(source)

Indicates that the server offers resources to read.

When present (non-null), clients can list and read resources (files, data sources, etc.) provided by the server.

Constructors

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

Properties

Link copied to clipboard

Whether this server supports notifications for changes to the resource list. If true, the server will send notifications when resources are added or removed.

Link copied to clipboard

Whether this server supports subscribing to resource updates. If true, clients can subscribe to receive notifications when specific resources are modified.