codingDuan/dsh-plugin-xquant ↗★ 0
dsh-plugin-xquant
DeepSeek Harness 的一键式 xquant MCP 集成插件
AI 分析
快速将 xquant MCP 服务集成至 DSH 中。适合需要连接 xquant 开发者平台并使用其量化或金融分析工具的用户,需准备 API Key。
安裝
$
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。