MCP Kotlin SDK
Toggle table of contents
0.7.4
common
Target filter
common
Switch theme
Search in API
Skip to content
MCP Kotlin SDK
kotlin-sdk-core
/
io.modelcontextprotocol.kotlin.sdk
/
JSONRPCMessage
JSONRPCMessage
@
Serializable
(
with
=
JSONRPCMessagePolymorphicSerializer::class
)
sealed
interface
JSONRPCMessage
(
source
)
Represents a JSON-RPC message in the protocol.
Inheritors
JSONRPCRequest
JSONRPCNotification
JSONRPCResponse
JSONRPCError