MCP Kotlin SDK
Toggle table of contents
0.8.1
common
Target filter
common
Switch theme
Search in API
Skip to content
MCP Kotlin SDK
kotlin-sdk-core
/
io.modelcontextprotocol.kotlin.sdk.types
/
BaseNotificationParams
Base
Notification
Params
@
Serializable
data
class
BaseNotificationParams
(
val
meta
:
JsonObject
?
=
null
)
:
NotificationParams
(
source
)
Base parameters for notifications that only contain metadata.
Members
Constructors
Base
Notification
Params
Link copied to clipboard
constructor
(
meta
:
JsonObject
?
=
null
)
Properties
_
meta
Link copied to clipboard
open
val
_meta
:
JsonObject
meta
Link copied to clipboard
@
SerialName
(
value
=
"_meta"
)
open
override
val
meta
:
JsonObject
?