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.content
/
EmbeddedResourceContent
Embedded
Resource
Content
@
Serializable
@
SerialName
(
value
=
"resource"
)
data
class
EmbeddedResourceContent
(
val
resource
:
ResourceContents
,
val
annotations
:
Annotations
?
=
null
)
:
PromptContent
,
ToolContent
Members
Constructors
Embedded
Resource
Content
Link copied to clipboard
constructor
(
resource
:
ResourceContents
,
annotations
:
Annotations
?
=
null
)
Properties
annotations
Link copied to clipboard
val
annotations
:
Annotations
?
resource
Link copied to clipboard
val
resource
:
ResourceContents