@henkey/postgres-mcp-server
Version:
A Model Context Protocol (MCP) server that provides comprehensive PostgreSQL database management capabilities for AI assistants
13 lines (12 loc) • 641 B
TypeScript
import type { PostgresTool } from '../types/tool.js';
export declare const getFunctionsTool: PostgresTool;
export declare const createFunctionTool: PostgresTool;
export declare const dropFunctionTool: PostgresTool;
export declare const enableRLSTool: PostgresTool;
export declare const disableRLSTool: PostgresTool;
export declare const createRLSPolicyTool: PostgresTool;
export declare const dropRLSPolicyTool: PostgresTool;
export declare const editRLSPolicyTool: PostgresTool;
export declare const getRLSPoliciesTool: PostgresTool;
export declare const manageFunctionsTool: PostgresTool;
export declare const manageRLSTool: PostgresTool;