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
/
copy
copy
fun
copy
(
id
:
RequestId
=
this.id
,
jsonrpc
:
String
=
this.jsonrpc
,
result
:
RequestResult
?
=
this.result
,
error
:
JSONRPCError
?
=
this.error
)
:
JSONRPCResponse
(
source
)