UNPKG

database-mcp

Version:

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

27 lines 549 B
/** * CLI Command Manager * Manages CLI command execution */ /** * Command Manager * Executes specific CLI commands */ export declare class CommandManager { /** * Execute version command */ static executeVersion(): void; /** * Execute help command */ static executeHelp(): void; /** * Execute configure command */ static executeConfigure(): boolean; /** * Execute find-config command */ static executeFindConfig(): boolean; } //# sourceMappingURL=command-manager.d.ts.map