{
"title": "mcp.tool.EmbeddedResource",
"description": "The contents of a resource, embedded into a prompt or tool call result.",
"type": "object",
"properties": {
"_meta": {
"description": "Extension metadata.",
"anyOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "null"
}
],
"omitempty": true
},
"annotations": {
"description": "Optional annotations for the client.",
"anyOf": [
{
"$ref": "mcp.shared.Annotations"
},
{
"type": "null"
}
],
"omitempty": true
},
"resource": {
"description": "The embedded resource contents.",
"$ref": "mcp.shared.ResourceContentsUnion"
}
}
}