UNPKG

docfs

Version:

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

6 lines 212 B
/** * List Files Tool - Returns a structured list of files and directories */ import type { ToolSpec } from '../types/index.js'; export declare const listFiles: ToolSpec; //# sourceMappingURL=listFiles.d.ts.map