BrokkAi/bifrost--plugins-bifrost-dsh10

@brokkai/dsh-plugin-bifrost

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

AI 分析

适合需要跨语言代码理解与智能分析的开发人员。

パッケージ
@brokkai/dsh-plugin-bifrost
バージョン
0.11.3
ライセンス
Apache-2.0
最終更新
2026/09/12

インストール

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

ドキュメント

README 全文を読む ↗

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.