#!/usr/bin/env node /** * LearnGraph MCP Server CLI * * Command-line interface for running the LearnGraph MCP server. * * Usage: * npx learngraph-mcp # Run with in-memory storage * npx learngraph-mcp --neo4j # Run with Neo4j backend * npx learngraph-mcp --level # Run with LevelGraph backend * * @packageDocumentation */ export {}; //# sourceMappingURL=cli.d.ts.map