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.resources
/
ListResourceTemplatesRequest
/
ListResourceTemplatesParams
List
Resource
Templates
Params
@
Serializable
data
class
ListResourceTemplatesParams
(
val
cursor
:
String
?
=
null
,
val
_meta
:
Map
<
String
,
JsonElement
>
?
=
null
)
Members
Constructors
List
Resource
Templates
Params
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
_meta
:
Map
<
String
,
JsonElement
>
?
=
null
)
Properties
_
meta
Link copied to clipboard
val
_meta
:
Map
<
String
,
JsonElement
>
?
cursor
Link copied to clipboard
val
cursor
:
String
?