MCP Kotlin SDK
Toggle table of contents
0.8.1
common
Target filter
common
Switch theme
Search in API
Skip to content
MCP Kotlin SDK
kotlin-sdk-core
/
io.modelcontextprotocol.kotlin.sdk.types
/
Prompt
/
Prompt
Prompt
constructor
(
name
:
String
,
description
:
String
?
=
null
,
arguments
:
List
<
PromptArgument
>
?
=
null
,
title
:
String
?
=
null
,
icons
:
List
<
Icon
>
?
=
null
,
meta
:
JsonObject
?
=
null
)
(
source
)