TonyDua/dsh-web-search-exa ↗★ 0
@tonydua/dsh-web-search-exa
Zero-config Exa web search provider for DeepSeek Harness (dsh): keyless anonymous MCP fallback (mcp.exa.ai/mcp) plus keyed REST search — a drop-in WebSearchProvider for the ctx.web seam, no API key required.
AI 분석
核心用于为 DSH 提供高效的网页搜索能力。适合需要实时联网检索,且希望免去繁琐 API Key 配置的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:TonyDua/dsh-web-search-exaConfiguration
| Key | Default | Meaning |
|---|---|---|
providerId | exa | Provider id registered into ctx.web. Only change it when both this and the official package are installed (see next section). |
apiKey | unset | Literal Exa API key. Empty/missing enables the anonymous MCP path. |
apiKeyEnv | EXA_API_KEY | Environment variable consulted when no literal apiKey is set. |
apiURL | https://api.exa.ai/search | REST search endpoint (keyed path only). |
mcpURL | https://mcp.exa.ai/mcp | Exa hosted MCP endpoint (anonymous path). |
searchType | auto | REST retrieval mode: auto / keyword / neural. |
numResults | unset | Default result count when the request carries no maxResults. |
highlightsPerResult | 1 | Highlight sentences requested per result on the REST path. |