/**
 * @fileoverview Barrel file for the `getStudy` 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/getStudy/index
 */
export { registerGetStudyTool } from "./registration.js";
