dsh-oomol
DeepSeek Harness 的 OOMOL 连接器集成:通过渐进式 MCP 发现连接应用并调用 Action。
AI 分析
将 OOMOL 托管的 MCP 服务与工具链无缝接入 DSH。适合需要调用 OOMOL 平台丰富的 Action 工具来扩展智能体能力的开发者。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:oomol-lab/dsh-oomol说明文档
阅读完整 README ↗Configuration
| Field | Default | Purpose |
|---|---|---|
endpoint | https://connector.oomol.com/v1/mcp | Streamable HTTP MCP endpoint |
apiKeyEnv | Derived from endpoint | Harness credential reference and launch environment name |
teamName | unset | OOMOL Hosted team identity |
teamNameEnv | OOMOL_TEAM_NAME | OOMOL Hosted team environment name |
serverName | oomol | Harness MCP tool namespace |
toolCallTimeoutMs | 60000 | Tool call timeout |
failOnStartupError | false | Fail Harness startup when MCP discovery fails |
Derived credential references:
| Endpoint mode | Default reference | Required |
|---|---|---|
| OOMOL Hosted | OOMOL_MCP_API_KEY | Yes |
| Self-hosted | OOMOL_CONNECT_RUNTIME_TOKEN | Depends on the OpenConnector deployment |