/**
 * @fileoverview Barrel file for the `searchStudies` tool.
 * This file exports the tool's registration function, making it accessible
 * to the main server setup for easy integration.
 * @module src/mcp-server/tools/searchStudies/index
 */
export { registerSearchStudiesTool } from "./registration.js";
