mcpbrowser 0.3.49 → 0.3.52

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 (1) hide show
  1. package/package.json +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcpbrowser",
3
- "version": "0.3.49",
3
+ "version": "0.3.52",
4
4
  "mcpName": "io.github.cherchyk/mcpbrowser",
5
5
  "type": "module",
6
6
  "description": "MCP browser server — load and interact with any web page using a real Chrome/Edge/Brave browser with full JavaScript execution. Handles login flows, authentication, SSO, CAPTCHAs, and anti-bot protection. Use whenever a real browser is needed to load a page, especially when JavaScript rendering or user login is required.",
@@ -41,6 +41,10 @@
41
41
  "devtools",
42
42
  "javascript-rendering",
43
43
  "login",
44
+ "interactive",
45
+ "devtools",
46
+ "javascript-rendering",
47
+ "login",
44
48
  "interactive"
45
49
  ],
46
50
  "author": "cherchyk",