fix: remove deprecated generateTaskFiles calls from MCP tools (#1277)

Co-authored-by: Ralph Khreish <Crunchyman-ralph@users.noreply.github.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Resolves issue #1271 - MCP Connection Closed Error After Upgrading to v0.27.3
This commit is contained in:
Ralph Khreish
2025-10-06 11:55:26 +02:00
committed by GitHub
parent caee040907
commit 7b5a7c4495
6 changed files with 9 additions and 35 deletions

View File

@@ -94,7 +94,6 @@ describe('addSubtask function', () => {
const parentTask = writeCallArgs.tasks.find((t) => t.id === 1);
expect(parentTask.subtasks).toHaveLength(1);
expect(parentTask.subtasks[0].title).toBe('New Subtask');
expect(mockGenerateTaskFiles).toHaveBeenCalled();
});
test('should convert an existing task to a subtask', async () => {