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

@dff652/dsh-ai-asset-hub

Configuration-only DeepSeek Harness bundle for an existing AI Asset Hub MCP server

包名
@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.