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)

Constructors

Link copied to clipboard
constructor(params: McpProgress.Notification.Params, id: Any? = null, jsonrpc: String = "2.0")

Types

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

Link copied to clipboard
open override val id: Any?
Link copied to clipboard
Link copied to clipboard
open override val method: McpRpcMethod
Link copied to clipboard