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