@taazkareem/clickup-mcp-server 0.6.10 → 0.7.0

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 CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  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.
8
8
 
9
- > 🚧 **Status Update:** v0.7.0 will be available soon with Time Tracking support, among other new features.
9
+ > 🚀 **Status Update:** v0.7.0 now available with complete Time Tracking support and Document Management features.
10
10
 
11
11
  ## Setup
12
12
 
package/build/server.js CHANGED
@@ -21,7 +21,7 @@ const logger = new Logger('Server');
21
21
  const { workspace } = clickUpServices;
22
22
  export const server = new Server({
23
23
  name: "clickup-mcp-server",
24
- version: "0.6.10",
24
+ version: "0.7.0",
25
25
  }, {
26
26
  capabilities: {
27
27
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taazkareem/clickup-mcp-server",
3
- "version": "0.6.10",
3
+ "version": "0.7.0",
4
4
  "description": "ClickUp MCP Server - Integrate ClickUp tasks with AI through Model Context Protocol",
5
5
  "type": "module",
6
6
  "main": "build/index.js",