@browser-echo/vue
Advanced tools
+2
-2
| { | ||
| "name": "@browser-echo/vue", | ||
| "version": "0.0.6", | ||
| "version": "1.0.0", | ||
| "type": "module", | ||
@@ -28,3 +28,3 @@ "sideEffects": false, | ||
| "dependencies": { | ||
| "@browser-echo/core": "^0.0.6" | ||
| "@browser-echo/core": "^1.0.0" | ||
| }, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
+22
-0
@@ -9,2 +9,9 @@ # @browser-echo/vue | ||
| ## Table of Contents | ||
| - [Installation](#installation) | ||
| - [Usage](#usage) | ||
| - [Configuration](#configuration) | ||
| - [Install MCP Server](#install-mcp-server) | ||
| ## Features | ||
@@ -177,2 +184,17 @@ | ||
| ## Install MCP Server | ||
| For Vue (non-Vite) apps, MCP forwarding depends on your server-side route implementation. The Vue provider only handles browser-side log collection. | ||
| **📖 [First, set up the MCP server](../mcp/README.md#installation) for your AI assistant, then configure framework options below.** | ||
| ### Environment Variables | ||
| - `BROWSER_ECHO_MCP_URL=http://127.0.0.1:5179/mcp` — Set in your server environment | ||
| - `BROWSER_ECHO_SUPPRESS_TERMINAL=1` — Control terminal output in your route handler | ||
| ### Server Route MCP Integration | ||
| See the [React MCP Settings](../react/README.md#mcp-settings) for an example server route with MCP forwarding. | ||
| ## Dependencies | ||
@@ -179,0 +201,0 @@ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
8897
9.99%1
-50%231
10.53%+ Added
- Removed
Updated