@sallynDSH · DeepSeek Harness 初体验 | 很有意思、优化不错,但需要等待社区生态发展 中发帖

[!tip] 本文并不算是技术文章,只是简单体验一下原生不装任何dsh plugin的情况下,dsh给我的感受 

对MCP的支持
虽然在WebUI中找不到配置MCP的入口,但是实际上可以通过更改 ~\.dsh\profiles\web\cordis.patch.yml 这个文件来配置MCP,下面是我配置了一部分我常用的MCP,已脱敏处理。 
# Your patch layer for this dsh profile, applied after every bundle layer:
# a top-level YAML array of loader patch entries (id-targeted config
# overrides, disables, and insert lists; `!!js` expressions allowed).

# Playwrigh...
 
 
Back to Top