UNPKG

database-mcp

Version:

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

7 lines 251 B
/** * Database analysis and statistics MCP tools * Supports PostgreSQL, MySQL, and SQLite databases */ import { MCPToolDefinition } from '../types/mcp'; export declare const analysisTools: MCPToolDefinition[]; //# sourceMappingURL=analysis.d.ts.map