UNPKG

create-mcp-i-app

Version:

Bootstrap MCP applications with identity features (temporary - use create-mcpi-app after Oct 7)

11 lines 362 B
interface ScaffoldTemplateOptions { xmcpVersion?: string; xmcpChannel?: string; packageManager?: string; } /** * Scaffold XMCP project using upstream create-xmcp-app tool */ export declare function fetchXMCPTemplate(projectPath: string, options?: ScaffoldTemplateOptions): Promise<void>; export {}; //# sourceMappingURL=fetch-xmcp-template.d.ts.map