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 279 B
/** * @fileoverview Barrel file for the HTTP transport module. * @module src/mcp-server/transports/http/index */ export { createHttpApp, startHttpTransport } from "./httpTransport.js"; export { httpErrorHandler } from "./httpErrorHandler.js"; //# sourceMappingURL=index.js.map