UNPKG

@henkey/postgres-mcp-server

Version:

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

5 lines (4 loc) 214 B
import type { PostgresTool } from '../types/tool.js'; export declare const executeQueryTool: PostgresTool; export declare const executeMutationTool: PostgresTool; export declare const executeSqlTool: PostgresTool;