#!/usr/bin/env node /** * Entry point for the MyArchitectAI MCP server. * * Loads configuration, registers the tools, and serves the Model Context * Protocol over stdio. All diagnostics go to stderr — stdout is reserved for * the JSON-RPC channel and must never be written to directly. */ export {}; //# sourceMappingURL=index.d.ts.map