@lujoai/lujo-mcp 0.4.0 → 0.4.1-beta
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 +6 -8
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lujoai/lujo-mcp",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1-beta",
|
|
4
4
|
"description": "Lujo-MCP — AI 智能调试 MCP Server(桌面/浏览器自动化无关)。平台二进制通过 optionalDependencies 自动选择,开箱即用。",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/
|
|
8
|
+
"url": "git+https://github.com/lujoai/Lujo-MCP.git"
|
|
9
9
|
},
|
|
10
|
-
"homepage": "https://github.com/
|
|
10
|
+
"homepage": "https://github.com/lujoai/Lujo-MCP",
|
|
11
11
|
"keywords": [
|
|
12
12
|
"mcp",
|
|
13
13
|
"model-context-protocol",
|
|
@@ -30,10 +30,8 @@
|
|
|
30
30
|
"prepublishOnly": "node ./scripts/check-clean-bin.js"
|
|
31
31
|
},
|
|
32
32
|
"optionalDependencies": {
|
|
33
|
-
"@lujoai/lujo-mcp-win32-x64": "0.4.
|
|
34
|
-
"@lujoai/lujo-mcp-
|
|
35
|
-
"@lujoai/lujo-mcp-
|
|
36
|
-
"@lujoai/lujo-mcp-linux-arm64": "0.4.0",
|
|
37
|
-
"@lujoai/lujo-mcp-osx-arm64": "0.4.0"
|
|
33
|
+
"@lujoai/lujo-mcp-win32-x64": "0.4.1-beta",
|
|
34
|
+
"@lujoai/lujo-mcp-linux-x64": "0.4.1-beta",
|
|
35
|
+
"@lujoai/lujo-mcp-osx-arm64": "0.4.1-beta"
|
|
38
36
|
}
|
|
39
37
|
}
|