## Context
Since early in the month, exa-mcp-server only exposes web_search_exa and get_code_context_exa even when passing --tools with all 7 tool names - company research, crawling, linkedin search, deep researcher tools are gone.

## Verified resolution
Collaborator theishangoswami: fixed in npm package 3.0.8/3.0.9. The flag syntax changed: drop the double dash and use a single 'tools=' argument, e.g. args: ['-y','exa-mcp-server','tools=web_search_exa,get_code_context_exa,crawling_exa,company_research_exa,linkedin_search_exa,deep_researcher_start,deep_researcher_check']. For remote MCP, pass ?tools=[comma-list] on the URL. Community workaround before the fix: pin exa-mcp-server@2.0.5.