/**
 * @fileoverview Barrel export for the 'generatePubMedChart' tool.
 * This file re-exports the registration function for the tool,
 * making it easier to import and register with the MCP server.
 * @module src/mcp-server/tools/generatePubMedChart/index
 */
export * from "./registration.js";
