UNPKG

docfs

Version:

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

6 lines 201 B
/** * Search Files Tool - Searches for content within files */ import type { ToolSpec } from '../types/index.js'; export declare const searchFiles: ToolSpec; //# sourceMappingURL=searchFiles.d.ts.map