UNPKG

postgres-mcp-tools

Version:

PostgreSQL-based memory system with vector search capabilities for AI applications, including MCP integration for Claude

6 lines (5 loc) 137 B
import { Tool } from '../typescript-sdk-wrapper.js'; /** * Register all MCP tools */ export declare const registerTools: () => Tool[];