UNPKG

@henkey/postgres-mcp-server

Version:

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

4 lines (3 loc) 158 B
import type { PostgresTool } from '../types/tool.js'; export declare const manageUsersTool: PostgresTool; export { manageUsersTool as consolidatedUserTool };