UNPKG

@cyanheads/pubmed-mcp-server

Version:

A Model Context Protocol (MCP) server enabling AI agents to intelligently search, retrieve, and analyze biomedical literature from PubMed via NCBI E-utilities. Built on the mcp-ts-template for robust, production-ready performance.

8 lines (7 loc) 296 B
/** * @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";