UNPKG

database-mcp

Version:

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

14 lines 306 B
/** * Jest Test Setup * Global configuration and utilities for database testing */ declare global { namespace jest { interface Matchers<R> { toBeValidDatabaseResult(): R; toHaveValidQueryStructure(): R; } } } export {}; //# sourceMappingURL=setup.d.ts.map