codingDuan/dsh-plugin-xquant0

dsh-plugin-xquant

One-command xquant MCP integration for DeepSeek Harness

AI 분석

快速将 xquant MCP 服务集成至 DSH 中。适合需要连接 xquant 开发者平台并使用其量化或金融分析工具的用户,需准备 API Key。

패키지
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。