UNPKG

@henkey/postgres-mcp-server

Version:

A Model Context Protocol (MCP) server that provides comprehensive PostgreSQL database management capabilities for AI assistants

6 lines (5 loc) 272 B
import type { PostgresTool } from '../types/tool.js'; export declare const explainQueryTool: PostgresTool; export declare const getSlowQueriesTool: PostgresTool; export declare const getQueryStatsTool: PostgresTool; export declare const resetQueryStatsTool: PostgresTool;