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.prompts
/
ListPromptsResult
List
Prompts
Result
@
Serializable
data
class
ListPromptsResult
(
val
prompts
:
List
<
Prompt
>
,
val
_meta
:
Map
<
String
,
JsonElement
>
?
=
null
,
val
nextCursor
:
String
?
=
null
)
:
PaginatedResult
Members
Constructors
List
Prompts
Result
Link copied to clipboard
constructor
(
prompts
:
List
<
Prompt
>
,
_meta
:
Map
<
String
,
JsonElement
>
?
=
null
,
nextCursor
:
String
?
=
null
)
Properties
_
meta
Link copied to clipboard
open
override
val
_meta
:
Map
<
String
,
JsonElement
>
?
next
Cursor
Link copied to clipboard
open
override
val
nextCursor
:
String
?
prompts
Link copied to clipboard
val
prompts
:
List
<
Prompt
>