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) 265 B
import type { PostgresTool } from '../types/tool.js'; export declare const getSchemaInfoTool: PostgresTool; export declare const createTableTool: PostgresTool; export declare const alterTableTool: PostgresTool; export declare const manageSchemaTools: PostgresTool;