UNPKG

exa-mcp-server

Version:

A Model Context Protocol server with Exa for web search, academic paper search, and Twitter/X.com search. Provides real-time web searches with configurable tool selection, allowing users to enable or disable specific search capabilities. Supports customiz

11 lines 361 B
/** * Simple logging utility for MCP server */ export declare const log: (message: string) => void; export declare const createRequestLogger: (requestId: string, toolName: string) => { log: (message: string) => void; start: (query: string) => void; error: (error: unknown) => void; complete: () => void; }; //# sourceMappingURL=logger.d.ts.map