dff652/deepseek-harness-community-plugins--packages-dsh-ai-asset-hub0

@dff652/dsh-ai-asset-hub

仅限配置的 DSH 捆绑包,用于对接现有的 AI Asset Hub MCP 服务器。

AI 分析

核心用途是为已有的 AI Asset Hub MCP 服务提供 DSH 端的配置接入。适合需要将该资产库作为 MCP 工具引入 DSH 的用户。

套件
@dff652/dsh-ai-asset-hub
版本
0.1.1
授權
MIT
最近更新
2026年8月18日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dff652/deepseek-harness-community-plugins#d51dae188555ea671464711a80b7ef20a07f769a&path:packages/dsh-ai-asset-hub

Configuration-only activation check

From a repository checkout, the package-specific DSH negative activation check requires a reviewed DSH runtime and fails clearly if dsh is unavailable. The script is intentionally kept out of the published five-file package. It uses a temporary DSH home and never starts a provider or touches a live profile:

node tests/dsh-ai-asset-hub-activation.acceptance.mjs

The check covers unset, blank and relative DSH_AIAH_COMMAND values. It is kept outside npm test because CI environments without DSH must not silently skip real activation acceptance.