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
/
Client
/
Companion
/
NoOp
No
Op
object
NoOp
:
Client
(
source
)
Members
Functions
elicit
Link copied to clipboard
open
override
fun
elicit
(
request
:
ElicitationRequest
,
fetchNextTimeout
:
Duration
?
=
null
)
:
Nothing
elicitation
Complete
Link copied to clipboard
open
override
fun
elicitationComplete
(
elicitationId
:
ElicitationId
)
:
Nothing
log
Link copied to clipboard
open
override
fun
log
(
data
:
Any
,
level
:
LogLevel
,
logger
:
String
?
=
null
)
:
Nothing
progress
Link copied to clipboard
open
override
fun
progress
(
progressToken
:
ProgressToken
,
progress
:
Int
,
total
:
Double
?
=
null
,
description
:
String
?
=
null
)
:
Nothing
request
Roots
Link copied to clipboard
open
override
fun
requestRoots
(
meta
:
Meta
=
Meta.default
)
:
Nothing
sample
Link copied to clipboard
open
override
fun
sample
(
request
:
SamplingRequest
,
fetchNextTimeout
:
Duration
?
=
null
)
:
Nothing
store
Task
Result
Link copied to clipboard
open
override
fun
storeTaskResult
(
taskId
:
TaskId
,
result
:
Map
<
String
,
Any
>
)
:
Nothing
update
Task
Link copied to clipboard
open
override
fun
updateTask
(
task
:
Task
,
meta
:
Meta
=
Meta.default
)
:
Nothing