UNPKG

v0-mcp

Version:

MCP server v0 for adding components and dependencies to projects

13 lines 356 B
interface ExtractedData { think: string; codeProject: string; } export declare function extractV0Text(text: string): ExtractedData; export declare function createComponent(chatId: string, prompt: string): Promise<{ chatId: string; files: any; think: string; codeProject: string; }>; export {}; //# sourceMappingURL=generate.d.ts.map