TonyDua/dsh-web-search-exa ↗★ 0
@tonydua/dsh-web-search-exa
免配置的 Exa 网页搜索插件:支持免 Key 匿名 MCP 备用路径及带 Key 的 REST 搜索,可直接作为 Web 搜索服务注入。
AI 分析
核心用于为 DSH 提供高效的网页搜索能力。适合需要实时联网检索,且希望免去繁琐 API Key 配置的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:TonyDua/dsh-web-search-exa說明文件
閱讀完整 README ↗Configuration
| 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. |