MCPcopy
hub / github.com/opactorai/Claudable / CreateProjectCLIOption

Interface CreateProjectCLIOption

types/client/modal.ts:5–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3 */
4
5export interface CreateProjectCLIOption {
6 id: string;
7 name: string;
8 icon: string;
9 description: string;
10 models: Array<{
11 id: string;
12 name: string;
13 description?: string;
14 supportsImages?: boolean;
15 }>;
16 color: string;
17 features: string[];
18 downloadUrl?: string;
19 installCommand?: string;
20 enabled?: boolean;
21}
22
23export interface CLIConfig {
24 enabled?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected