huey1in/trio0

dsh-trio

DSH 全家桶:浏览器自动化 + MCP Server + GitHub 集成。One install, three superpowers: browser automation, an MCP server that exposes your DeepSeek agents to any MCP client, and GitHub issue/PR/webhook automation.

AI 分析

核心用途是为 DSH 赋予浏览器控制、MCP 客户端接入以及 GitHub 自动化管理能力。适合需要多维度自动化代理任务的开发者。

パッケージ
dsh-trio
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/14

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:huey1in/trio

ドキュメント

README 全文を読む ↗

浏览器配置


### MCP 配置

```yaml
- id: trio-mcp
  name: dsh-trio/mcp
  config:
    path: /trio/mcp
    authTokenEnv: ""        # 例如 MCP_TOKEN;留空不鉴权
    runAgentTimeoutMs: 300000
    runAgentMaxOutputChars: 120000
    listSessionsLimit: 50