/**
 * @fileoverview Barrel file for the searchAndReplace tool.
 * This file exports the registration function for the tool.
 * @module src/mcp-server/tools/searchAndReplace/index
 */
export * from "./registration.js";
