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