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
/
ResourceLike
Resource
Like
@
Serializable
sealed
interface
ResourceLike
:
WithMeta
(
source
)
Inheritors
ResourceLink
Resource
Members
Properties
_
meta
Link copied to clipboard
open
val
_meta
:
JsonObject
meta
Link copied to clipboard
@
SerialName
(
value
=
"_meta"
)
abstract
val
meta
:
JsonObject
?