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
Members list
In this article