ListRootsResult

mcp.schema.result.ListRootsResult
See theListRootsResult companion object
final case class ListRootsResult(roots: List[Root]) extends Result

The client's response to a roots/list request from the server. This result contains an array of Root objects, each representing a root directory or file that the server can operate on.

Attributes

Companion
object
Source
ListRootsResult.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Result
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product