UNPKG

database-mcp

Version:

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

7 lines 235 B
/** * Schema introspection MCP tools * Supports PostgreSQL, MySQL, and SQLite databases */ import { MCPToolDefinition } from '../types/mcp'; export declare const schemaTools: MCPToolDefinition[]; //# sourceMappingURL=schema.d.ts.map