fix: update import path

This commit is contained in:
shenysun
2025-05-16 14:05:34 +08:00
parent 97bf01a0ac
commit e5ed10275e
7 changed files with 6 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ import {
} from './utils.js';
import { setTaskStatusDirect } from '../core/task-master-core.js';
import { findTasksJsonPath } from '../core/utils/path-utils.js';
import { TASK_STATUS_OPTIONS } from '../../../src/shared/task-status.js';
import { TASK_STATUS_OPTIONS } from '../../../src/constants/task-status.js';
/**
* Register the setTaskStatus tool with the MCP server