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 231 B
/** * @fileoverview Barrel file for the scheduling module. * Exports the singleton schedulerService for application-wide use. * @module src/utils/scheduling */ export * from "./scheduler.js"; //# sourceMappingURL=index.d.ts.map