UNPKG

docfs

Version:

MCP server for accessing local file system content with intelligent search and listing tools

6 lines 192 B
/** * Dir Tree Tool - Returns a nested directory structure */ import type { ToolSpec } from '../types/index.js'; export declare const dirTree: ToolSpec; //# sourceMappingURL=dirTree.d.ts.map