ludus-cli 0.1.3 → 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.
Files changed (2) hide show
  1. package/README.md +8 -0
  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": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ludus-cli",
3
- "version": "0.1.3",
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.3_darwin_amd64.tar.gz": "ed0d7715e05b1cdac42a0f71aca557c0ad3b99952abcddf4eccd1bab37222fd1",
49
- "ludus_0.1.3_darwin_arm64.tar.gz": "bbb49935b47d115f3e3e24bcd65aabe1be0cea2bdf039aec747849d709c21146",
50
- "ludus_0.1.3_linux_amd64.tar.gz": "9a3093291d5b87c406af37a51750ac5b60e49758cf310ce03d1f6acba6dfb64d",
51
- "ludus_0.1.3_linux_arm64.tar.gz": "d33be20dc2e6accb94a548df13981510265699dffc1dc278867e79f258b7bc9b",
52
- "ludus_0.1.3_windows_amd64.zip": "b308f043e16c6abba1f7e995cdd4955a7e4d2105301ce413b7f82719d1e85c36"
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
  }