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