Roots

data class Roots(val listChanged: Boolean? = null)(source)

Indicates that the client supports listing roots.

Roots are the top-level directories or locations that the server can access. When present (non-null), the server can query available roots and optionally receive notifications when the roots list changes.

Constructors

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

Properties

Link copied to clipboard

Whether the client supports notifications for changes to the roots list. If true, the client will send notifications when roots are added or removed.