@taazkareem/clickup-mcp-server 0.9.0 → 0.9.1

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
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ClickUp MCP Server
4
4
 
5
- > **🔒 Premium Version** - Requires license key from [Polar.sh](https://polar.sh/taazkareem)
5
+ > **🔒 Premium Version** - Requires license key from [Polar.sh](https://buy.polar.sh/polar_cl_3xQojQLgzQXKCLzsxc49YfL6z8hzSBBqh9ivy1qZdwW)
6
6
 
7
7
  [![License](https://img.shields.io/badge/License-Proprietary-red.svg)](LICENSE)
8
8
  [![Maintained](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/TaazKareem/clickup-mcp-server/graphs/commit-activity)
@@ -13,7 +13,7 @@ A Model Context Protocol (MCP) server for integrating ClickUp tasks with AI appl
13
13
 
14
14
  ### 1. Get Your License Key
15
15
 
16
- Purchase a license at **[polar.sh/taazkareem](https://polar.sh/taazkareem)**
16
+ Purchase a license at **[polar.sh/taazkareem](https://buy.polar.sh/polar_cl_3xQojQLgzQXKCLzsxc49YfL6z8hzSBBqh9ivy1qZdwW)**
17
17
 
18
18
  ### 2. Add to Your MCP Configuration
19
19
 
@@ -46,7 +46,7 @@ That's it! The server will validate your license key and start automatically.
46
46
  ## Requirements
47
47
 
48
48
  - **Node.js v18.0.0 or higher** (required for MCP SDK compatibility)
49
- - Valid license key from [Polar.sh](https://polar.sh/taazkareem)
49
+ - Valid license key from [Polar.sh](https://buy.polar.sh/polar_cl_3xQojQLgzQXKCLzsxc49YfL6z8hzSBBqh9ivy1qZdwW)
50
50
  - ClickUp API key and Team ID
51
51
 
52
52
 
package/build/index.js CHANGED
@@ -20,7 +20,7 @@
20
20
  * - Built-in rate limiting
21
21
  * - Multiple transport options (STDIO, SSE, HTTP Streamable)
22
22
  *
23
- * PREMIUM VERSION - Requires valid license key from https://polar.sh/taazkareem
23
+ * PREMIUM VERSION - Requires valid license key from https://buy.polar.sh/polar_cl_3xQojQLgzQXKCLzsxc49YfL6z8hzSBBqh9ivy1qZdwW
24
24
  *
25
25
  * For full documentation and usage examples, please refer to the README.md file.
26
26
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taazkareem/clickup-mcp-server",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
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",