Version Packages (#1424)

This commit is contained in:
github-actions[bot]
2025-11-17 16:03:33 +01:00
committed by GitHub
parent 30ffd09c92
commit 838f0a2a11
4 changed files with 12 additions and 12 deletions

View File

@@ -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)

View File

@@ -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

4
package-lock.json generated
View File

@@ -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/*",

View File

@@ -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",