UNPKG

@henkey/postgres-mcp-server

Version:

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

10 lines (9 loc) 480 B
import type { PostgresTool } from '../types/tool.js'; export declare const createUserTool: PostgresTool; export declare const dropUserTool: PostgresTool; export declare const alterUserTool: PostgresTool; export declare const grantPermissionsTool: PostgresTool; export declare const revokePermissionsTool: PostgresTool; export declare const getUserPermissionsTool: PostgresTool; export declare const listUsersTool: PostgresTool; export declare const manageUsersTool: PostgresTool;