@lujoai/lujo-mcp 0.4.0 → 0.5.0

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 +22 -12
package/package.json CHANGED
@@ -1,20 +1,32 @@
1
1
  {
2
2
  "name": "@lujoai/lujo-mcp",
3
- "version": "0.4.0",
4
- "description": "Lujo-MCP — AI 智能调试 MCP Server(桌面/浏览器自动化无关)。平台二进制通过 optionalDependencies 自动选择,开箱即用。",
3
+ "version": "0.5.0",
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": {
7
7
  "type": "git",
8
- "url": "git+https://github.com/Ljj041120/Lujo-MCP.git"
8
+ "url": "git+https://github.com/lujoai/Lujo-MCP.git"
9
+ },
10
+ "homepage": "https://github.com/lujoai/Lujo-MCP",
11
+ "bugs": {
12
+ "url": "https://github.com/lujoai/Lujo-MCP/issues"
9
13
  },
10
- "homepage": "https://github.com/Ljj041120/Lujo-MCP",
11
14
  "keywords": [
12
15
  "mcp",
13
16
  "model-context-protocol",
14
- "debug",
15
- "ai-debug",
17
+ "ai-agent",
18
+ "ai-coding",
19
+ "ai-debugging",
16
20
  "debugging",
17
- "lujo"
21
+ "runtime-debugging",
22
+ "browser-debugging",
23
+ "javascript-error-tracking",
24
+ "developer-tools",
25
+ "observability",
26
+ "claude",
27
+ "cursor",
28
+ "llm",
29
+ "developer-productivity"
18
30
  ],
19
31
  "engines": {
20
32
  "node": ">=16"
@@ -30,10 +42,8 @@
30
42
  "prepublishOnly": "node ./scripts/check-clean-bin.js"
31
43
  },
32
44
  "optionalDependencies": {
33
- "@lujoai/lujo-mcp-win32-x64": "0.4.0",
34
- "@lujoai/lujo-mcp-win32-arm64": "0.4.0",
35
- "@lujoai/lujo-mcp-linux-x64": "0.4.0",
36
- "@lujoai/lujo-mcp-linux-arm64": "0.4.0",
37
- "@lujoai/lujo-mcp-osx-arm64": "0.4.0"
45
+ "@lujoai/lujo-mcp-win32-x64": "0.5.0",
46
+ "@lujoai/lujo-mcp-linux-x64": "0.5.0",
47
+ "@lujoai/lujo-mcp-osx-arm64": "0.5.0"
38
48
  }
39
49
  }