/**
 * @fileoverview Barrel file for the fetch_pubmed_content tool.
 * Exports the tool's registration function.
 * @module src/mcp-server/tools/fetchPubMedContent/index
 */
export { registerFetchPubMedContentTool } from "./registration.js";
