UNPKG

create-mcp-i-app

Version:

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

26 lines 752 B
import { ScaffolderResult } from "@kya-os/contracts"; interface CreateProjectOptions { projectPath: string; projectName: string; packageManager: string; transports: string[]; packageVersion: string; useLocalXmcp?: boolean; xmcpVersion?: string; xmcpChannel?: string; deployToVercel?: boolean; skipInstall?: boolean; agentName?: string; agentDescription?: string; agentRepository?: string; skipIdentity?: boolean; skipAnimation?: boolean; fastAnimation?: boolean; spinner?: any; } /** * Create a new xmcp project with identity features */ export declare function createProject(options: CreateProjectOptions): Promise<ScaffolderResult>; export {}; //# sourceMappingURL=create.d.ts.map