UNPKG

database-mcp

Version:

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

6 lines 211 B
/** * Help Formatter * Formats help text for CLI commands */ export declare function formatHelp(packageJson: any, supportedTypes: string[], examples: any): string; //# sourceMappingURL=help-formatter.d.ts.map