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.

18 lines (16 loc) 300 B
import tsParser from '@typescript-eslint/parser'; export default [ { ignores: ['dist/**', 'node_modules/**'] }, { files: ['src/**/*.ts'], languageOptions: { parser: tsParser, parserOptions: { ecmaVersion: 2022, sourceType: 'module' } } } ];