#!/usr/bin/env node /** * ADRFlow CLI * * Entry point for the ADRFlow MCP server. * * Usage: * adrflow serve Start MCP server (default) * adrflow serve --storage Specify storage path * adrflow init Initialize ADRFlow in current directory * adrflow stats Show ADR statistics * adrflow list List all ADRs * adrflow get Get a specific ADR * adrflow search Search ADRs * * @module adrflow/bin/cli */ export {}; //# sourceMappingURL=cli.d.ts.map