kenzone/dsh-anysearch

kenzone★ 0TypeScript最后同步: 2026-08-15

在 GitHub 打开

An AnySearch-backed WebSearchProvider plugin for DeepSeek Harness (ctx.web). It calls AnySearch's MCP-style POST /mcp JSON-RPC endpoint with the search tool and parses the rendered Markdown result blocks into the harness web capability seam's normalized WebSearchResult.

README 摘要

dsh-anysearch An AnySearch-backed WebSearchProvider plugin for DeepSeek Harness ( ctx.web ). It calls AnySearch's MCP-style POST /mcp JSON-RPC endpoint with the search tool and parses the rendered Markdown result blocks into the harness web capability seam's normalized WebSearchResult . Features - Web search for the harness web search tool through the AnySearch API - No API key required — anonymous access works at lower rate limits; the provider stays available either way - Settings card in the official Web GUI — configure the API key and endpoint under Settings → Plugins → AnySearch - Credential-first key handling — keys go through the credentials domain, never into the settings file - Vertical search support — finance , code , and other AnySearch domains via static config - Per-search re-resolution — a changed key or endpoint takes effect on the next search, no restart This is an implementation plugin: it registers a provider into ctx.web , it does not own the ctx.web key and it does not register a model-facing tool (that is @deepseek-ai/dsh-tool-web ). It is a function/namespace plugin ( inject: ['web'] ) that registers its backend, not a default-export service. Requirements - D…

在 GitHub 查看完整 README →
搜索anysearchdsh-pluginsearch

分类