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
/
RequestResult
Request
Result
@
Serializable
(
with
=
RequestResultPolymorphicSerializer::class
)
sealed
interface
RequestResult
:
WithMeta
(
source
)
Represents the result of a request, including additional metadata.
Inheritors
ClientResult
ServerResult
PaginatedResult
Members
Properties
_
meta
Link copied to clipboard
open
val
_meta
:
JsonObject
meta
Link copied to clipboard
@
SerialName
(
value
=
"_meta"
)
abstract
val
meta
:
JsonObject
?