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

8 lines 424 B
/** * @fileoverview Registers the 'pubmed_generate_chart' tool with the MCP server. * This tool now accepts parameterized input for generating charts. * @module src/mcp-server/tools/pubmedGenerateChart/registration */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerPubMedGenerateChartTool(server: McpServer): Promise<void>; //# sourceMappingURL=registration.d.ts.map