UNPKG

@henkey/postgres-mcp-server

Version:

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

8 lines (7 loc) 391 B
import type { PostgresTool } from '../types/tool.js'; export declare const getConstraintsTool: PostgresTool; export declare const createForeignKeyTool: PostgresTool; export declare const dropForeignKeyTool: PostgresTool; export declare const createConstraintTool: PostgresTool; export declare const dropConstraintTool: PostgresTool; export declare const manageConstraintsTool: PostgresTool;