UNPKG

markov-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

12 lines 441 B
export declare const API_CONFIG: { readonly BASE_URL: "https://api.exa.ai"; readonly ENDPOINTS: { readonly SEARCH: "/search"; }; readonly RESEARCH_ENDPOINT: "https://api.exa.ai/research/v0/tasks"; readonly WEBSETS_ENDPOINT: "https://api.exa.ai/websets/v0"; readonly DEFAULT_NUM_RESULTS: 5; readonly DEFAULT_MAX_CHARACTERS: 3000; readonly REQUEST_TIMEOUT: 30000; }; //# sourceMappingURL=config.d.ts.map