@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.
8 lines (7 loc) • 382 B
TypeScript
/**
* @fileoverview Registers the 'generate_pubmed_chart' tool with the MCP server.
* This tool now accepts parameterized input for generating charts.
* @module src/mcp-server/tools/generatePubMedChart/registration
*/
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
export declare function registerGeneratePubMedChartTool(server: McpServer): Promise<void>;