@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
11 lines • 461 B
TypeScript
/**
* @fileoverview Registration for the pubmed_fetch_contents MCP tool.
* @module src/mcp-server/tools/pubmedFetchContents/registration
*/
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
/**
* Registers the pubmed_fetch_contents tool with the MCP server.
* @param server - The McpServer instance.
*/
export declare function registerPubMedFetchContentsTool(server: McpServer): Promise<void>;
//# sourceMappingURL=registration.d.ts.map