toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-mcp-core
/
org.http4k.mcp
/
Client
Client
interface
Client
Inheritors
NoOp
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
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
<
McpResult
<
SamplingResponse
>
>