UNPKG

postgres-mcp-tools

Version:

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

10 lines (8 loc) 195 B
/** @type {import('jest').Config} */ const config = { // Minimal configuration testEnvironment: 'node', transform: {}, testMatch: ['**/tests/basic.test.js'], }; module.exports = config;