fix: updateTask enableSilentMode is not defined (#517)

- Closes #412
This commit is contained in:
Ralph Khreish
2025-05-15 22:56:52 +02:00
committed by GitHub
parent 17294ff259
commit e96734a6cc
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
'task-master-ai': patch
---
Fix bug when updating tasks on the MCP server (#412)

View File

@@ -6,6 +6,10 @@
import path from 'path';
import { updateTasks } from '../../../../scripts/modules/task-manager.js';
import { createLogWrapper } from '../../tools/utils.js';
import {
enableSilentMode,
disableSilentMode
} from '../../../../scripts/modules/utils.js';
/**
* Direct function wrapper for updating tasks based on new context.