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

6 lines 270 B
/** * @fileoverview Constants and shared type definitions for NCBI E-utility interactions. * @module src/services/NCBI/core/ncbiConstants */ export const NCBI_EUTILS_BASE_URL = "https://eutils.ncbi.nlm.nih.gov/entrez/eutils"; //# sourceMappingURL=ncbiConstants.js.map