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

AI 分析

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

パッケージ
@dff652/dsh-ai-asset-hub
バージョン
0.1.1
ライセンス
MIT
最終更新
2026/08/18

インストール

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

ドキュメント

README 全文を読む ↗

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.