UNPKG

aiwg

Version:

Cognitive architecture for AI-augmented software development with structured memory, ensemble validation, and closed-loop correction. FAIR-aligned artifacts, 84% cost reduction via human-in-the-loop, standards adopted by 100+ organizations.

43 lines (42 loc) 843 B
{ "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 } } }