fix: fixed mcp server project root input

This commit is contained in:
Shrey Paharia
2025-05-07 23:00:42 +05:30
parent 126abb9631
commit d7ebfe30fc
4 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ export function registerNextTaskTool(server) {
let complexityReportPath;
try {
complexityReportPath = findComplexityReportPath(
rootFolder,
args.projectRoot,
args.complexityReport,
log
);