http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-mcp-core
/
org.http4k.ai.mcp.protocol.messages
/
McpElicitations
Mcp
Elicitations
object
McpElicitations
(
source
)
Members
Types
Complete
Link copied to clipboard
object
Complete
Request
Link copied to clipboard
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"elicitation/create"
)
data
class
Request
(
val
params
:
McpElicitations.Request.Params
,
val
id
:
Any
?
,
val
jsonrpc
:
String
=
"2.0"
)
:
McpJsonRpcRequest
Response
Link copied to clipboard
@
JsonSerializable
data
class
Response
(
val
result
:
McpElicitations.Response.Result
,
val
id
:
Any
?
,
val
jsonrpc
:
String
=
"2.0"
)
:
McpJsonRpcResponse