kyo615/dsh-browser-control

Plugin ⭐ 2 MIT browser

Let an AI control a real visible Chrome browser via Playwright MCP, with a live view of every action inside the DeepSeek Harness GUI.

Install

┌──────────────────── DeepSeek Harness 进程 ────────────────────┐
│  Host(code.host)                                            │
│  ├─ 拉起 @playwright/mcp 子进程(真实有头 Chrome)             │
│  ├─ 最小 MCP stdio 客户端(换行分隔 JSON-RPC,手写实现)        │
│  ├─ 把 ~80 个 browser_* 工具注册为动态工具(harness.registerTool)│
│  └─ HTTP 路由 /dsh-browser/shot.png 提供实时截图               │
└──────┬─────────────────────────────┬──────────────────────────┘
       │ MCP stdio(stdin/stdout)    │ HTTP(GUI 同源)
       ▼                             ▼
┌──────────────────┐        ┌──────────────────┐
│ @playwright/mcp  │        │ Client(code.client)│
│ (node 子进程)    │        │ 实时画面面板(轮询 rev)│
│   └─ 真实 Chrome │        └──────────────────┘
└──────────────────┘

Add kyo615/dsh-browser-control to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.