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
/
JsonRpcResponse
Json
Rpc
Response
constructor
(
jsonrpc
:
String
=
JSON_RPC_VERSION
,
id
:
String
,
result
:
JsonElement
?
=
null
,
error
:
JsonRpcError
?
=
null
)