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
/
Prompt
Prompt
@
Serializable
data
class
Prompt
(
val
name
:
String
,
val
description
:
String
?
=
null
,
val
arguments
:
List
<
PromptArgument
>
?
=
null
)
Members
Constructors
Prompt
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
?
=
null
,
arguments
:
List
<
PromptArgument
>
?
=
null
)
Properties
arguments
Link copied to clipboard
val
arguments
:
List
<
PromptArgument
>
?
description
Link copied to clipboard
val
description
:
String
?
name
Link copied to clipboard
val
name
:
String