ListRootsResult

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

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.

Value parameters

roots

An array of Root objects, each representing a root directory or file that the server can operate on.

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product