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

7 lines 298 B
/** * @fileoverview Barrel file for the pubmedArticleConnections tool. * Exports the registration function for this tool. * @module src/mcp-server/tools/pubmedArticleConnections/index */ export { registerPubMedArticleConnectionsTool } from "./registration.js"; //# sourceMappingURL=index.js.map