Ref https://exa.ai/docs/reference/exa-mcp
|
mcporter call 'exa.get_code_context_exa(query: "code question", tokensNum: 3000)' |
Update (2026-07-23):
get_code_context_exa 在 exa-mcp-server 中已被标记为 Deprecated 且默认禁用(enabled: false)。
get_code_context_exa is marked as Deprecated and disabled by default (enabled: false) in exa-mcp-server.
源码确认 / Source confirmation:
该工具本质是对 Exa /search 端点的 type: "fast" 调用,无代码专属索引,官方建议直接使用 web_search_exa 替代。用户仍可通过环境变量 ENABLED_TOOLS 强制启用,但默认不会注册到 MCP server。
This tool is essentially a type: "fast" call to the Exa /search endpoint with no code-specific index. The official recommendation is to use web_search_exa instead. Users can still force-enable it via the ENABLED_TOOLS environment variable, but it is not registered on the MCP server by default.
Ref https://exa.ai/docs/reference/exa-mcp
Agent-Reach/agent_reach/skill/references/search.md
Line 11 in 1494c2a
Update (2026-07-23):
get_code_context_exa在 exa-mcp-server 中已被标记为 Deprecated 且默认禁用(enabled: false)。get_code_context_exais marked as Deprecated and disabled by default (enabled: false) in exa-mcp-server.源码确认 / Source confirmation:
该工具本质是对 Exa
/search端点的type: "fast"调用,无代码专属索引,官方建议直接使用web_search_exa替代。用户仍可通过环境变量ENABLED_TOOLS强制启用,但默认不会注册到 MCP server。This tool is essentially a
type: "fast"call to the Exa/searchendpoint with no code-specific index. The official recommendation is to useweb_search_exainstead. Users can still force-enable it via theENABLED_TOOLSenvironment variable, but it is not registered on the MCP server by default.