ludus-cli 0.1.4 → 0.1.5
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/README.md +8 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -45,6 +45,14 @@ This single command orchestrates six stages:
|
|
|
45
45
|
|
|
46
46
|
Ludus includes a built-in [Model Context Protocol](https://modelcontextprotocol.io/) server exposing 21 tools. Any MCP-compatible AI agent can orchestrate the full pipeline programmatically.
|
|
47
47
|
|
|
48
|
+
**Claude Code:**
|
|
49
|
+
|
|
50
|
+
```bash
|
|
51
|
+
claude mcp add ludus -- npx -y ludus-cli mcp
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
**Claude Desktop / Kiro / Cursor:**
|
|
55
|
+
|
|
48
56
|
```json
|
|
49
57
|
{
|
|
50
58
|
"mcpServers": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ludus-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "UE5 dedicated server deployment CLI with MCP server",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"bin/"
|
|
46
46
|
],
|
|
47
47
|
"binaryChecksums": {
|
|
48
|
-
"ludus_0.1.
|
|
49
|
-
"ludus_0.1.
|
|
50
|
-
"ludus_0.1.
|
|
51
|
-
"ludus_0.1.
|
|
52
|
-
"ludus_0.1.
|
|
48
|
+
"ludus_0.1.5_darwin_amd64.tar.gz": "21b8221cd99098316eeeedab71ce92cc014e3a8239df6c7e3eb28a47576c20d0",
|
|
49
|
+
"ludus_0.1.5_darwin_arm64.tar.gz": "aed261c5b75ab8890555d128cb332c111e6114e8831e4992854885add5630fb1",
|
|
50
|
+
"ludus_0.1.5_linux_amd64.tar.gz": "8e113d98bf197f94f6bd0fbcd6479e5f705ff73f6d02d601a572aad32f887cdb",
|
|
51
|
+
"ludus_0.1.5_linux_arm64.tar.gz": "a0ae56fdacbac301e0ca2e021c5ff9bf6877d64ff6ac3c13c87078b73e7849e6",
|
|
52
|
+
"ludus_0.1.5_windows_amd64.zip": "0a3103b8d0ccb0b83d5759b64d1f7526aad20a735ccfbabc8a4a5df1f3ff3926"
|
|
53
53
|
}
|
|
54
54
|
}
|