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) 367 B
import type { PostgresTool } from '../types/tool.js'; export declare const getIndexesTool: PostgresTool; export declare const createIndexTool: PostgresTool; export declare const dropIndexTool: PostgresTool; export declare const reindexTool: PostgresTool; export declare const analyzeIndexUsageTool: PostgresTool; export declare const manageIndexesTool: PostgresTool;