This commit is contained in:
Dax Raad
2025-05-26 21:44:55 -04:00
parent a1d40f8f28
commit b840a40759
16 changed files with 23 additions and 23 deletions

View File

@@ -1,8 +1,8 @@
import { z } from "zod";
import { Tool } from "./tool";
import { App } from "../app";
import * as path from "path";
import * as fs from "fs";
import * as path from "node:path";
import * as fs from "node:fs";
const DESCRIPTION = `Directory listing tool that shows files and subdirectories in a tree structure, helping you explore and understand the project organization.