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