#!/usr/bin/env node /** * postgres-mcp - CLI Entry Point * * Command-line interface for the PostgreSQL MCP server. * Supports stdio, HTTP, and SSE transports with OAuth 2.1 authentication. */ export {}; //# sourceMappingURL=cli.d.ts.map