#!/usr/bin/env node /** * PubMed MCP Server (local / stdio transport) * * Exposes 10 tools — feature-parity with the remote OAuth-protected server: * search, fetch, fetch_batch, get_full_text, count, * find_similar_articles, export_to_ris, get_citation_counts, * convert_ids, batch_process * * NCBI_API_KEY (optional) is read from the environment to raise the NCBI * rate limit from 3 req/s to 10 req/s. */ export {}; //# sourceMappingURL=index.d.ts.map