UNPKG

docfs

Version:

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

6 lines 198 B
/** * Read Files Tool - Reads content from one or more files */ import type { ToolSpec } from '../types/index.js'; export declare const readFiles: ToolSpec; //# sourceMappingURL=readFiles.d.ts.map