objectiveai-sdk 2.0.10

ObjectiveAI SDK, definitions, and utilities
Documentation
{
  "title": "mcp.TasksRequestsCapability",
  "description": "Task creation capabilities scoped to request types.",
  "type": "object",
  "properties": {
    "tools": {
      "description": "Task support for tool-related requests.",
      "anyOf": [
        {
          "$ref": "mcp.TasksToolsCapability"
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    }
  }
}