Root
data class Root(val uri: String, val name: String? = null, val meta: JsonObject? = null) : WithMeta(source)
Represents a root directory or file that the server can operate on.
Roots define the top-level locations that a server has access to. They act as boundaries for the server's operations, ensuring it only accesses permitted locations.