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.

7 lines (6 loc) 245 B
/** * @fileoverview Barrel file for the pubmed_research_agent tool. * Exports the tool's registration function. * @module src/mcp-server/tools/pubmedResearchAgent/index */ export { registerPubMedResearchAgentTool } from "./registration.js";