@vibebrowser/mcp 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/README.md +14 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -52,7 +52,20 @@ Claude Desktop Cursor VS Code OpenCode
52
52
 
53
53
  ### 1. Install the Vibe Extension
54
54
 
55
- Get the Vibe AI Browser extension from [vibebrowser.app](https://vibebrowser.app) or the [Chrome Web Store](https://chromewebstore.google.com/detail/vibe-ai-web-agent/ajfjlohdpfgngdjfafhhcnpmijbbdgln).
55
+ Install the Vibe AI Browser extension in Chrome, Brave, or any Chromium browser:
56
+
57
+ **Option A: Chrome Web Store (Recommended)**
58
+ 1. Visit the [Chrome Web Store](https://chromewebstore.google.com/detail/vibe-ai-browser-co-pilot/djodpgokbmobeclicaicnnidccoinado)
59
+ 2. Click "Add to Chrome"
60
+ 3. The Vibe icon will appear in your toolbar
61
+
62
+ **Option B: Developer Version**
63
+ 1. Download the [latest release ZIP](https://github.com/VibeTechnologies/VibeWebAgent/releases/latest/download/vibe-ai-copilot-latest.zip)
64
+ 2. Extract to a permanent folder
65
+ 3. Go to `chrome://extensions`, enable Developer Mode
66
+ 4. Click "Load unpacked" and select the extracted folder
67
+
68
+ For detailed instructions, see the [installation guide](https://docs.vibebrowser.app/getting-started/extension).
56
69
 
57
70
  ### 2. Configure Your AI Application
58
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibebrowser/mcp",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "description": "MCP server for browser automation - the only solution supporting multiple AI agents (Claude, Cursor, VS Code) simultaneously controlling your Chrome browser",
6
6
  "main": "dist/index.js",