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

@dff652/dsh-ai-asset-hub

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

AI Analysis

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

Package
@dff652/dsh-ai-asset-hub
Version
0.1.0
License
MIT
Last updated
Aug 18, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dff652/deepseek-harness-plugins-public#43bca41a0df06bb77b4b16780b35883ffca181aa&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 four-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.