objectiveai-sdk 2.0.7

ObjectiveAI SDK, definitions, and utilities
Documentation
{
  "title": "mcp.Implementation",
  "description": "Information about a client or server implementation.",
  "type": "object",
  "properties": {
    "description": {
      "description": "Optional description.",
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    },
    "icons": {
      "description": "Optional icons for UI display.",
      "anyOf": [
        {
          "type": "array",
          "items": {
            "$ref": "mcp.shared.Icon"
          }
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    },
    "name": {
      "description": "The implementation name.",
      "type": "string"
    },
    "title": {
      "description": "Human-readable title.",
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    },
    "version": {
      "description": "The implementation version.",
      "type": "string"
    },
    "websiteUrl": {
      "description": "Optional website URL.",
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    }
  }
}