UNPKG

create-mcp-i-app

Version:

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

14 lines 512 B
interface ProjectStructureValidation { valid: boolean; issues: string[]; } /** * Validate that the generated project structure meets requirements */ export declare function validateProjectStructure(projectPath: string, identityEnabled: boolean): ProjectStructureValidation; /** * Ensure lockfile is written and not mutated post-generation */ export declare function ensureLockfile(projectPath: string, packageManager: string): void; export {}; //# sourceMappingURL=validate-project-structure.d.ts.map