TonyDua/dsh-web-search-exa0

@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 配置的用户。

패키지
@tonydua/dsh-web-search-exa
버전
0.1.2
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:TonyDua/dsh-web-search-exa

Configuration

KeyDefaultMeaning
providerIdexaProvider id registered into ctx.web. Only change it when both this and the official package are installed (see next section).
apiKeyunsetLiteral Exa API key. Empty/missing enables the anonymous MCP path.
apiKeyEnvEXA_API_KEYEnvironment variable consulted when no literal apiKey is set.
apiURLhttps://api.exa.ai/searchREST search endpoint (keyed path only).
mcpURLhttps://mcp.exa.ai/mcpExa hosted MCP endpoint (anonymous path).
searchTypeautoREST retrieval mode: auto / keyword / neural.
numResultsunsetDefault result count when the request carries no maxResults.
highlightsPerResult1Highlight sentences requested per result on the REST path.