@weppy/roblox-mcp 2.2.1 → 2.3.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 (45) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/CHANGELOG.md +25 -0
  3. package/README.md +4 -7
  4. package/docs/en/installation/README.md +3 -4
  5. package/docs/es/README.md +2 -5
  6. package/docs/es/installation/README.md +3 -4
  7. package/docs/id/README.md +1 -4
  8. package/docs/id/installation/README.md +3 -4
  9. package/docs/installer/assets/index-B4Gp7BPj.js +63 -0
  10. package/docs/installer/assets/index-B7mvmOPt.css +1 -0
  11. package/docs/installer/index.html +14 -0
  12. package/docs/installer/manifest.webmanifest +15 -0
  13. package/docs/installer/sw.js +7 -0
  14. package/docs/installer/wrox-icon.png +0 -0
  15. package/docs/ja/README.md +1 -4
  16. package/docs/ja/installation/README.md +2 -3
  17. package/docs/ko/README.md +4 -7
  18. package/docs/ko/installation/README.md +3 -4
  19. package/docs/pt-br/README.md +2 -5
  20. package/docs/pt-br/installation/README.md +3 -4
  21. package/install.ps1 +495 -8
  22. package/install.sh +499 -9
  23. package/llms-full.txt +14 -2
  24. package/llms.txt +9 -3
  25. package/package.json +1 -1
  26. package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
  27. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ChangelogDetailPage-D7eMrarv.js → ChangelogDetailPage-CGK59Jsx.js} +1 -1
  28. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ChangelogPage-DFCCRyyK.js → ChangelogPage-oNm6ratx.js} +1 -1
  29. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ConfirmModal-BmRJ2JXZ.js → ConfirmModal-Dtak3Vnq.js} +1 -1
  30. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ConnectionPage-CiaCY026.js → ConnectionPage-CjLtImxr.js} +1 -1
  31. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{InfoLabel-CCDWZLC9.js → InfoLabel-CLvjiyTG.js} +1 -1
  32. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{OverviewPage-BHpt3LI2.js → OverviewPage-BdF0Ve7h.js} +1 -1
  33. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{PlaytestPage-CNwwI5Ro.js → PlaytestPage-cQMWlAOS.js} +1 -1
  34. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{PropertyDiff-DIplDn-J.js → PropertyDiff-BnOZxkTS.js} +1 -1
  35. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{SettingsPage-CPqQYZPN.js → SettingsPage-C-QX0AY-.js} +1 -1
  36. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{StatusBadge-C8VKAPpk.js → StatusBadge-A9U9m2LQ.js} +1 -1
  37. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{SyncPage-DTSKbpio.js → SyncPage-BAS0cXRM.js} +1 -1
  38. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{TierComparison-7ofkPwj3.js → TierComparison-BA_L4c9p.js} +1 -1
  39. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{TierPromoProgress-SnRUjAPh.js → TierPromoProgress-Dq6ofjr2.js} +1 -1
  40. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ToolsPage-CrdNh3D9.js → ToolsPage-C_tMIyix.js} +1 -1
  41. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{index-DGGmfli1.js → index-OH9mpHwW.js} +2 -2
  42. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{useLiveUptime-BnXeLpOw.js → useLiveUptime-Df1ECedb.js} +1 -1
  43. package/plugins/weppy-roblox-mcp/dashboard/dist/index.html +1 -1
  44. package/plugins/weppy-roblox-mcp/dist/index.js +63 -65
  45. package/plugins/weppy-roblox-mcp/roblox-plugin/WeppyRobloxMCP.rbxm +0 -0
@@ -6,14 +6,14 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "Weppy Roblox MCP — MCP server that lets AI coding agents control a live Roblox Studio session with 21 tools, 140+ actions, bidirectional sync, automated playtest, and multi-place support",
9
- "version": "2.2.1"
9
+ "version": "2.3.0"
10
10
  },
