{
  "id": "droid-bridge",
  "type": "addon",
  "name": "Droid Bridge",
  "version": "2.0.0",
  "description": "MCP server bridging Claude Code to Factory Droid for batch operations and automated fixes",
  "core": false,
  "autoInstall": false,
  "author": "ataraxismaximus",
  "license": "MIT",
  "repository": "https://github.com/jmagly/aiwg",
  "keywords": [
    "mcp",
    "factory-droid",
    "bridge",
    "automation",
    "batch-operations"
  ],
  "entry": {
    "mcp": "server.js"
  },
  "mcp": {
    "server": "server.js",
    "transport": "stdio",
    "tools": [
      "droid_exec",
      "droid_analyze",
      "droid_status"
    ]
  },
  "dependencies": {
    "required": [],
    "optional": [],
    "external": ["droid"]
  },
  "configuration": {
    "defaults": {
      "autoLevel": "medium",
      "timeout": 300000
    }
  }
}
