@lujoai/lujo-mcp 0.7.8 → 0.7.9

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lujo-mcp Browser SDK v0.7.8
2
+ * lujo-mcp Browser SDK v0.7.9
3
3
  *
4
4
  * 版本以 browser-sdk/package.json 的 version 为准(本注释仅为可读性,
5
5
  * 升级时随版本 bump 一并更新,避免再次漂移)。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lujoai/lujo-mcp",
3
- "version": "0.7.8",
3
+ "version": "0.7.9",
4
4
  "description": "Lujo-MCP — MCP Runtime Debugging Context Server for AI coding agents. Gives Claude, Cursor, Trae and any MCP-compatible client real runtime debugging context: browser errors, console logs, network failures, UI interaction traces and session context. Zero-config, install via npm.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -43,8 +43,8 @@
43
43
  "prepublishOnly": "node ./scripts/check-clean-bin.js"
44
44
  },
45
45
  "optionalDependencies": {
46
- "@lujoai/lujo-mcp-win32-x64": "0.7.8",
47
- "@lujoai/lujo-mcp-linux-x64": "0.7.8",
48
- "@lujoai/lujo-mcp-osx-arm64": "0.7.8"
46
+ "@lujoai/lujo-mcp-win32-x64": "0.7.9",
47
+ "@lujoai/lujo-mcp-linux-x64": "0.7.9",
48
+ "@lujoai/lujo-mcp-osx-arm64": "0.7.9"
49
49
  }
50
50
  }