@taazkareem/clickup-mcp-server 0.4.69 → 0.4.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/build/server.log +194 -83
- package/build/tools/task.js +8 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# MCP Server
|
|
4
4
|
A Model Context Protocol (MCP) server for integrating ClickUp tasks with AI applications. This server allows AI agents to interact with ClickUp tasks, spaces, lists, and folders through a standardized protocol.
|
|
5
5
|
|
|
6
|
-
> 🚧 **Status Update:** -Improved task name matching
|
|
6
|
+
> 🚧 **Status Update:** -Added get_task_comments tool -Improved task name matching -Fixed workspace hierarchy display
|
|
7
7
|
|
|
8
8
|
<a href="https://glama.ai/mcp/servers/iwjvs2zy63">
|
|
9
9
|
<img width="380" height="200" src="https://glama.ai/mcp/servers/iwjvs2zy63/badge" alt="ClickUp Server MCP server" />
|
|
@@ -63,8 +63,9 @@ The server is also hosted on Smithery. There, you can preview the available tool
|
|
|
63
63
|
| [create_bulk_tasks](docs/api-reference.md#task-management) | Create multiple tasks | `tasks[]` |
|
|
64
64
|
| [update_task](docs/api-reference.md#task-management) | Modify task | `taskId`/`taskName` |
|
|
65
65
|
| [update_bulk_tasks](docs/api-reference.md#task-management) | Update multiple tasks | `tasks[]` with IDs or names |
|
|
66
|
-
| [get_tasks](docs/api-reference.md#task-
|
|
67
|
-
| [get_task](docs/api-reference.md#task-
|
|
66
|
+
| [get_tasks](docs/api-reference.md#task-management) | Get tasks from list | `listId`/`listName` |
|
|
67
|
+
| [get_task](docs/api-reference.md#task-management) | Get task details | `taskId`/`taskName` |
|
|
68
|
+
| [get_task_comments](docs/api-reference.md#task-management) | Get comments on a task | `taskId`/`taskName` |
|
|
68
69
|
| [delete_task](docs/api-reference.md#task-management) | Remove task | `taskId`/`taskName` |
|
|
69
70
|
| [delete_bulk_tasks](docs/api-reference.md#task-management) | Remove multiple tasks | `tasks[]` with IDs or names |
|
|
70
71
|
| [move_task](docs/api-reference.md#task-management) | Move task | `taskId`/`taskName`, `listId`/`listName` |
|
package/build/server.log
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
[2025-03-
|
|
2
|
-
[2025-03-
|
|
1
|
+
[2025-03-18T04:13:46.822Z] [PID:60411] INFO: [SharedServices] Creating shared ClickUp services singleton
|
|
2
|
+
[2025-03-18T04:13:46.823Z] [PID:60411] INFO: [ClickUpServices] Starting ClickUp services initialization
|
|
3
3
|
{
|
|
4
4
|
"teamId": "9014370478",
|
|
5
5
|
"baseUrl": "https://api.clickup.com/api/v2"
|
|
6
6
|
}
|
|
7
|
-
[2025-03-
|
|
8
|
-
[2025-03-
|
|
7
|
+
[2025-03-18T04:13:46.824Z] [PID:60411] INFO: [ClickUpServices] Initializing ClickUp Workspace service
|
|
8
|
+
[2025-03-18T04:13:46.825Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Initialized WorkspaceService
|
|
9
9
|
{
|
|
10
10
|
"teamId": "9014370478",
|
|
11
11
|
"baseUrl": "https://api.clickup.com/api/v2"
|
|
12
12
|
}
|
|
13
|
-
[2025-03-
|
|
14
|
-
[2025-03-
|
|
13
|
+
[2025-03-18T04:13:46.825Z] [PID:60411] INFO: [ClickUpServices] Initializing ClickUp Task service
|
|
14
|
+
[2025-03-18T04:13:46.826Z] [PID:60411] DEBUG: [ClickUp:TaskService] Initialized TaskService
|
|
15
15
|
{
|
|
16
16
|
"teamId": "9014370478",
|
|
17
17
|
"baseUrl": "https://api.clickup.com/api/v2"
|
|
18
18
|
}
|
|
19
|
-
[2025-03-
|
|
19
|
+
[2025-03-18T04:13:46.826Z] [PID:60411] DEBUG: [ClickUp:ListService] Initialized ListService
|
|
20
20
|
{
|
|
21
21
|
"teamId": "9014370478",
|
|
22
22
|
"baseUrl": "https://api.clickup.com/api/v2"
|
|
23
23
|
}
|
|
24
|
-
[2025-03-
|
|
25
|
-
[2025-03-
|
|
24
|
+
[2025-03-18T04:13:46.826Z] [PID:60411] INFO: [ClickUpServices] Initializing ClickUp List service
|
|
25
|
+
[2025-03-18T04:13:46.827Z] [PID:60411] DEBUG: [ClickUp:ListService] Initialized ListService
|
|
26
26
|
{
|
|
27
27
|
"teamId": "9014370478",
|
|
28
28
|
"baseUrl": "https://api.clickup.com/api/v2"
|
|
29
29
|
}
|
|
30
|
-
[2025-03-
|
|
31
|
-
[2025-03-
|
|
30
|
+
[2025-03-18T04:13:46.827Z] [PID:60411] INFO: [ClickUpServices] Initializing ClickUp Folder service
|
|
31
|
+
[2025-03-18T04:13:46.827Z] [PID:60411] DEBUG: [ClickUp:FolderService] Initialized FolderService
|
|
32
32
|
{
|
|
33
33
|
"teamId": "9014370478",
|
|
34
34
|
"baseUrl": "https://api.clickup.com/api/v2"
|
|
35
35
|
}
|
|
36
|
-
[2025-03-
|
|
36
|
+
[2025-03-18T04:13:46.827Z] [PID:60411] INFO: [ClickUpServices] All ClickUp services initialized successfully
|
|
37
37
|
{
|
|
38
38
|
"services": [
|
|
39
39
|
"workspace",
|
|
@@ -43,28 +43,28 @@
|
|
|
43
43
|
],
|
|
44
44
|
"baseUrl": "https://api.clickup.com/api/v2"
|
|
45
45
|
}
|
|
46
|
-
[2025-03-
|
|
46
|
+
[2025-03-18T04:13:46.827Z] [PID:60411] INFO: [SharedServices] Services initialization complete
|
|
47
47
|
{
|
|
48
48
|
"services": "workspace, task, list, folder",
|
|
49
49
|
"teamId": "9014370478"
|
|
50
50
|
}
|
|
51
|
-
[2025-03-
|
|
52
|
-
[2025-03-
|
|
51
|
+
[2025-03-18T04:13:46.828Z] [PID:60411] INFO: Starting ClickUp MCP Server...
|
|
52
|
+
[2025-03-18T04:13:47.270Z] [PID:60411] INFO: Server environment
|
|
53
53
|
{
|
|
54
|
-
"pid":
|
|
54
|
+
"pid": 60411,
|
|
55
55
|
"node": "v23.5.0",
|
|
56
56
|
"os": "darwin",
|
|
57
57
|
"arch": "x64"
|
|
58
58
|
}
|
|
59
|
-
[2025-03-
|
|
60
|
-
[2025-03-
|
|
61
|
-
[2025-03-
|
|
59
|
+
[2025-03-18T04:13:47.271Z] [PID:60411] INFO: Initializing workspace tools
|
|
60
|
+
[2025-03-18T04:13:47.271Z] [PID:60411] INFO: [WorkspaceTool] Initializing workspace tool
|
|
61
|
+
[2025-03-18T04:13:47.271Z] [PID:60411] INFO: [WorkspaceTool] Workspace tool initialized successfully
|
|
62
62
|
{
|
|
63
63
|
"serviceType": "WorkspaceService"
|
|
64
64
|
}
|
|
65
|
-
[2025-03-
|
|
66
|
-
[2025-03-
|
|
67
|
-
[2025-03-
|
|
65
|
+
[2025-03-18T04:13:47.271Z] [PID:60411] INFO: Configuring server request handlers
|
|
66
|
+
[2025-03-18T04:13:47.271Z] [PID:60411] INFO: [Server] Registering server request handlers
|
|
67
|
+
[2025-03-18T04:13:47.271Z] [PID:60411] INFO: [Server] Registering tool handlers
|
|
68
68
|
{
|
|
69
69
|
"toolCount": 22,
|
|
70
70
|
"categories": [
|
|
@@ -74,81 +74,192 @@
|
|
|
74
74
|
"folder"
|
|
75
75
|
]
|
|
76
76
|
}
|
|
77
|
-
[2025-03-
|
|
78
|
-
[2025-03-
|
|
79
|
-
[2025-03-
|
|
80
|
-
[2025-03-
|
|
77
|
+
[2025-03-18T04:13:47.271Z] [PID:60411] INFO: Connecting to MCP stdio transport
|
|
78
|
+
[2025-03-18T04:13:47.272Z] [PID:60411] INFO: Server startup complete - ready to handle requests
|
|
79
|
+
[2025-03-18T04:13:47.731Z] [PID:60411] DEBUG: [Server] Received ListTools request
|
|
80
|
+
[2025-03-18T04:14:04.121Z] [PID:60411] INFO: [Server] Received CallTool request for tool: get_workspace_hierarchy
|
|
81
|
+
{
|
|
82
|
+
"params": {}
|
|
83
|
+
}
|
|
84
|
+
[2025-03-18T04:14:04.578Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 456ms
|
|
85
|
+
[2025-03-18T04:14:04.982Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 403ms
|
|
86
|
+
[2025-03-18T04:14:05.440Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 458ms
|
|
87
|
+
[2025-03-18T04:14:05.954Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 513ms
|
|
88
|
+
[2025-03-18T04:14:05.954Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Found 2 folderless lists in space 90141365861
|
|
89
|
+
[2025-03-18T04:14:05.954Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Adding 2 lists directly to space Talib's Space (90141365861)
|
|
90
|
+
[2025-03-18T04:14:05.954Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: Personal List (901403617613)
|
|
91
|
+
[2025-03-18T04:14:05.954Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: Work List (901403621899)
|
|
92
|
+
[2025-03-18T04:14:06.318Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 364ms
|
|
93
|
+
[2025-03-18T04:14:06.775Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 457ms
|
|
94
|
+
[2025-03-18T04:14:07.146Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 371ms
|
|
95
|
+
[2025-03-18T04:14:07.147Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Found 0 folderless lists in space 90141864154
|
|
96
|
+
[2025-03-18T04:14:07.147Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Adding 0 lists directly to space Education (90141864154)
|
|
97
|
+
[2025-03-18T04:14:07.517Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 370ms
|
|
98
|
+
[2025-03-18T04:14:07.899Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 382ms
|
|
99
|
+
[2025-03-18T04:14:07.899Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Found 1 folderless lists in space 90141369187
|
|
100
|
+
[2025-03-18T04:14:07.899Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Adding 1 lists directly to space Social Media Content (90141369187)
|
|
101
|
+
[2025-03-18T04:14:07.899Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: VibeCase (901403679582)
|
|
102
|
+
[2025-03-18T04:14:08.412Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 512ms
|
|
103
|
+
[2025-03-18T04:14:08.821Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 409ms
|
|
104
|
+
[2025-03-18T04:14:09.218Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 397ms
|
|
105
|
+
[2025-03-18T04:14:09.641Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 423ms
|
|
106
|
+
[2025-03-18T04:14:10.363Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 722ms
|
|
107
|
+
[2025-03-18T04:14:11.075Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 712ms
|
|
108
|
+
[2025-03-18T04:14:11.485Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 410ms
|
|
109
|
+
[2025-03-18T04:14:12.099Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 614ms
|
|
110
|
+
[2025-03-18T04:14:12.562Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 463ms
|
|
111
|
+
[2025-03-18T04:14:12.977Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 415ms
|
|
112
|
+
[2025-03-18T04:14:12.977Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Found 7 folderless lists in space 90141392755
|
|
113
|
+
[2025-03-18T04:14:12.977Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Adding 7 lists directly to space Custom Space (90141392755)
|
|
114
|
+
[2025-03-18T04:14:12.977Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: Job Applications (901404823810)
|
|
115
|
+
[2025-03-18T04:14:12.977Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: Prompts | Snippets | Commands (901407112060)
|
|
116
|
+
[2025-03-18T04:14:12.977Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: Style Scraper (901408105509)
|
|
117
|
+
[2025-03-18T04:14:12.977Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: goal-tracker (901408127809)
|
|
118
|
+
[2025-03-18T04:14:12.977Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: cursor-rules-mcp-server (901408144363)
|
|
119
|
+
[2025-03-18T04:14:12.977Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: Items to Sell Online (901404691843)
|
|
120
|
+
[2025-03-18T04:14:12.977Z] [PID:60411] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: clickup-mcp-server (901408020907)
|
|
121
|
+
[2025-03-18T04:14:15.996Z] [PID:60411] INFO: [Server] Received CallTool request for tool: get_tasks
|
|
81
122
|
{
|
|
82
123
|
"params": {
|
|
83
|
-
"
|
|
84
|
-
"task1_list": "clickup-mcp-server",
|
|
85
|
-
"task1_status": "in progress",
|
|
86
|
-
"task2_id": "86b4a5d5h",
|
|
87
|
-
"task2_status": "in progress"
|
|
124
|
+
"listName": "clickup-mcp-server"
|
|
88
125
|
}
|
|
89
126
|
}
|
|
90
|
-
[2025-03-
|
|
91
|
-
[2025-03-18T02:45:56.778Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 373ms
|
|
92
|
-
[2025-03-18T02:45:57.131Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 351ms
|
|
93
|
-
[2025-03-18T02:45:57.697Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 566ms
|
|
94
|
-
[2025-03-18T02:45:57.697Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Found 2 folderless lists in space 90141365861
|
|
95
|
-
[2025-03-18T02:45:57.697Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Adding 2 lists directly to space Talib's Space (90141365861)
|
|
96
|
-
[2025-03-18T02:45:57.697Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: Personal List (901403617613)
|
|
97
|
-
[2025-03-18T02:45:57.697Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: Work List (901403621899)
|
|
98
|
-
[2025-03-18T02:45:58.083Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 385ms
|
|
99
|
-
[2025-03-18T02:45:58.517Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 433ms
|
|
100
|
-
[2025-03-18T02:45:58.916Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 398ms
|
|
101
|
-
[2025-03-18T02:45:58.917Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Found 0 folderless lists in space 90141864154
|
|
102
|
-
[2025-03-18T02:45:58.918Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Adding 0 lists directly to space Education (90141864154)
|
|
103
|
-
[2025-03-18T02:45:59.264Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 345ms
|
|
104
|
-
[2025-03-18T02:45:59.672Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 408ms
|
|
105
|
-
[2025-03-18T02:45:59.672Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Found 1 folderless lists in space 90141369187
|
|
106
|
-
[2025-03-18T02:45:59.672Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Adding 1 lists directly to space Social Media Content (90141369187)
|
|
107
|
-
[2025-03-18T02:45:59.672Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: VibeCase (901403679582)
|
|
108
|
-
[2025-03-18T02:46:00.159Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 487ms
|
|
109
|
-
[2025-03-18T02:46:00.564Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 405ms
|
|
110
|
-
[2025-03-18T02:46:01.094Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 530ms
|
|
111
|
-
[2025-03-18T02:46:01.691Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 597ms
|
|
112
|
-
[2025-03-18T02:46:02.048Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 357ms
|
|
113
|
-
[2025-03-18T02:46:02.510Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 461ms
|
|
114
|
-
[2025-03-18T02:46:02.891Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 381ms
|
|
115
|
-
[2025-03-18T02:46:03.412Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 521ms
|
|
116
|
-
[2025-03-18T02:46:03.933Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 521ms
|
|
117
|
-
[2025-03-18T02:46:04.456Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Request completed successfully in 523ms
|
|
118
|
-
[2025-03-18T02:46:04.456Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Found 8 folderless lists in space 90141392755
|
|
119
|
-
[2025-03-18T02:46:04.456Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Adding 8 lists directly to space Custom Space (90141392755)
|
|
120
|
-
[2025-03-18T02:46:04.456Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: Job Applications (901404823810)
|
|
121
|
-
[2025-03-18T02:46:04.456Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: Prompts | Snippets | Commands (901407112060)
|
|
122
|
-
[2025-03-18T02:46:04.456Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: Style Scraper (901408105509)
|
|
123
|
-
[2025-03-18T02:46:04.456Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: goal-tracker (901408127809)
|
|
124
|
-
[2025-03-18T02:46:04.456Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: Cursor Rules MCP Server (901408134949)
|
|
125
|
-
[2025-03-18T02:46:04.456Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: cursor-rules-mcp-server (901408144363)
|
|
126
|
-
[2025-03-18T02:46:04.456Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: Items to Sell Online (901404691843)
|
|
127
|
-
[2025-03-18T02:46:04.456Z] [PID:17869] DEBUG: [ClickUp:WorkspaceService] Adding list directly to space: clickup-mcp-server (901408020907)
|
|
128
|
-
[2025-03-18T02:46:04.457Z] [PID:17869] INFO: [ClickUp:TaskService] Operation: findTaskByName
|
|
127
|
+
[2025-03-18T04:14:15.997Z] [PID:60411] INFO: [ClickUp:TaskService] Operation: getTasks
|
|
129
128
|
{
|
|
130
129
|
"listId": "901407953112",
|
|
131
|
-
"
|
|
130
|
+
"filters": {}
|
|
132
131
|
}
|
|
133
|
-
[2025-03-
|
|
132
|
+
[2025-03-18T04:14:16.466Z] [PID:60411] DEBUG: [ClickUp:TaskService] Request completed successfully in 469ms
|
|
133
|
+
[2025-03-18T04:14:19.277Z] [PID:60411] INFO: [Server] Received CallTool request for tool: get_tasks
|
|
134
|
+
{
|
|
135
|
+
"params": {
|
|
136
|
+
"listId": "901407953112"
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
[2025-03-18T04:14:19.277Z] [PID:60411] INFO: [ClickUp:TaskService] Operation: getTasks
|
|
134
140
|
{
|
|
135
141
|
"listId": "901407953112",
|
|
136
142
|
"filters": {}
|
|
137
143
|
}
|
|
138
|
-
[2025-03-
|
|
139
|
-
[2025-03-
|
|
144
|
+
[2025-03-18T04:14:20.289Z] [PID:60411] DEBUG: [ClickUp:TaskService] Request completed successfully in 1012ms
|
|
145
|
+
[2025-03-18T04:14:23.404Z] [PID:60411] INFO: [Server] Received CallTool request for tool: get_tasks
|
|
146
|
+
{
|
|
147
|
+
"params": {
|
|
148
|
+
"listName": "MCP Server TypeScript Template"
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
[2025-03-18T04:14:23.405Z] [PID:60411] INFO: [ClickUp:TaskService] Operation: getTasks
|
|
140
152
|
{
|
|
141
|
-
"
|
|
142
|
-
"
|
|
153
|
+
"listId": "901407973154",
|
|
154
|
+
"filters": {}
|
|
143
155
|
}
|
|
144
|
-
[2025-03-
|
|
145
|
-
[2025-03-
|
|
156
|
+
[2025-03-18T04:14:23.846Z] [PID:60411] DEBUG: [ClickUp:TaskService] Request completed successfully in 441ms
|
|
157
|
+
[2025-03-18T04:14:25.784Z] [PID:60411] INFO: [Server] Received CallTool request for tool: get_tasks
|
|
146
158
|
{
|
|
147
|
-
"
|
|
148
|
-
|
|
159
|
+
"params": {
|
|
160
|
+
"listName": "style-scraper"
|
|
161
|
+
}
|
|
149
162
|
}
|
|
150
|
-
[2025-03-
|
|
151
|
-
[2025-03-18T02:48:53.078Z] [PID:17869] INFO: [Server] Received CallTool request for tool: get_workspace_hierarchy
|
|
163
|
+
[2025-03-18T04:14:25.784Z] [PID:60411] INFO: [ClickUp:TaskService] Operation: getTasks
|
|
152
164
|
{
|
|
153
|
-
"
|
|
165
|
+
"listId": "901408160190",
|
|
166
|
+
"filters": {}
|
|
167
|
+
}
|
|
168
|
+
[2025-03-18T04:14:26.539Z] [PID:60411] DEBUG: [ClickUp:TaskService] Request completed successfully in 755ms
|
|
169
|
+
[2025-03-18T04:14:28.915Z] [PID:60411] INFO: [Server] Received CallTool request for tool: get_tasks
|
|
170
|
+
{
|
|
171
|
+
"params": {
|
|
172
|
+
"listName": "Style Scraper"
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
[2025-03-18T04:14:28.915Z] [PID:60411] INFO: [ClickUp:TaskService] Operation: getTasks
|
|
176
|
+
{
|
|
177
|
+
"listId": "901408105509",
|
|
178
|
+
"filters": {}
|
|
179
|
+
}
|
|
180
|
+
[2025-03-18T04:14:30.493Z] [PID:60411] DEBUG: [ClickUp:TaskService] Request completed successfully in 1578ms
|
|
181
|
+
[2025-03-18T04:14:32.848Z] [PID:60411] INFO: [Server] Received CallTool request for tool: get_tasks
|
|
182
|
+
{
|
|
183
|
+
"params": {
|
|
184
|
+
"listId": "901407112060"
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
[2025-03-18T04:14:32.848Z] [PID:60411] INFO: [ClickUp:TaskService] Operation: getTasks
|
|
188
|
+
{
|
|
189
|
+
"listId": "901407112060",
|
|
190
|
+
"filters": {}
|
|
191
|
+
}
|
|
192
|
+
[2025-03-18T04:14:34.933Z] [PID:60411] DEBUG: [ClickUp:TaskService] Request completed successfully in 2085ms
|
|
193
|
+
[2025-03-18T04:14:37.867Z] [PID:60411] INFO: [Server] Received CallTool request for tool: get_tasks
|
|
194
|
+
{
|
|
195
|
+
"params": {
|
|
196
|
+
"listName": "cursor-rules-mcp-server"
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
[2025-03-18T04:14:37.867Z] [PID:60411] INFO: [ClickUp:TaskService] Operation: getTasks
|
|
200
|
+
{
|
|
201
|
+
"listId": "901408144363",
|
|
202
|
+
"filters": {}
|
|
203
|
+
}
|
|
204
|
+
[2025-03-18T04:14:38.209Z] [PID:60411] DEBUG: [ClickUp:TaskService] Request completed successfully in 342ms
|
|
205
|
+
[2025-03-18T04:14:41.460Z] [PID:60411] INFO: [Server] Received CallTool request for tool: get_tasks
|
|
206
|
+
{
|
|
207
|
+
"params": {
|
|
208
|
+
"listName": "goal-tracker"
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
[2025-03-18T04:14:41.460Z] [PID:60411] INFO: [ClickUp:TaskService] Operation: getTasks
|
|
212
|
+
{
|
|
213
|
+
"listId": "901408127809",
|
|
214
|
+
"filters": {}
|
|
215
|
+
}
|
|
216
|
+
[2025-03-18T04:14:41.997Z] [PID:60411] DEBUG: [ClickUp:TaskService] Request completed successfully in 537ms
|
|
217
|
+
[2025-03-18T04:14:44.058Z] [PID:60411] INFO: [Server] Received CallTool request for tool: get_tasks
|
|
218
|
+
{
|
|
219
|
+
"params": {
|
|
220
|
+
"listName": "youtube-mcp-server"
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
[2025-03-18T04:14:44.058Z] [PID:60411] INFO: [ClickUp:TaskService] Operation: getTasks
|
|
224
|
+
{
|
|
225
|
+
"listId": "901407973619",
|
|
226
|
+
"filters": {}
|
|
227
|
+
}
|
|
228
|
+
[2025-03-18T04:14:44.660Z] [PID:60411] DEBUG: [ClickUp:TaskService] Request completed successfully in 602ms
|
|
229
|
+
[2025-03-18T04:14:48.562Z] [PID:60411] INFO: [Server] Received CallTool request for tool: get_task
|
|
230
|
+
{
|
|
231
|
+
"params": {
|
|
232
|
+
"taskId": "86b48gaha"
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
[2025-03-18T04:14:48.562Z] [PID:60411] INFO: [ClickUp:TaskService] Operation: getTask
|
|
236
|
+
{
|
|
237
|
+
"taskId": "86b48gaha"
|
|
238
|
+
}
|
|
239
|
+
[2025-03-18T04:14:49.063Z] [PID:60411] DEBUG: [ClickUp:TaskService] Request completed successfully in 501ms
|
|
240
|
+
[2025-03-18T04:14:52.146Z] [PID:60411] INFO: [Server] Received CallTool request for tool: create_task
|
|
241
|
+
{
|
|
242
|
+
"params": {
|
|
243
|
+
"name": "📊 Project Setup",
|
|
244
|
+
"listName": "clickup-mcp-server",
|
|
245
|
+
"description": "Initial setup of the ClickUp MCP server project including repository configuration, environment setup, and dependency management."
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
[2025-03-18T04:14:52.147Z] [PID:60411] INFO: [ClickUp:TaskService] Operation: createTask
|
|
249
|
+
{
|
|
250
|
+
"listId": "901407953112",
|
|
251
|
+
"name": "📊 Project Setup",
|
|
252
|
+
"description": "Initial setup of the ClickUp MCP server project including repository configuration, environment setup, and dependency management."
|
|
253
|
+
}
|
|
254
|
+
[2025-03-18T04:14:52.702Z] [PID:60411] DEBUG: [ClickUp:TaskService] Request completed successfully in 555ms
|
|
255
|
+
[2025-03-18T04:14:54.911Z] [PID:60411] INFO: [Server] Received CallTool request for tool: get_task
|
|
256
|
+
{
|
|
257
|
+
"params": {
|
|
258
|
+
"taskId": "86b4a6cpf"
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
[2025-03-18T04:14:54.911Z] [PID:60411] INFO: [ClickUp:TaskService] Operation: getTask
|
|
262
|
+
{
|
|
263
|
+
"taskId": "86b4a6cpf"
|
|
154
264
|
}
|
|
265
|
+
[2025-03-18T04:14:55.469Z] [PID:60411] DEBUG: [ClickUp:TaskService] Request completed successfully in 558ms
|
package/build/tools/task.js
CHANGED
|
@@ -107,7 +107,7 @@ export const createTaskTool = {
|
|
|
107
107
|
*/
|
|
108
108
|
export const updateTaskTool = {
|
|
109
109
|
name: "update_task",
|
|
110
|
-
description: "Modify an existing task's properties. Valid parameter combinations:\n1. Use taskId alone (preferred if you have it)\n2. Use taskName +
|
|
110
|
+
description: "Modify an existing task's properties. Valid parameter combinations:\n1. Use taskId alone (preferred if you have it)\n2. Use taskName + listName (listName is REQUIRED when using taskName, not optional)\n\nAt least one update field (name, description, status, priority) must be provided. Only specified fields will be updated.",
|
|
111
111
|
inputSchema: {
|
|
112
112
|
type: "object",
|
|
113
113
|
properties: {
|
|
@@ -117,11 +117,11 @@ export const updateTaskTool = {
|
|
|
117
117
|
},
|
|
118
118
|
taskName: {
|
|
119
119
|
type: "string",
|
|
120
|
-
description: "Name of the task to update. Only use this if you don't have taskId.
|
|
120
|
+
description: "Name of the task to update. Only use this if you don't have taskId. When using this parameter, you MUST also provide listName."
|
|
121
121
|
},
|
|
122
122
|
listName: {
|
|
123
123
|
type: "string",
|
|
124
|
-
description: "Name of the list containing the task.
|
|
124
|
+
description: "Name of the list containing the task. REQUIRED when using taskName."
|
|
125
125
|
},
|
|
126
126
|
name: {
|
|
127
127
|
type: "string",
|
|
@@ -219,7 +219,7 @@ export const updateTaskTool = {
|
|
|
219
219
|
*/
|
|
220
220
|
export const moveTaskTool = {
|
|
221
221
|
name: "move_task",
|
|
222
|
-
description: "Move a task to a different list. Valid parameter combinations:\n1. Use taskId + (listId or listName) - preferred\n2. Use taskName + sourceListName + (listId or listName)\n\nWARNING: Task statuses may reset if destination list has different status options.",
|
|
222
|
+
description: "Move a task to a different list. Valid parameter combinations:\n1. Use taskId + (listId or listName) - preferred\n2. Use taskName + sourceListName + (listId or listName)\n\nWARNING: When using taskName, sourceListName is ABSOLUTELY REQUIRED - the system cannot find a task by name without knowing which list to search in. Task statuses may reset if destination list has different status options.",
|
|
223
223
|
inputSchema: {
|
|
224
224
|
type: "object",
|
|
225
225
|
properties: {
|
|
@@ -307,7 +307,7 @@ export const moveTaskTool = {
|
|
|
307
307
|
*/
|
|
308
308
|
export const duplicateTaskTool = {
|
|
309
309
|
name: "duplicate_task",
|
|
310
|
-
description: "Create a copy of a task in the same or different list. Valid parameter combinations:\n1. Use taskId + optional (listId or listName) - preferred\n2. Use taskName + sourceListName + optional (listId or listName)\n\
|
|
310
|
+
description: "Create a copy of a task in the same or different list. Valid parameter combinations:\n1. Use taskId + optional (listId or listName) - preferred\n2. Use taskName + sourceListName + optional (listId or listName)\n\nWARNING: When using taskName, sourceListName is ABSOLUTELY REQUIRED - the system cannot find a task by name without knowing which list to search in. The duplicate preserves the original task's properties.",
|
|
311
311
|
inputSchema: {
|
|
312
312
|
type: "object",
|
|
313
313
|
properties: {
|
|
@@ -400,7 +400,7 @@ export const duplicateTaskTool = {
|
|
|
400
400
|
*/
|
|
401
401
|
export const getTaskTool = {
|
|
402
402
|
name: "get_task",
|
|
403
|
-
description: "Retrieve detailed information about a specific task. Valid parameter combinations:\n1. Use taskId alone (preferred)\n2. Use taskName +
|
|
403
|
+
description: "Retrieve detailed information about a specific task. Valid parameter combinations:\n1. Use taskId alone (preferred)\n2. Use taskName + listName (listName is REQUIRED when using taskName). Task names are only unique within a list, so the system needs to know which list to search in.",
|
|
404
404
|
inputSchema: {
|
|
405
405
|
type: "object",
|
|
406
406
|
properties: {
|
|
@@ -410,11 +410,11 @@ export const getTaskTool = {
|
|
|
410
410
|
},
|
|
411
411
|
taskName: {
|
|
412
412
|
type: "string",
|
|
413
|
-
description: "Name of task to retrieve.
|
|
413
|
+
description: "Name of task to retrieve. When using this parameter, you MUST also provide listName."
|
|
414
414
|
},
|
|
415
415
|
listName: {
|
|
416
416
|
type: "string",
|
|
417
|
-
description: "Name of list containing the task.
|
|
417
|
+
description: "Name of list containing the task. REQUIRED when using taskName."
|
|
418
418
|
}
|
|
419
419
|
},
|
|
420
420
|
required: []
|
package/package.json
CHANGED