MCP Kotlin SDK
Toggle table of contents
0.8.1
common
Target filter
common
Switch theme
Search in API
Skip to content
MCP Kotlin SDK
kotlin-sdk-core
/
io.modelcontextprotocol.kotlin.sdk.types
/
RequestMeta
Request
Meta
@
JvmInline
@
Serializable
value
class
RequestMeta
(
val
json
:
JsonObject
)
(
source
)
Members
Constructors
Request
Meta
Link copied to clipboard
constructor
(
json
:
JsonObject
)
Properties
json
Link copied to clipboard
val
json
:
JsonObject
progress
Token
Link copied to clipboard
val
progressToken
:
ProgressToken
?
Functions
get
Link copied to clipboard
operator
fun
get
(
key
:
String
)
:
JsonElement
?