{
  "name": "Saphira Linux",
  "version": "1.0.0",
  "description": "Saphira Linux distribution and package catalogue agent interface for release, status, and package information.",
  "supportedInterfaces": [
    {
      "type": "mcp",
      "url": "https://saphira.vm2.uk/mcp",
      "transport": "https",
      "auth": "x402-bearer"
    },
    {
      "type": "webmcp",
      "url": "https://saphira.vm2.uk/webmcp.json",
      "transport": "https"
    }
  ],
  "capabilities": {
    "distribution_status": true,
    "release_information": true,
    "package_catalogue": true,
    "agent_discovery": true
  },
  "skills": [
    {
      "id": "get_status",
      "name": "Get status",
      "description": "Return current Saphira distribution and host status."
    },
    {
      "id": "get_release",
      "name": "Get release",
      "description": "Return current Saphira release metadata."
    },
    {
      "id": "get_package_count",
      "name": "Get package count",
      "description": "Return the active Saphira package repository count."
    },
    {
      "id": "list_packages",
      "name": "List packages",
      "description": "Search the Saphira package catalogue."
    }
  ]
}