aiwg
Version:
Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo
43 lines (42 loc) • 843 B
JSON
{
"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
}
}
}