Skip to content

Commit 15b888e

Browse files
authored
Merge pull request #10 from amafjarkasi/cursor/readme-cleanup-2599
docs: README cleanup (logo.png, At a glance, Feature tour spacing)
2 parents 95f05e8 + fd7ad9c commit 15b888e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
<sub>Model Context Protocol server · Chrome DevTools Protocol · start / attach / screenshot / console / DOM / UI automation / tracing</sub>
1010
</p>
1111

12-
<p align="center">
13-
<img src="assets/logo.png" alt="" width="72" height="72" />
14-
</p>
15-
1612
<p align="center">
1713
<a href="#-60-second-quick-start"><img src="https://img.shields.io/badge/⚡_Quick_Start-0F766E?style=for-the-badge" alt="Quick Start" /></a>
1814
<a href="#-complete-tools-cheatsheet"><img src="https://img.shields.io/badge/🛠️_36_Tools-47848F?style=for-the-badge" alt="36 Tools" /></a>
@@ -74,7 +70,7 @@ It speaks **MCP over stdio** (Cursor / Claude Desktop friendly), bridges to **Ch
7470
7571
### 📊 At a glance
7672

77-
| | |
73+
| Aspect | Details |
7874
| :--- | :--- |
7975
| 🔌 **Transport** | MCP **stdio** JSON-RPC |
8076
| 🧬 **Debug bridge** | Chrome DevTools Protocol (Runtime · Page · Network · Debugger · Input · Log · Tracing) |
@@ -151,6 +147,7 @@ Electron bugs are often **invisible** to coding agents:
151147
- ⏹️ `stop_app` — kill owned / detach attached
152148
- 📋 `list_apps` — sessions, ports, buffer counts
153149
- 🩺 `diagnose` — port health + recent errors
150+
154151
</td>
155152
<td width="50%" valign="top">
156153

@@ -164,6 +161,7 @@ Electron bugs are often **invisible** to coding agents:
164161
- 🌐 `get_network_log` — request/response/fail
165162
- 📜 `get_logs` — Electron stdout/stderr
166163
- 🎯 `list_targets` / `page_info`
164+
167165
</td>
168166
</tr>
169167
<tr>
@@ -176,6 +174,7 @@ Electron bugs are often **invisible** to coding agents:
176174
- ⌨️ `type_text` (+ clear / Enter) · `press_key` (+ modifiers)
177175
- 🔄 `reload` · ⏸️ `pause` · ▶️ `resume`
178176
- 🧹 `clear_buffers`
177+
179178
</td>
180179
<td width="50%" valign="top">
181180

@@ -187,6 +186,7 @@ Electron bugs are often **invisible** to coding agents:
187186
- 📈 `start_tracing` / `stop_tracing`
188187
- 🛡️ stderr-only diagnostics (stdio-safe)
189188
- 🧰 `cdp_command` for any DevTools method
189+
190190
</td>
191191
</tr>
192192
</table>
@@ -899,7 +899,7 @@ CI: [`.github/workflows/ci.yml`](./.github/workflows/ci.yml) (Ubuntu + Xvfb).
899899

900900
```text
901901
electron-mcp-server/
902-
├── assets/logo.svg · logo.png
902+
├── assets/logo.svg
903903
├── examples/cursor-mcp.json
904904
├── fixtures/minimal-electron-app/
905905
├── scripts/ensure-electron.mjs · fix-electron.cmd · fix-electron.ps1

0 commit comments

Comments
 (0)