mcp4k
Toggle table of contents
0.4.8
common
Target filter
common
Switch theme
Search in API
Skip to content
mcp4k
mcp4k-runtime
/
sh.ondr.mcp4k.schema.roots
/
ListRootsResult
List
Roots
Result
@
Serializable
data
class
ListRootsResult
(
val
roots
:
List
<
Root
>
,
val
_meta
:
Map
<
String
,
JsonElement
>
?
=
null
)
:
Result
Members
Constructors
List
Roots
Result
Link copied to clipboard
constructor
(
roots
:
List
<
Root
>
,
_meta
:
Map
<
String
,
JsonElement
>
?
=
null
)
Properties
_
meta
Link copied to clipboard
open
override
val
_meta
:
Map
<
String
,
JsonElement
>
?
roots
Link copied to clipboard
val
roots
:
List
<
Root
>