ListRootsResult
data class ListRootsResult(val roots: List<Root>, val meta: JsonObject? = null) : ClientResult(source)
The client's response to a ListRootsRequest from the server.
This result contains an array of Root objects, each representing a root directory or file that the server can operate on. Roots define the boundaries of what the server is allowed to access.