ListRootsResult
class ListRootsResult(val roots: List<Root>, val _meta: JsonObject = EmptyJsonObject) : ClientResult(source)
The client's response to a roots/list request from the server.
The client's response to a roots/list request from the server.