@mcpc-tech/unplugin-dev-inspector-mcp 0.0.16 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,20 +20,9 @@ tags:
|
|
|
20
20
|
|
|
21
21
|
**AI-powered visual debugging for React & Vue via MCP and ACP.**
|
|
22
22
|
|
|
23
|
-
DevInspector connects your web app directly to your AI agent. Click any element to instantly send its source code, style, and network context to the AI for analysis and fixing.
|
|
24
|
-
|
|
25
23
|
Works with any MCP-compatible AI client. Supports ACP agents: **Claude Code**, **Codex CLI**, **Gemini CLI**, **OpenCode**, and [more](https://agentclientprotocol.com/overview/agents).
|
|
26
24
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
- [Demo Video](#-demo-video)
|
|
30
|
-
- [Key Features](#-key-features)
|
|
31
|
-
- [Quick Start](#-quick-start)
|
|
32
|
-
- [Configuration](#-configuration)
|
|
33
|
-
- [How It Works](#-what-it-does)
|
|
34
|
-
- [Workflow Modes](#-two-workflow-modes)
|
|
35
|
-
- [MCP Tools](#-mcp-tools)
|
|
36
|
-
- [Architecture](#-architecture)
|
|
25
|
+
Click any element → AI diagnoses issues, inspects source, analyzes network, and provides fixes.
|
|
37
26
|
|
|
38
27
|
## 🎬 Demo Video
|
|
39
28
|
|
|
@@ -43,7 +32,7 @@ Works with any MCP-compatible AI client. Supports ACP agents: **Claude Code**, *
|
|
|
43
32
|
|
|
44
33
|
## 📢 Social Media
|
|
45
34
|
|
|
46
|
-
🐦 **
|
|
35
|
+
🐦 **Twitter/X Post:** [https://x.com/yaoandyan/status/1995082020431753600](https://x.com/yaoandyan/status/1995082020431753600?s=20)
|
|
47
36
|
|
|
48
37
|
## 👥 Team
|
|
49
38
|
|
|
@@ -73,15 +62,11 @@ Switch between agents (Claude Code, Goose) and track their debugging progress vi
|
|
|
73
62
|
|
|
74
63
|
## Quick Start
|
|
75
64
|
|
|
76
|
-
### Installation
|
|
77
|
-
|
|
78
65
|
```bash
|
|
79
66
|
# npm
|
|
80
67
|
npm i -D @mcpc-tech/unplugin-dev-inspector-mcp
|
|
81
|
-
|
|
82
68
|
# pnpm
|
|
83
69
|
pnpm add -D @mcpc-tech/unplugin-dev-inspector-mcp
|
|
84
|
-
|
|
85
70
|
# yarn
|
|
86
71
|
yarn add -D @mcpc-tech/unplugin-dev-inspector-mcp
|
|
87
72
|
```
|
package/package.json
CHANGED