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
Notification
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"notifications/progress"
)
data
class
Notification
(
val
params
:
McpProgress.Notification.Params
,
val
id
:
Any
?
=
null
,
val
jsonrpc
:
String
=
"2.0"
)
:
McpJsonRpcRequest
(
source
)
Members
Constructors
Notification
Link copied to clipboard
constructor
(
params
:
McpProgress.Notification.Params
,
id
:
Any
?
=
null
,
jsonrpc
:
String
=
"2.0"
)
Types
Params
Link copied to clipboard
@
JsonSerializable
data
class
Params
(
val
progressToken
:
ProgressToken
,
val
progress
:
Int
,
val
total
:
Double
?
,
val
description
:
String
?
,
val
_meta
:
Meta
=
Meta.default
)
:
HasMeta
Properties
id
Link copied to clipboard
open
override
val
id
:
Any
?
jsonrpc
Link copied to clipboard
val
jsonrpc
:
String
method
Link copied to clipboard
open
override
val
method
:
McpRpcMethod
params
Link copied to clipboard
val
params
:
McpProgress.Notification.Params