{
"title": "mcp.shared.TextResourceContents",
"description": "Text resource contents.",
"type": "object",
"properties": {
"_meta": {
"description": "Extension metadata.",
"anyOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "null"
}
],
"omitempty": true
},
"mimeType": {
"description": "The MIME type of this resource, if known.",
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"omitempty": true
},
"text": {
"description": "The text of the item.",
"type": "string"
},
"uri": {
"description": "The URI of this resource.",
"type": "string"
}
}
}