@mcpc-tech/unplugin-dev-inspector-mcp 0.0.24 → 0.0.27
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 +0 -14
- package/client/dist/inspector.iife.js +325 -325
- package/dist/config-updater.cjs +159 -107
- package/dist/config-updater.js +159 -107
- package/dist/index.d.ts +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -27,26 +27,12 @@ Works with any MCP-compatible AI client. Supports ACP agents: **Claude Code**, *
|
|
|
27
27
|
|
|
28
28
|
## 🎬 Demo Video
|
|
29
29
|
|
|
30
|
-
[](https://www.youtube.com/shorts/TCt2oOtPS_k)
|
|
31
|
-
|
|
32
30
|
👉 **Watch the demo:** [https://www.youtube.com/shorts/TCt2oOtPS_k](https://www.youtube.com/shorts/TCt2oOtPS_k)
|
|
33
31
|
|
|
34
32
|
## 📢 Social Media
|
|
35
33
|
|
|
36
34
|
🐦 **Twittter/X Post:** [https://x.com/yaoandyan/status/1995082020431753600](https://x.com/yaoandyan/status/1995082020431753600?s=20)
|
|
37
35
|
|
|
38
|
-
## 👥 Team
|
|
39
|
-
|
|
40
|
-
- [yaonyan](https://huggingface.co/zpharnoex) - Project Creator
|
|
41
|
-
|
|
42
|
-
## 🤝 Sponsors & Integrations
|
|
43
|
-
|
|
44
|
-
This project uses the following sponsor APIs and platforms:
|
|
45
|
-
|
|
46
|
-
- **Anthropic** - Claude API for MCP integration testing and AI-powered debugging capabilities
|
|
47
|
-
- **Gradio** - `@gradio/client` for connecting to Gradio-powered APIs in the demo app
|
|
48
|
-
|
|
49
|
-
---
|
|
50
36
|
|
|
51
37
|

|
|
52
38
|
|