UNPKG

database-mcp

Version:

Model Context Protocol server for multi-database access (PostgreSQL, MySQL, SQLite, Snowflake) with comprehensive introspection and analysis tools

10 lines 315 B
/** * Command-line interface handling for Multi-Database MCP Server * Focuses only on argument parsing, delegates command execution */ /** * CLI Command Handler * Handles command-line interface operations */ export declare function handleCliCommands(args: string[]): boolean; //# sourceMappingURL=cli.d.ts.map