BrokkAi/bifrost--plugins-bifrost-dsh10

@brokkai/dsh-plugin-bifrost

DeepSeek Harness (dsh) bundle for Bifrost: multi-language code intelligence over MCP.

包名
@brokkai/dsh-plugin-bifrost
版本
0.11.3
许可证
Apache-2.0
最近更新
2026年9月12日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:BrokkAi/bifrost#f20b2be866da915d6efe0028252f0204e8cec87a&path:plugins/bifrost-dsh

Configuration

Override defaults by giving the plugin row a config block in your profile's cordis.patch.yml (later layers win per row, and a patch replaces the row's entire config value):

- id: bifrost
  name: '@brokkai/dsh-plugin-bifrost'
  config:
    root: /absolute/path/to/project
    toolsets: symbol|extended
    toolCallTimeoutMs: 240000
    env:
      BIFROST_BINARY_PATH: /usr/local/bin/bifrost

Recognized keys: root, toolsets (a Bifrost toolset expression such as symbol|extended or core), serverName (default bifrost; changes the mcp____ tool prefix), toolCallTimeoutMs (default 240000, sized for first-call binary download and analyzer warm-up), env (extra environment variables for the server subprocess), and failOnStartupError.

Note: dsh scrubs secrets-like variables (*KEY*, *PASSWORD*, *SECRET*, *TOKEN*) and all DSH_* variables from server subprocess environments. Any such variable Bifrost needs must be set explicitly under env.