ludus-cli 0.1.4 → 0.1.8

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 (2) hide show
  1. package/README.md +15 -1
  2. 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": {
@@ -62,4 +70,10 @@ Full documentation, configuration reference, and prerequisites: [github.com/jpve
62
70
 
63
71
  ## License
64
72
 
65
- [MIT](https://github.com/jpvelasco/ludus/blob/main/LICENSE)
73
+ Ludus is released under the **MIT License** (see [LICENSE](https://github.com/jpvelasco/ludus/blob/main/LICENSE) for full text).
74
+
75
+ All third-party dependencies are also MIT or Apache 2.0 licensed.
76
+
77
+ **Unreal Engine 5 usage note**:
78
+ This tool does **not** include or redistribute any UE5 source code or binaries.
79
+ You must obtain UE5 source code directly from Epic Games via GitHub (requires a valid Epic developer account). Ludus only orchestrates your legally obtained engine source and builds — all resulting engine images, game servers, and deployments are governed by Epic's EULA, which allows private use and modification but prohibits public distribution of built engine binaries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ludus-cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.8",
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.4_darwin_amd64.tar.gz": "607c0199021b02c76b1906883f17682415d2db67836351fe50b8e47c23680338",
49
- "ludus_0.1.4_darwin_arm64.tar.gz": "dea149d1cc1ef22acd8be6fb3eb97ee4b836dd42327c8863eb3c357407e24785",
50
- "ludus_0.1.4_linux_amd64.tar.gz": "6653e122bec9e0a4102486f74c3a810ef848f1fb03d502c0124a4cf41845af70",
51
- "ludus_0.1.4_linux_arm64.tar.gz": "235de8c72824e6f633e96fe746685cc19a53893c2514ff6c02ef0b9151d8d95b",
52
- "ludus_0.1.4_windows_amd64.zip": "2fb19baec628442b5a1b06e1e1d76d0362fc83e648aac21b1a535e9aa0561533"
48
+ "ludus_0.1.8_darwin_amd64.tar.gz": "dee1231adf99747251dbd393f7aa45c798ecfe960071fd82e344993f44cb9792",
49
+ "ludus_0.1.8_darwin_arm64.tar.gz": "2dda72b834a8f461cb3117eadbd3132aeeeea80c09ba8f0e28655e85640ae304",
50
+ "ludus_0.1.8_linux_amd64.tar.gz": "2ed4dcdca36f0e09b8f14d6b7565170c0d46c834dc40d586d368df359eca18a9",
51
+ "ludus_0.1.8_linux_arm64.tar.gz": "2d2136ae00bc0ad2750ed048cc50ee6480e2ee61711114b662e9a4fbf3c327fb",
52
+ "ludus_0.1.8_windows_amd64.zip": "96bcbf9cd4978730e359c9e1424d47cc7e561cb026e813b6470535cd461a21b1"
53
53
  }
54
54
  }