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.

12 lines (10 loc) 221 B
/** * AIWG MCP Module * * Exports for the AIWG MCP server implementation. * * @module src/mcp * @version 1.0.0 */ export { createServer, startServer } from './server.mjs'; export { main as cli } from './cli.mjs';