Skip to content

Commit 6db1d3f

Browse files
committed
Bump version to 0.6.9
1 parent a2e6c9d commit 6db1d3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
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.
88

9-
> 🚧 **Status Update:** Rolling out v0.6.8 will add Global Task Lookup with smart disambiguation, Start Date Support for tasks with natural language expressions, Complete Tag Support including natural language tag color commands, Subtasks Support, Custom ID Support, and Logging Fixes
9+
> 🚧 **Status Update:** Rolling out v0.6.9 will add Global Task Lookup with smart disambiguation, Start Date Support for tasks with natural language expressions, Complete Tag Support including natural language tag color commands, Subtasks Support, Custom ID Support, and Logging Fixes
1010
1111
## Setup
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taazkareem/clickup-mcp-server",
3-
"version": "0.6.8",
3+
"version": "0.6.9",
44
"description": "ClickUp MCP Server - Integrate ClickUp tasks with AI through Model Context Protocol",
55
"type": "module",
66
"main": "build/index.js",

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const { workspace } = clickUpServices;
7676
export const server = new Server(
7777
{
7878
name: "clickup-mcp-server",
79-
version: "0.6.8",
79+
version: "0.6.9",
8080
},
8181
{
8282
capabilities: {

0 commit comments

Comments
 (0)