UNPKG

database-mcp

Version:

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

7 lines 226 B
/** * Query-related MCP tools * Supports PostgreSQL, MySQL, and SQLite databases */ import { MCPToolDefinition } from '../types/mcp'; export declare const queryTools: MCPToolDefinition[]; //# sourceMappingURL=query.d.ts.map