UNPKG

@cyanheads/filesystem-mcp-server

Version:

A Model Context Protocol (MCP) server for platform-agnostic file capabilities, including advanced search and replace, and directory tree traversal

6 lines (5 loc) 188 B
/** * Barrel file for the 'read_file' tool. * Exports the registration function for easy import into the main server setup. */ export { registerReadFileTool } from './registration.js';