codingDuan/dsh-plugin-xquant0

dsh-plugin-xquant

One-command xquant MCP integration for DeepSeek Harness

包名
dsh-plugin-xquant
版本
0.1.1
许可证
MIT
最近更新
2026年8月21日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:codingDuan/dsh-plugin-xquant

配置私有或 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。