{
  "mcpServers": {
    "mobile-automation": {
      "command": "npx",
      "args": ["mcp-appium-visual-server"],
      "cwd": "${workspaceRoot}",
      "env": {
        "APPIUM_HOST": "127.0.0.1",
        "APPIUM_PORT": "4723"
      },
      "capabilities": {
        "appium": {
          "version": "1.1.0",
          "description": "Mobile automation testing with Appium and visual recovery through MCP",
          "supportedDevices": ["Android", "iOS"]
        }
      }
    }
  }
}