11
11
  "plugins": [
12
12
  {
13
13
  "name": "weppy-roblox-mcp",
14
14
  "source": "./plugins/weppy-roblox-mcp",
15
15
  "description": "Weppy Roblox MCP — MCP server that lets AI coding agents control a live Roblox Studio session with 21 tools, 140+ actions, bidirectional sync, automated playtest, and multi-place support",
16
- "version": "2.2.1",
16
+ "version": "2.3.0",
17
17
  "author": {
18
18
  "name": "hope1026"
19
19
  },
package/CHANGELOG.md CHANGED
@@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
 
6
6
 
7
+
8
+
9
+ ## [2.3.0] - 2026-04-05
10
+
11
+ ### Performance
12
+
13
+ - **Dramatically faster tool action execution** — Switched MCP ↔ Plugin communication from polling to streaming, eliminating round-trip latency and significantly improving response throughput
14
+
15
+ ### Stability
16
+
17
+ - **Hardened connection management** — Streaming-based transport replaces polling with a real-time bidirectional channel, reducing dropped connections and improving reconnect resilience
18
+
19
+ ### Bug Fixes
20
+
21
+ - **Prevent OOM on large history files** — Tool history and sync changelog reads now use reverse-chunk tail scanning instead of loading the full file into memory, preventing out-of-memory crashes on long-running sessions
22
+ - **Auto-trim history files** — History files are now automatically trimmed when they exceed 2 MB, keeping disk usage bounded without manual cleanup
23
+
24
+
25
+ ## [2.2.2] - 2026-04-03
26
+
27
+ ### Features
28
+
29
+ - add configurable MCP message polling interval and related options to plugin UI
30
+
31
+
7
32
  ## [2.2.1] - 2026-04-03
8
33
 
9
34
  ### Features
package/README.md CHANGED
@@ -18,8 +18,6 @@ No copy-pasting code. AI does the work, you review the results.
18
18
 
19
19
  ## Quick Install
20
20
 
21
- **One-line install** — installs the MCP server, Roblox Studio plugin, and registers with your AI apps:
22
-
23
21
  **macOS / Linux**
24
22
 
25
23
  ```bash
@@ -32,16 +30,15 @@ curl -fsSL https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/inst
32
30
  irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1 | iex
33
31
  ```
34
32
 
35
- Then restart Roblox Studio — done!
33
+ Then reopen your AI app and restart Roblox Studio.
36
34
 
37
- Automatic MCP registration currently supports **Claude Code, Claude Desktop, Cursor, Codex CLI, and Gemini CLI**.
38
- **Codex App** and **Antigravity** still require manual setup after the script finishes.
35
+ Automatic MCP registration supports **Claude Code, Claude Desktop, Cursor, Codex CLI/App, Gemini CLI, and Antigravity**.
39
36
 
40
- If PowerShell execution is blocked on Windows, use the manual install path below. If you're using the ZIP package, you can run `setup-plugin.sh` / `setup-mcp.sh` on macOS or Linux, or `setup-plugin.bat` / `setup-mcp.bat` on Windows.
37
+ If PowerShell execution is blocked on Windows, use the installation guide below. If you're using the ZIP package, you can run `setup-plugin.sh` / `setup-mcp.sh` on macOS or Linux, or `setup-plugin.bat` / `setup-mcp.bat` on Windows.
41
38
 
42
39
  ### Manual Install
43
40
 
44
- If the one-line install does not work, or automatic installation is not available in your environment, use the manual install path below.
41
+ If the one-line install does not work, or automatic installation is not available in your environment, use the installation guide below.
45
42
 
46
43
  **Step 1** — Install the Roblox Studio plugin (bridge between Studio and AI):
47
44
  [Plugin Installation Guide](docs/en/installation/roblox-plugin.md)
@@ -16,7 +16,7 @@ When an AI app says "Create a blue part", the MCP server converts this request,
16
16
 
17
17
  ## One-Line Install (Recommended)
18
18
 
19
- Installs the MCP server, Roblox Studio plugin, and registers with your AI apps in one step:
19
+ Install everything in one command:
20
20
 
21
21
  **macOS / Linux**
22
22
 
@@ -30,12 +30,11 @@ curl -fsSL https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/inst
30
30
  irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1 | iex
31
31
  ```
32
32
 
33
- Then restart Roblox Studio — done!
33
+ Then reopen your AI app and restart Roblox Studio.
34
34
 
35
35
  If the installer fails, it writes an error log to a temporary file and keeps the console open in interactive runs so you can read the reason before exiting.
36
36
 
37
- Automatic MCP registration currently supports **Claude Code, Claude Desktop, Cursor, Codex CLI, and Gemini CLI**.
38
- **Codex App** and **Antigravity** still require manual setup after the script finishes.
37
+ Automatic MCP registration supports **Claude Code, Claude Desktop, Cursor, Codex CLI/App, Gemini CLI, and Antigravity**.
39
38
 
40
39
  If PowerShell execution is blocked on Windows, use the manual install path below. If you're using the ZIP package, you can also run `setup-plugin.bat` and `setup-mcp.bat`.
41
40
 
package/docs/es/README.md CHANGED
@@ -18,8 +18,6 @@ No necesitas copiar ni pegar código. La IA trabaja y tú verificas los resultad
18
18
 
19
19
  ## Instalacion rapida
20
20
 
21
- **Instalacion en un solo comando** — Instala el servidor MCP, el plugin de Roblox Studio y registra tus apps de IA en un solo paso:
22
-
23
21
  **macOS / Linux**
24
22
 
25
23
  ```bash
@@ -34,14 +32,13 @@ irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1
34
32
 
35
33
  ¡Reinicia Roblox Studio y listo!
36
34
 
37
- El registro automático de MCP actualmente es compatible con **Claude Code, Claude Desktop, Cursor, Codex CLI y Gemini CLI**.
38
- **Codex App** y **Antigravity** todavía requieren configuración manual después de que termine el script.
35
+ El registro automático de MCP es compatible con **Claude Code, Claude Desktop, Cursor, Codex CLI/App, Gemini CLI y Antigravity**.
39
36
 
40
37
  Si la ejecución de PowerShell está bloqueada en Windows, continúa con la instalación manual de abajo. Si usas el paquete ZIP, también puedes usar `setup-plugin.bat` y `setup-mcp.bat`.
41
38
 
42
39
  ### Instalacion manual
43
40
 
44
- Si la instalación en un solo comando no funciona, o si no puedes usar la instalación automática en tu entorno, usa la instalación manual de abajo como alternativa.
41
+ Si la instalacion en un solo comando no funciona, o si no puedes usar la instalacion automatica en tu entorno, usa la instalacion manual de abajo como alternativa.
45
42
 
46
43
  **Paso 1** — Instala el plugin de Roblox Studio (puente entre Studio e IA):
47
44
  [Guia de instalacion del plugin](installation/roblox-plugin.md)
@@ -12,7 +12,7 @@ Plugin de Roblox Studio
12
12
 
13
13
  ## Instalación en un solo comando (Recomendado)
14
14
 
15
- Instala el servidor MCP, el plugin de Roblox Studio y registra tus apps de IA en un solo paso:
15
+ Instala todo con un solo comando:
16
16
 
17
17
  **macOS / Linux**
18
18
 
@@ -28,8 +28,7 @@ irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1
28
28
 
29
29
  ¡Reinicia Roblox Studio y listo!
30
30
 
31
- El registro automático de MCP actualmente es compatible con **Claude Code, Claude Desktop, Cursor, Codex CLI y Gemini CLI**.
32
- **Codex App** y **Antigravity** todavía requieren configuración manual después de que termine el script.
31
+ El registro automático de MCP es compatible con **Claude Code, Claude Desktop, Cursor, Codex CLI/App, Gemini CLI y Antigravity**.
33
32
 
34
33
  Si la ejecución de PowerShell está bloqueada en Windows, continúa con la instalación manual de abajo. Si usas el paquete ZIP, también puedes ejecutar `setup-plugin.bat` y `setup-mcp.bat`.
35
34
 
@@ -37,7 +36,7 @@ Si la ejecución de PowerShell está bloqueada en Windows, continúa con la inst
37
36
 
38
37
  ## Instalación manual
39
38
 
40
- Este es el método alternativo cuando la instalación en un solo comando no funciona, o cuando no puedes usar la instalación automática en tu entorno.
39
+ Si la instalacion en un solo comando no funciona, o cuando no puedes usar la instalacion automatica en tu entorno, usa la instalacion manual de abajo como alternativa.
41
40
 
42
41
  ### Paso 1: Instalar el Plugin de Roblox Studio
43
42
 
package/docs/id/README.md CHANGED
@@ -18,8 +18,6 @@ Tidak perlu copy-paste kode. AI bekerja dan kamu memverifikasi hasilnya.
18
18
 
19
19
  ## Instalasi Cepat
20
20
 
21
- **Instalasi satu perintah** — Install MCP server, plugin Roblox Studio, dan daftarkan ke aplikasi AI dalam satu langkah:
22
-
23
21
  **macOS / Linux**
24
22
 
25
23
  ```bash
@@ -34,8 +32,7 @@ irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1
34
32
 
35
33
  Restart Roblox Studio — selesai!
36
34
 
37
- Pendaftaran MCP otomatis saat ini mendukung **Claude Code, Claude Desktop, Cursor, Codex CLI, dan Gemini CLI**.
38
- **Codex App** dan **Antigravity** masih memerlukan pengaturan manual setelah skrip selesai.
35
+ Pendaftaran MCP otomatis mendukung **Claude Code, Claude Desktop, Cursor, Codex CLI/App, Gemini CLI, dan Antigravity**.
39
36
 
40
37
  Jika eksekusi PowerShell diblokir di Windows, lanjutkan dengan instalasi manual di bawah. Jika kamu memakai paket ZIP, kamu juga bisa memakai `setup-plugin.bat` dan `setup-mcp.bat`.
41
38
 
@@ -16,7 +16,7 @@ Ketika aplikasi AI bilang "buatkan part biru", MCP server mengonversi perintah i
16
16
 
17
17
  ## Instalasi Satu Perintah (Direkomendasikan)
18
18
 
19
- Install MCP server, plugin Roblox Studio, dan daftarkan ke aplikasi AI dalam satu langkah:
19
+ Install semuanya dengan satu perintah:
20
20
 
21
21
  **macOS / Linux**
22
22
 
@@ -32,8 +32,7 @@ irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1
32
32
 
33
33
  Restart Roblox Studio — selesai!
34
34
 
35
- Pendaftaran MCP otomatis saat ini mendukung **Claude Code, Claude Desktop, Cursor, Codex CLI, dan Gemini CLI**.
36
- **Codex App** dan **Antigravity** masih memerlukan pengaturan manual setelah skrip selesai.
35
+ Pendaftaran MCP otomatis mendukung **Claude Code, Claude Desktop, Cursor, Codex CLI/App, Gemini CLI, dan Antigravity**.
37
36
 
38
37
  Jika eksekusi PowerShell diblokir di Windows, lanjutkan dengan instalasi manual di bawah. Jika kamu memakai paket ZIP, kamu juga bisa menjalankan `setup-plugin.bat` dan `setup-mcp.bat`.
39
38
 
@@ -41,7 +40,7 @@ Jika eksekusi PowerShell diblokir di Windows, lanjutkan dengan instalasi manual
41
40
 
42
41
  ## Instalasi Manual
43
42
 
44
- Ini adalah metode alternatif jika instalasi satu perintah tidak berjalan, atau jika instalasi otomatis tidak bisa dipakai di lingkunganmu.
43
+ Jika instalasi satu perintah tidak berjalan, atau jika instalasi otomatis tidak bisa dipakai di lingkunganmu, gunakan instalasi manual di bawah sebagai alternatif.
45
44
 
46
45
  ### Langkah 1: Install Plugin Roblox Studio
47
46