BrokkAi/bifrost--plugins-bifrost-dsh ↗★ 10
@brokkai/dsh-plugin-bifrost
DeepSeek Harness (dsh) bundle for Bifrost: multi-language code intelligence over MCP.
安装
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.