#!/usr/bin/env node /** * paper-search-agent MCP server entry point. * * Reads config.toml, registers tools based on enabled sources, * and starts the MCP server over stdio transport. */ import "dotenv/config"; //# sourceMappingURL=server.d.ts.map