@solvvn/mcp-simple-browser 1.0.3 → 1.0.4

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 +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,6 +13,13 @@ An MCP (Model Context Protocol) server that provides browser automation tools po
13
13
  claude mcp add simple-browser npx @solvvn/mcp-simple-browser
14
14
  ```
15
15
 
16
+ ### Global Installation
17
+
18
+ ```bash
19
+ npm install -g @solvvn/mcp-simple-browser
20
+ mcp-simple-browser
21
+ ```
22
+
16
23
  ## Installation (Manual)
17
24
 
18
25
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solvvn/mcp-simple-browser",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "exports": {