UNPKG

@cyanheads/pubmed-mcp-server

Version:

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.

8 lines (7 loc) 243 B
/** * @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";