codingDuan/dsh-plugin-xquant ↗★ 0
dsh-plugin-xquant
One-command xquant MCP integration for DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:codingDuan/dsh-plugin-xquant说明文档
阅读完整 README ↗配置私有或 staging 环境
仅需覆盖服务 origin;插件会固定补全 /xquant-mcp/mcp,从而避免误连旧路径:
export XQUANT_MCP_ORIGIN='https://staging.xquant.shop'
export XQUANT_API_KEY='xq_live_...'
XQUANT_MCP_ORIGIN 必须是没有 path、query 或 hash 的 HTTP(S) origin,例如 https://mcp.example.com。它不是完整 MCP URL。