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 306 B
/** * @fileoverview Global TypeScript type definitions for PubMed XML structures. * These types are used for parsing data returned by NCBI E-utilities, * particularly from EFetch for PubMed articles and ESummary. * @module src/types-global/pubmedXml */ export {}; //# sourceMappingURL=pubmedXml.js.map