/** * Barrel file for the 'read_file' tool. * Exports the registration function for easy import into the main server setup. */ export { registerReadFileTool } from './registration.js';