UNPKG

paper-search-mcp-nodejs

Version:

A Node.js MCP server for searching and downloading academic papers from multiple sources, including arXiv, PubMed, bioRxiv, Web of Science, and more.

8 lines 276 B
import type { Searchers } from './searchers.js'; export declare function handleToolCall(toolNameRaw: string, rawArgs: unknown, searchers: Searchers): Promise<{ content: { type: "text"; text: string; }[]; }>; //# sourceMappingURL=handleToolCall.d.ts.map