diff --git a/.changeset/modern-snakes-mate.md b/.changeset/modern-snakes-mate.md deleted file mode 100644 index 6e0ef14f..00000000 --- a/.changeset/modern-snakes-mate.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"task-master-ai": patch ---- - -Upgrade fastmcp dependency to solve `Server does not support completions (required for completion/complete)` - -- This resolves errors where MCP clients (like Cursor) failed to connect to the Task Master MCP server: - - [#1413](https://github.com/eyaltoledano/claude-task-master/issues/1413) - - [#1411](https://github.com/eyaltoledano/claude-task-master/issues/1411) \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f9ef494..9e5233c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # task-master-ai +## 0.32.2 + +### Patch Changes + +- [#1421](https://github.com/eyaltoledano/claude-task-master/pull/1421) [`e75946b`](https://github.com/eyaltoledano/claude-task-master/commit/e75946b1a998269e6a751d2b5baf5c3b7e9b9f46) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Upgrade fastmcp dependency to solve `Server does not support completions (required for completion/complete)` + - This resolves errors where MCP clients (like Cursor) failed to connect to the Task Master MCP server: + - [#1413](https://github.com/eyaltoledano/claude-task-master/issues/1413) + - [#1411](https://github.com/eyaltoledano/claude-task-master/issues/1411) + ## 0.32.1 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index eef834ed..2f724b01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "task-master-ai", - "version": "0.32.1", + "version": "0.32.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "task-master-ai", - "version": "0.32.1", + "version": "0.32.2", "license": "MIT WITH Commons-Clause", "workspaces": [ "apps/*", diff --git a/package.json b/package.json index 80cab9e4..19ed830d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-master-ai", - "version": "0.32.1", + "version": "0.32.2", "description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.", "main": "index.js", "type": "module",