objectiveai-sdk 2.0.7

ObjectiveAI SDK, definitions, and utilities
Documentation
{
  "title": "mcp.ToolsCapability",
  "description": "Capabilities for tools.",
  "type": "object",
  "properties": {
    "listChanged": {
      "description": "Whether the server emits notifications when the tool list changes.",
      "anyOf": [
        {
          "type": "boolean"
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    }
  }
}