#!/usr/bin/env tsx /** * Neon MCP Server Launcher * * Starts the Neon Database MCP server for AI-powered database management. * * Usage: * pnpm mcp:neon */ /** * Launch the Neon MCP server. * Exported for programmatic use by the Hypervisor. */ export declare function launchNeonMcp(): Promise; //# sourceMappingURL=neon.d.ts.map