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) 242 B
/** * @fileoverview Barrel file for the fetch_pubmed_content tool. * Exports the tool's registration function. * @module src/mcp-server/tools/fetchPubMedContent/index */ export { registerFetchPubMedContentTool } from "./registration.js";