UNPKG

@futurelab-studio/latest-science-mcp

Version:

MCP Server for Scientific Paper Harvesting from arXiv and OpenAlex

4 lines (3 loc) 205 B
import { CategoryList } from '../types/papers.js'; import { ListCategoriesParams } from '../config/schemas.js'; export declare function listCategories(params: ListCategoriesParams): Promise<CategoryList>;