{
  "openapi": "3.1.0",
  "info": {
    "title": "Airrow API",
    "version": "1.0.0",
    "description": "API for Airrow - Drone-Tethered Commuter Balloon"
  },
  "servers": [
    {
      "url": "https://airrow.platphormnews.com/api/v1"
    }
  ],
  "paths": {
    "/stats": {
      "get": {
        "summary": "Get project stats",
        "responses": {
          "200": {
            "description": "Successful response"
          }
        }
      }
    },
    "/mcp-stats": {
      "get": {
        "summary": "Get MCP stats",
        "responses": {
          "200": {
            "description": "Successful response"
          }
        }
      }
    }
  }
}
