UNPKG

@aot-tech/clockify-mcp-server

Version:

MCP Server for Clockify time tracking integration with AI tools

4 lines (3 loc) 126 B
export declare const tasksService: { find: (workspaceId: string, projectId: string, taskName: string) => Promise<any>; };