src/main/kotlin/org/jetbrains/mcpserverplugin/general/fileTools.kt [43:51]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val projectDir = project.guessProjectDir()?.toNioPathOrNull() ?: return Response(error = "can't find project dir") return runReadAction { try { val targetDir = projectDir.resolveRel(args.pathInProject) if (!targetDir.exists()) { return@runReadAction Response(error = "directory not found") - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/org/jetbrains/mcpserverplugin/general/fileTools.kt [120:128]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val projectDir = project.guessProjectDir()?.toNioPathOrNull() ?: return Response(error = "can't find project dir") return runReadAction { try { val targetDir = projectDir.resolveRel(args.pathInProject) if (!targetDir.exists()) { return@runReadAction Response(error = "directory not found") - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -