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.
/**
* @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 {};