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 280 B
/** * @fileoverview Barrel file for the pubmed_fetch_contents tool. * Exports the tool's registration function. * @module src/mcp-server/tools/pubmedFetchContents/index */ export { registerPubMedFetchContentsTool } from "./registration.js"; //# sourceMappingURL=index.d.ts.map