/**
 * @fileoverview Barrel file for the getPubMedArticleConnections tool.
 * Exports the registration function for this tool.
 * @module src/mcp-server/tools/getPubMedArticleConnections/index
 */
export { registerGetPubMedArticleConnectionsTool } from "./registration.js";
