create-mcp-i-app
Version:
Bootstrap MCP applications with identity features (temporary - use create-mcpi-app after Oct 7)
14 lines • 471 B
TypeScript
interface IdentityPresetOptions {
projectPath: string;
projectName: string;
transports: string[];
noIdentity?: boolean;
}
/**
* Apply identity preset to an XMCP project
* This enhances the upstream XMCP template with identity features
* If noIdentity is true, leaves the XMCP project unchanged
*/
export declare function applyIdentityPreset(options: IdentityPresetOptions): Promise<void>;
export {};
//# sourceMappingURL=apply-identity-preset.d.ts.map