@lujoai/lujo-mcp 0.6.1 → 0.6.2
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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lujoai/lujo-mcp",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
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": {
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"prepublishOnly": "node ./scripts/check-clean-bin.js"
|
|
43
43
|
},
|
|
44
44
|
"optionalDependencies": {
|
|
45
|
-
"@lujoai/lujo-mcp-win32-x64": "0.6.
|
|
46
|
-
"@lujoai/lujo-mcp-linux-x64": "0.6.
|
|
47
|
-
"@lujoai/lujo-mcp-osx-arm64": "0.6.
|
|
45
|
+
"@lujoai/lujo-mcp-win32-x64": "0.6.2",
|
|
46
|
+
"@lujoai/lujo-mcp-linux-x64": "0.6.2",
|
|
47
|
+
"@lujoai/lujo-mcp-osx-arm64": "0.6.2"
|
|
48
48
|
}
|
|
49
49
|
}
|