@mcpc-tech/unplugin-dev-inspector-mcp 0.0.46 → 0.0.48
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 +17 -9
- package/client/dist/inspector.iife.js +713 -436
- package/dist/chunk.cjs +3 -3
- package/dist/config-updater.cjs +373 -188
- package/dist/config-updater.js +307 -122
- package/dist/index.cjs +3 -2
- package/dist/index.d.cts +4 -4
- package/dist/index.js +4 -3
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -16,15 +16,23 @@ Works with any MCP-compatible AI client. Supports ACP agents: **Claude Code**, *
|
|
|
16
16
|
## 📑 Table of Contents
|
|
17
17
|
|
|
18
18
|
- [Demo Video](#-demo-video)
|
|
19
|
-
- [
|
|
20
|
-
- [
|
|
19
|
+
- [Social Media](#-social-media)
|
|
20
|
+
- [Key Features](#key-features)
|
|
21
|
+
- [Quick Start](#quick-start)
|
|
22
|
+
- [Installation](#installation)
|
|
23
|
+
- [Automated Setup](#-automated-setup-recommended)
|
|
24
|
+
- [Manual Configuration](#manual-configuration)
|
|
21
25
|
- [Framework Support](#framework-support)
|
|
22
|
-
- [Configuration](
|
|
23
|
-
- [
|
|
24
|
-
- [
|
|
25
|
-
- [
|
|
26
|
-
- [
|
|
27
|
-
- [
|
|
26
|
+
- [Configuration](#configuration)
|
|
27
|
+
- [Auto-Update MCP Config](#auto-update-mcp-config)
|
|
28
|
+
- [Agent Installation](#agent-installation)
|
|
29
|
+
- [Custom Agents](#custom-agents)
|
|
30
|
+
- [What It Does](#what-it-does)
|
|
31
|
+
- [Two Workflow Modes](#two-workflow-modes)
|
|
32
|
+
- [MCP Tools](#mcp-tools)
|
|
33
|
+
- [Custom Inspector Tools](#custom-inspector-tools)
|
|
34
|
+
- [MCP Prompts](#mcp-prompts)
|
|
35
|
+
- [Architecture](#architecture)
|
|
28
36
|
|
|
29
37
|
## 🎬 Demo Video
|
|
30
38
|
|
|
@@ -601,4 +609,4 @@ For a deep dive into how the MCP context, CMCP library, and Puppet binding mecha
|
|
|
601
609
|
|
|
602
610
|
## License
|
|
603
611
|
|
|
604
|
-
MIT
|
|
612
|
+
[MIT](./LICENSE)
|