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
/
JsonRpcResponse
Json
Rpc
Response
@
Serializable
data
class
JsonRpcResponse
(
val
jsonrpc
:
String
=
JSON_RPC_VERSION
,
val
id
:
String
,
val
result
:
JsonElement
?
=
null
,
val
error
:
JsonRpcError
?
=
null
)
:
JsonRpcMessage
Members
Constructors
Json
Rpc
Response
Link copied to clipboard
constructor
(
jsonrpc
:
String
=
JSON_RPC_VERSION
,
id
:
String
,
result
:
JsonElement
?
=
null
,
error
:
JsonRpcError
?
=
null
)
Properties
error
Link copied to clipboard
val
error
:
JsonRpcError
?
id
Link copied to clipboard
val
id
:
String
jsonrpc
Link copied to clipboard
val
jsonrpc
:
String
result
Link copied to clipboard
val
result
:
JsonElement
?