@weppy/roblox-mcp 1.5.0 → 1.5.2
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 +38 -0
- package/docs/en/pro-upgrade.md +1 -0
- package/docs/es/pro-upgrade.md +1 -0
- package/docs/id/pro-upgrade.md +1 -0
- package/docs/ja/pro-upgrade.md +1 -0
- package/docs/ko/pro-upgrade.md +1 -0
- package/docs/pt-br/pro-upgrade.md +1 -0
- package/package.json +1 -1
- package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
- package/plugins/weppy-roblox-mcp/dist/index.js +43 -43
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
8
|
"description": "Roblox MCP server and tools for AI-powered game development",
|
|
9
|
-
"version": "1.5.
|
|
9
|
+
"version": "1.5.2"
|
|
10
10
|
},
|
|
11
11
|
"plugins": [
|
|
12
12
|
{
|
|
13
13
|
"name": "weppy-roblox-mcp",
|
|
14
14
|
"source": "./plugins/weppy-roblox-mcp",
|
|
15
15
|
"description": "MCP server for Roblox Studio integration - AI-powered game development with specialized agents and skills",
|
|
16
|
-
"version": "1.5.
|
|
16
|
+
"version": "1.5.2",
|
|
17
17
|
"author": {
|
|
18
18
|
"name": "hope1026"
|
|
19
19
|
},
|
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,44 @@ All notable changes to this project will be documented in this file.
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.5.2] - 2026-03-14
|
|
15
|
+
|
|
16
|
+
### Improved
|
|
17
|
+
|
|
18
|
+
- Improved tool invocation reliability and parameter handling
|
|
19
|
+
- Enhanced file name sanitization for Windows reserved names, trailing dots/spaces, and control characters
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- Fixed Explorer view not displaying instances correctly in certain sync scenarios
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## [1.5.1] - 2026-03-14
|
|
27
|
+
|
|
28
|
+
### Improved
|
|
29
|
+
|
|
30
|
+
- Overall stability improvements and internal configuration optimization
|
|
31
|
+
- Restore tier comparison UI overlay
|
|
32
|
+
- Refine telemetry parameters
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
## [1.5.0] - 2026-03-13
|
|
36
|
+
|
|
37
|
+
### Features
|
|
38
|
+
|
|
39
|
+
- Play Test support — run, stop, pause, resume play tests and monitor output directly from AI agents
|
|
40
|
+
- Log streaming with incremental cursor-based retrieval (`sinceSeq`)
|
|
41
|
+
|
|
42
|
+
### Improved
|
|
43
|
+
|
|
44
|
+
- MCP server stability improvements and license refresh logic refinement
|
|
45
|
+
- Plugin connection handling simplified — removed redundant connect-refresh cycle
|
|
46
|
+
- Enhanced command routing and error handling
|
|
47
|
+
|
|
48
|
+
|
|
11
49
|
## [1.4.2] - 2026-03-11
|
|
12
50
|
|
|
13
51
|
### Improved
|
package/docs/en/pro-upgrade.md
CHANGED
|
@@ -53,5 +53,6 @@ Terrain generation, asset search, spatial analysis, animation, audio, and produc
|
|
|
53
53
|
| Resync / Rebuild state | ❌ | ✅ |
|
|
54
54
|
| Change History | ❌ | ✅ |
|
|
55
55
|
| Multi-place Sync | ❌ | ✅ Up to 3 places, each with isolated storage |
|
|
56
|
+
| Playtest Control (Play/Stop/Pause/Resume) | ❌ | ✅ |
|
|
56
57
|
| Advanced tool coverage | Core set | Broader advanced set |
|
|
57
58
|
| AI token efficiency | Standard | Better with bulk / high-leverage actions |
|
package/docs/es/pro-upgrade.md
CHANGED
|
@@ -53,5 +53,6 @@ Generación de terreno, búsqueda de assets, análisis espacial, animación, aud
|
|
|
53
53
|
| Resync / Reconstruir estado | ❌ | ✅ |
|
|
54
54
|
| Historial de cambios | ❌ | ✅ |
|
|
55
55
|
| Sync multi-place | ❌ | ✅ Hasta 3 places con almacenamiento aislado |
|
|
56
|
+
| Control de Playtest (Reproducir/Detener/Pausar/Reanudar) | ❌ | ✅ |
|
|
56
57
|
| Cobertura avanzada de tools | Conjunto base | Conjunto avanzado más amplio |
|
|
57
58
|
| Eficiencia de tokens IA | Estándar | Mejor con acciones masivas / de alto impacto |
|
package/docs/id/pro-upgrade.md
CHANGED
|
@@ -53,5 +53,6 @@ Pembuatan terrain, pencarian aset, analisis spasial, animasi, audio, dan otomasi
|
|
|
53
53
|
| Resync / Bangun ulang state | ❌ | ✅ |
|
|
54
54
|
| Riwayat Perubahan | ❌ | ✅ |
|
|
55
55
|
| Sync multi-place | ❌ | ✅ Hingga 3 place dengan penyimpanan terisolasi |
|
|
56
|
+
| Kontrol Playtest (Putar/Hentikan/Jeda/Lanjutkan) | ❌ | ✅ |
|
|
56
57
|
| Cakupan tools lanjutan | Set dasar | Set lanjutan lebih luas |
|
|
57
58
|
| Efisiensi token AI | Standar | Lebih efisien dengan aksi massal / berdampak tinggi |
|
package/docs/ja/pro-upgrade.md
CHANGED
package/docs/ko/pro-upgrade.md
CHANGED
|
@@ -53,5 +53,6 @@ Geração de terrain, busca de assets, análise espacial, animação, áudio e a
|
|
|
53
53
|
| Resync / Reconstruir estado | ❌ | ✅ |
|
|
54
54
|
| Histórico de mudanças | ❌ | ✅ |
|
|
55
55
|
| Sync multi-place | ❌ | ✅ Até 3 places com armazenamento isolado |
|
|
56
|
+
| Controle de Playtest (Reproduzir/Parar/Pausar/Retomar) | ❌ | ✅ |
|
|
56
57
|
| Cobertura avançada de tools | Conjunto base | Conjunto avançado mais amplo |
|
|
57
58
|
| Eficiência de tokens IA | Padrão | Melhor com ações em massa / de alto impacto |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weppy/roblox-mcp",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"description": "MCP (Model Context Protocol) server for Roblox Studio integration - enables AI coding agents to interact with Roblox Studio in real-time",
|
|
5
5
|
"main": "plugins/weppy-roblox-mcp/dist/index.js",
|
|
6
6
|
"type": "module",
|