toggle menu
http4k-ai-mcp-core
6.16.0.0
jvm
switch theme
search in API
http4k-ai-mcp-core
/
org.http4k.ai.mcp
/
Client
Client
interface
Client
Inheritors
NoOp
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
elicit
Link copied to clipboard
abstract
fun
elicit
(
request
:
ElicitationRequest
,
fetchNextTimeout
:
Duration
?
=
null
)
:
<Error class: unknown class>
<
T
,
McpError
>
progress
Link copied to clipboard
abstract
fun
progress
(
progress
:
Int
,
total
:
Double
?
=
null
,
description
:
String
?
=
null
)
sample
Link copied to clipboard
abstract
fun
sample
(
request
:
SamplingRequest
,
fetchNextTimeout
:
Duration
?
=
null
)
:
Sequence
<
<Error class: unknown class>
<
T
,
McpError
>
>