multisim-mcp-dsh-plugin
Verifiedmultisim-mcp-dsh-plugin · v1.1.0 · MIT
DeepSeek Harness plugin for NI Multisim circuit generation, simulation, optimization, and lab reports via MCP
Install
dsh plugin add multisim-mcp-dsh-plugin Confirm the layer applied with dsh --profile default --dump-config — see the install guide.
Source
Tags
Creators
Readme
Multisim MCP 的 DeepSeek Harness 插件
这是一个可独立安装的 Harness bundle。它把 Multisim MCP 注册为
mcp__multisim__* 工具,并默认使用 experiment Tool Profile。
安装
先在 32 位 Python 中安装与 bundle 同版本的 multisim-mcp,设置该解释器路径,
再把固定版本的 bundle 加入 Harness profile:
$env:MULTISIM_MCP_PYTHON = "C:\path\to\python32\python.exe"
& $env:MULTISIM_MCP_PYTHON -m pip install "multisim-mcp==1.1.0"
dsh plugin --profile web add "[email protected]"
dsh --profile web --dump-config
安装或升级 bundle 后应重新启动该 profile。发布前验证当前源码时,应先用
npm pack .\integrations\deepseek-harness --ignore-scripts 生成 .tgz,再把该
tarball 的绝对路径交给 dsh plugin ... add,以验证与最终发布相同的包边界。
维护者发布前必须运行 Registry 与包边界守卫。首次发布需要本地 2FA;后续版本使用
OIDC 暂存并由维护者 2FA 审批。完整步骤见
docs/DEEPSEEK_HARNESS_NPM_RELEASE.md。
可选环境变量:
MULTISIM_MCP_TOOL_PROFILE:core、experiment、optimization或full;MULTISIM_MCP_TEMPLATE_DIR:本地组件模板包;MULTISIM_MCP_WORKDIR:实验工作目录;MULTISIM_MCP_ARTIFACT_EXPORT_DIR:允许导出产物的根目录。
不要把 DEEPSEEK_API_KEY 放入 MCP 子进程配置。该凭据只属于 Harness。
MCP 服务器命令在 agent 沙箱之外执行,应当只安装可信发布物并固定版本。
English summary
This package is an installable DeepSeek Harness bundle for Multisim MCP. Install
it with dsh plugin --profile web add [email protected], set
MULTISIM_MCP_PYTHON to the 32-bit Python interpreter containing
multisim-mcp==1.1.0, and restart the profile. Model credentials remain in
Harness and are never forwarded to the MCP child process. Maintainer release
instructions are in docs/DEEPSEEK_HARNESS_NPM_RELEASE.md.