viewgate-wrapper 1.10.34 → 1.10.36
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
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# 🛡️ ViewGate Wrapper
|
|
2
|
-
https://view-gate-landing.vercel.app/
|
|
2
|
+
[Landing: view-gate-landing.vercel.app](https://view-gate-landing.vercel.app/) | [Dashboard: view-gate-dashboard.vercel.app](https://view-gate-dashboard.vercel.app/)
|
|
3
3
|
|
|
4
4
|
A professional, high-fidelity React feedback system and Vite/Next.js plugin. ViewGate allows clients to leave visual annotations directly on your live UI, which developers can then resolve instantly using AI-powered automation (MCP Server).
|
|
5
5
|
|
|
@@ -81,13 +81,30 @@ function Root() {
|
|
|
81
81
|
|
|
82
82
|
ViewGate includes a **Model Context Protocol (MCP)** server that allows AI assistants (like Claude Desktop, Cursor, or Antigravity) to read your UI feedback and apply requested code changes automatically.
|
|
83
83
|
|
|
84
|
-
### Setup
|
|
84
|
+
### Easy Setup
|
|
85
85
|
Run the automatic configuration tool in your project root:
|
|
86
86
|
|
|
87
87
|
```bash
|
|
88
88
|
npx viewgate-wrapper setup
|
|
89
89
|
```
|
|
90
90
|
|
|
91
|
+
### Manual Configuration
|
|
92
|
+
Add this to your `claude_desktop_config.json` or Cursor MCP settings:
|
|
93
|
+
|
|
94
|
+
```json
|
|
95
|
+
{
|
|
96
|
+
"mcpServers": {
|
|
97
|
+
"viewgate": {
|
|
98
|
+
"command": "npx",
|
|
99
|
+
"args": ["-y", "viewgate-mcp@latest"],
|
|
100
|
+
"env": {
|
|
101
|
+
"VIEWGATE_API_KEY": "VG-YOUR-PROJECT-KEY"
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
```
|
|
107
|
+
|
|
91
108
|
### ⚡ Example Commands
|
|
92
109
|
Once configured, you can simply ask your AI assistant:
|
|
93
110
|
- *"Read ViewGate annotations and apply the changes"*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ViewGateOverlay.d.ts","sourceRoot":"","sources":["../../src/components/ViewGateOverlay.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAqD,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAwBnF,OAAO,wBAAwB,CAAC;AAkyBhC,eAAO,MAAM,eAAe,EAAE,
|
|
1
|
+
{"version":3,"file":"ViewGateOverlay.d.ts","sourceRoot":"","sources":["../../src/components/ViewGateOverlay.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAqD,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAwBnF,OAAO,wBAAwB,CAAC;AAkyBhC,eAAO,MAAM,eAAe,EAAE,EAi5D7B,CAAC"}
|