mcp4k
Toggle table of contents
0.4.8
common
Target filter
common
Switch theme
Search in API
Skip to content
mcp4k
mcp4k-runtime
/
sh.ondr.mcp4k.schema.core
/
CancelledNotification
/
CancelledParams
Cancelled
Params
@
Serializable
data
class
CancelledParams
(
val
requestId
:
String
,
val
reason
:
String
?
=
null
,
val
_meta
:
Map
<
String
,
JsonElement
>
?
=
null
)
:
NotificationParams
Members
Constructors
Cancelled
Params
Link copied to clipboard
constructor
(
requestId
:
String
,
reason
:
String
?
=
null
,
_meta
:
Map
<
String
,
JsonElement
>
?
=
null
)
Properties
_
meta
Link copied to clipboard
open
override
val
_meta
:
Map
<
String
,
JsonElement
>
?
reason
Link copied to clipboard
val
reason
:
String
?
An optional string describing the reason for cancellation.
request
Id
Link copied to clipboard
val
requestId
:
String
The ID of the request to cancel.