UNPKG

@hauptsache.net/clickup-mcp

Version:

Search, create, and retrieve tasks, add comments, and track time through natural language commands.

11 lines 342 B
export declare const rawPrimaryLang: string | undefined; export type McpMode = 'read-minimal' | 'read' | 'write'; export declare const CONFIG: { apiKey: string; teamId: string; maxImages: number; maxResponseSizeMB: number; primaryLanguageHint: string | undefined; mode: McpMode; }; //# sourceMappingURL=config.d.ts.map