@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
10 lines • 419 B
JavaScript
/**
* @fileoverview Barrel export file for the pubmed_research_agent tool's core logic.
* @module pubmedResearchAgent/logic/index
*/
export * from "./inputSchema.js";
export * from "./outputTypes.js";
export * from "./planOrchestrator.js";
// Individual section prompt generators are not typically exported directly from here,
// as they are used internally by the planOrchestrator.
//# sourceMappingURL=index.js.map