{
  "manifest_version": "0.3",
  "name": "aerofly-startgeraet",
  "display_name": "Aerofly Startgerät",
  "version": "2.3.2",
  "description": "Flight plan and mission generator for Aerofly FS 4.",
  "long_description": "Flight plan and mission generator for Aerofly FS 4. This MCP server provides functionality to get the current state of the Aerofly FS 4 main configuration file `main.mcf`, adds tools to change these settings, and provides data sources for airports, aircraft and aircraft liveries.",
  "author": {
    "name": "Frank Boës",
    "email": "info@fboes.org",
    "url": "https://3960.org/"
  },
  "icon": "./assets/icons/macos/512x512.png",
  "icons": [
    {
      "src": "./assets/icons/macos/64x64.png",
      "size": "64x64"
    },
    {
      "src": "./assets/icons/macos/512x512.png",
      "size": "512x512"
    },
    {
      "src": "./assets/icons/macos/1024x1024.png",
      "size": "1024x1024"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/fboes/aerofly-startgeraet.git"
  },
  "support": "https://github.com/fboes/aerofly-startgeraet/issues",
  "user_config": {
    "aerofly_user_directory": {
      "type": "directory",
      "title": "Aerofly FS4 user directory",
      "description": "Please state the directory the main.mcf file of Aerofly FS4 is located in.",
      "required": false
    },
    "simbrief_username": {
      "type": "string",
      "title": "SimBrief user name",
      "description": "To use the optional SimBrief API you need to supply your SimBrief user name.",
      "required": false
    }
  },
  "server": {
    "type": "node",
    "entry_point": "./dist/mcp/index.js",
    "mcp_config": {
      "command": "node",
      "args": [
        "${__dirname}/dist/mcp/index.js"
      ],
      "env": {
        "AEROFLY_USER_DIRECTORY": "${user_config.aerofly_user_directory}",
        "SIMBRIEF_USERNAME": "${user_config.simbrief_username}"
      }
    }
  },
  "keywords": [
    "aerofly",
    "aerofly-fs4",
    "flightplan",
    "mission",
    "flight simulator"
  ],
  "license": "MIT"
}
