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
/
ContentBlock
Content
Block
@
Serializable
(
with
=
ContentBlockPolymorphicSerializer::class
)
sealed
interface
ContentBlock
:
WithMeta
(
source
)
Inheritors
MediaContent
ResourceLink
EmbeddedResource
Members
Properties
_
meta
Link copied to clipboard
open
val
_meta
:
JsonObject
meta
Link copied to clipboard
@
SerialName
(
value
=
"_meta"
)
abstract
val
meta
:
JsonObject
?
type
Link copied to clipboard
abstract
val
type
:
ContentTypes