MCP Kotlin SDK
Toggle table of contents
0.7.0
common
Platform filter
common
Switch theme
Search in API
MCP Kotlin SDK
kotlin-sdk-core
/
io.modelcontextprotocol.kotlin.sdk
/
JSONRPCResponse
/
JSONRPCResponse
JSONRPCResponse
constructor
(
id
:
RequestId
,
jsonrpc
:
String
=
JSONRPC_VERSION
,
result
:
RequestResult
?
=
null
,
error
:
JSONRPCError
?
=
null
)
(
source
)