🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@browser-echo/vue

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@browser-echo/vue - npm Package Compare versions

Comparing version
0.0.6
to
1.0.0
+2
-2
package.json
{
"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": {

@@ -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 @@