objectiveai-sdk 2.0.8

ObjectiveAI SDK, definitions, and utilities
Documentation
{
  "title": "mcp.TasksToolsCapability",
  "description": "Task capabilities for tool requests.",
  "type": "object",
  "properties": {
    "call": {
      "description": "Present if tools/call supports task creation.",
      "anyOf": [
        {
          "$ref": "mcp.TasksToolsCallCapability"
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    }
  }
}