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.

17 lines (16 loc) 335 B
{ "name": "droid-mcp-server", "version": "1.0.0", "description": "MCP server that bridges Claude Code to Factory Droid", "type": "module", "main": "server.js", "bin": { "droid-mcp": "./server.js" }, "scripts": { "start": "node server.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" } }