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.logging
/
SetLoggingLevelRequest
Set
Logging
Level
Request
@
Serializable
@
SerialName
(
value
=
"logging/setLevel"
)
data
class
SetLoggingLevelRequest
(
val
id
:
String
,
val
params
:
SetLoggingLevelRequest.SetLoggingLevelParams
)
:
JsonRpcRequest
Members
Members & Extensions
Constructors
Set
Logging
Level
Request
Link copied to clipboard
constructor
(
id
:
String
,
params
:
SetLoggingLevelRequest.SetLoggingLevelParams
)
Types
Set
Logging
Level
Params
Link copied to clipboard
@
Serializable
data
class
SetLoggingLevelParams
(
val
level
:
LoggingLevel
,
val
_meta
:
Map
<
String
,
JsonElement
>
?
=
null
)
Properties
id
Link copied to clipboard
open
override
val
id
:
String
jsonrpc
Link copied to clipboard
val
jsonrpc
:
String
params
Link copied to clipboard
val
params
:
SetLoggingLevelRequest.SetLoggingLevelParams
Functions
serialize
To
String
Link copied to clipboard
fun
JsonRpcRequest
.
serializeToString
(
)
:
String