@kya-os/mcp-i-vercel
Version:
Vercel deployment utilities for MCP-I - lightweight wrapper providing build output generation
12 lines • 539 B
TypeScript
/**
* Build Vercel output structure following Vercel Build Output API v3
* https://vercel.com/docs/build-output-api/v3
*
* This function creates the .vercel/output directory structure that Vercel
* expects for serverless function deployments. It:
* 1. Copies the compiled MCP-I server from dist/ to the function directory
* 2. Creates .vc-config.json with Node.js runtime configuration
* 3. Generates config.json with routing rules
*/
export declare function buildVercelOutput(): Promise<void>;
//# sourceMappingURL=build.d.ts.map