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