UNPKG

@cyanheads/pubmed-mcp-server

Version:

Production-ready PubMed Model Context Protocol (MCP) server that empowers AI agents and research tools with comprehensive access to PubMed's article database. Enables advanced, automated LLM workflows for searching, retrieving, analyzing, and visualizing

8 lines 331 B
/** * @fileoverview Barrel export for the 'pubmed_generate_chart' 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/pubmedGenerateChart/index */ export * from "./registration.js"; //# sourceMappingURL=index.js.map