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
/
McpProgress
/
Notification
/
Params
Params
@
JsonSerializable
data
class
Params
(
val
progressToken
:
ProgressToken
,
val
progress
:
Int
,
val
total
:
Double
?
,
val
description
:
String
?
,
val
_meta
:
Meta
=
Meta.default
)
:
HasMeta
(
source
)
Members
Constructors
Params
Link copied to clipboard
constructor
(
progressToken
:
ProgressToken
,
progress
:
Int
,
total
:
Double
?
,
description
:
String
?
,
_meta
:
Meta
=
Meta.default
)
Properties
_
meta
Link copied to clipboard
open
override
val
_meta
:
Meta
description
Link copied to clipboard
val
description
:
String
?
progress
Link copied to clipboard
val
progress
:
Int
progress
Token
Link copied to clipboard
val
progressToken
:
ProgressToken
total
Link copied to clipboard
val
total
:
Double
?