UNPKG

@hauptsache.net/clickup-mcp

Version:

Transform your AI assistant into a powerful ClickUp integration for both agentic coding and productivity management. Enables seamless task context sharing, intelligent search, time tracking, and complete project management workflows.

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