objectiveai-sdk 2.0.7

ObjectiveAI SDK, definitions, and utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "title": "mcp.shared.ResourceContentsUnion",
  "description": "Either text or blob resource contents.",
  "anyOf": [
    {
      "title": "Text",
      "$ref": "mcp.shared.TextResourceContents"
    },
    {
      "title": "Blob",
      "$ref": "mcp.shared.BlobResourceContents"
    }
  ]
}