@weppy/roblox-mcp 2.2.2 → 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.
- package/.claude-plugin/marketplace.json +2 -2
- package/CHANGELOG.md +17 -0
- package/README.md +3 -5
- package/docs/en/installation/README.md +2 -2
- package/docs/es/README.md +1 -3
- package/docs/es/installation/README.md +2 -2
- package/docs/id/README.md +0 -2
- package/docs/id/installation/README.md +2 -2
- package/docs/installer/assets/index-B4Gp7BPj.js +63 -0
- package/docs/installer/assets/index-B7mvmOPt.css +1 -0
- package/docs/installer/index.html +14 -0
- package/docs/installer/manifest.webmanifest +15 -0
- package/docs/installer/sw.js +7 -0
- package/docs/installer/wrox-icon.png +0 -0
- package/docs/ja/README.md +0 -2
- package/docs/ja/installation/README.md +1 -1
- package/docs/ko/README.md +3 -5
- package/docs/ko/installation/README.md +2 -2
- package/docs/pt-br/README.md +1 -3
- package/docs/pt-br/installation/README.md +2 -2
- package/install.ps1 +434 -4
- package/install.sh +439 -4
- package/llms-full.txt +14 -2
- package/llms.txt +9 -3
- package/package.json +1 -1
- package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ChangelogDetailPage-D7eMrarv.js → ChangelogDetailPage-CGK59Jsx.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ChangelogPage-DFCCRyyK.js → ChangelogPage-oNm6ratx.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ConfirmModal-BmRJ2JXZ.js → ConfirmModal-Dtak3Vnq.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ConnectionPage-CiaCY026.js → ConnectionPage-CjLtImxr.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{InfoLabel-CCDWZLC9.js → InfoLabel-CLvjiyTG.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{OverviewPage-BHpt3LI2.js → OverviewPage-BdF0Ve7h.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{PlaytestPage-CNwwI5Ro.js → PlaytestPage-cQMWlAOS.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{PropertyDiff-DIplDn-J.js → PropertyDiff-BnOZxkTS.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{SettingsPage-CPqQYZPN.js → SettingsPage-C-QX0AY-.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{StatusBadge-C8VKAPpk.js → StatusBadge-A9U9m2LQ.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{SyncPage-DTSKbpio.js → SyncPage-BAS0cXRM.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{TierComparison-7ofkPwj3.js → TierComparison-BA_L4c9p.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{TierPromoProgress-SnRUjAPh.js → TierPromoProgress-Dq6ofjr2.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ToolsPage-CrdNh3D9.js → ToolsPage-C_tMIyix.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{index-DGGmfli1.js → index-OH9mpHwW.js} +2 -2
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{useLiveUptime-BnXeLpOw.js → useLiveUptime-Df1ECedb.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/index.html +1 -1
- package/plugins/weppy-roblox-mcp/dist/index.js +63 -65
- 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.
|
|
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.
|
|
16
|
+
"version": "2.3.0",
|
|
17
17
|
"author": {
|
|
18
18
|
"name": "hope1026"
|
|
19
19
|
},
|
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
|
|
6
6
|
|
|
7
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
|
+
|
|
8
25
|
## [2.2.2] - 2026-04-03
|
|
9
26
|
|
|
10
27
|
### 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,15 +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
|
|
33
|
+
Then reopen your AI app and restart Roblox Studio.
|
|
36
34
|
|
|
37
35
|
Automatic MCP registration supports **Claude Code, Claude Desktop, Cursor, Codex CLI/App, Gemini CLI, and Antigravity**.
|
|
38
36
|
|
|
39
|
-
If PowerShell execution is blocked on Windows, use the
|
|
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.
|
|
40
38
|
|
|
41
39
|
### Manual Install
|
|
42
40
|
|
|
43
|
-
If the one-line install does not work, or automatic installation is not available in your environment, use the
|
|
41
|
+
If the one-line install does not work, or automatic installation is not available in your environment, use the installation guide below.
|
|
44
42
|
|
|
45
43
|
**Step 1** — Install the Roblox Studio plugin (bridge between Studio and AI):
|
|
46
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
|
-
|
|
19
|
+
Install everything in one command:
|
|
20
20
|
|
|
21
21
|
**macOS / Linux**
|
|
22
22
|
|
|
@@ -30,7 +30,7 @@ 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
|
|
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
|
|
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
|
|
@@ -40,7 +38,7 @@ Si la ejecución de PowerShell está bloqueada en Windows, continúa con la inst
|
|
|
40
38
|
|
|
41
39
|
### Instalacion manual
|
|
42
40
|
|
|
43
|
-
Si la
|
|
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.
|
|
44
42
|
|
|
45
43
|
**Paso 1** — Instala el plugin de Roblox Studio (puente entre Studio e IA):
|
|
46
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
|
|
15
|
+
Instala todo con un solo comando:
|
|
16
16
|
|
|
17
17
|
**macOS / Linux**
|
|
18
18
|
|
|
@@ -36,7 +36,7 @@ Si la ejecución de PowerShell está bloqueada en Windows, continúa con la inst
|
|
|
36
36
|
|
|
37
37
|
## Instalación manual
|
|
38
38
|
|
|
39
|
-
|
|
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.
|
|
40
40
|
|
|
41
41
|
### Paso 1: Instalar el Plugin de Roblox Studio
|
|
42
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
|
|
@@ -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
|
|
19
|
+
Install semuanya dengan satu perintah:
|
|
20
20
|
|
|
21
21
|
**macOS / Linux**
|
|
22
22
|
|
|
@@ -40,7 +40,7 @@ Jika eksekusi PowerShell diblokir di Windows, lanjutkan dengan instalasi manual
|
|
|
40
40
|
|
|
41
41
|
## Instalasi Manual
|
|
42
42
|
|
|
43
|
-
|
|
43
|
+
Jika instalasi satu perintah tidak berjalan, atau jika instalasi otomatis tidak bisa dipakai di lingkunganmu, gunakan instalasi manual di bawah sebagai alternatif.
|
|
44
44
|
|
|
45
45
|
### Langkah 1: Install Plugin Roblox Studio
|
|
46
46
|
|