fix: remove cache from list-tasks and next-task mcp calls (#527)

* fix: remove cache from list-tasks and next-task mcp calls

* chore: remove cached function

* chore: add changeset
This commit is contained in:
Ralph Khreish
2025-05-16 22:54:03 +02:00
committed by GitHub
parent da317f2607
commit a8dabf4485
5 changed files with 24 additions and 52 deletions

View File

@@ -4,11 +4,6 @@
*/
import { findTaskById, readJSON } from '../../../../scripts/modules/utils.js';
import { getCachedOrExecute } from '../../tools/utils.js';
import {
enableSilentMode,
disableSilentMode
} from '../../../../scripts/modules/utils.js';
import { findTasksJsonPath } from '../utils/path-utils.js';
/**