@weppy/roblox-mcp 2.0.5 → 2.0.7
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 +15 -0
- package/README.md +2 -0
- package/docs/en/installation/README.md +5 -0
- package/docs/en/installation/roblox-explorer.md +15 -25
- package/docs/en/sync/overview.md +3 -2
- package/docs/es/README.md +2 -0
- package/docs/es/installation/README.md +5 -0
- package/docs/es/installation/roblox-explorer.md +58 -0
- package/docs/es/sync/overview.md +3 -2
- package/docs/id/README.md +2 -0
- package/docs/id/installation/README.md +5 -0
- package/docs/id/installation/roblox-explorer.md +58 -0
- package/docs/id/sync/overview.md +3 -2
- package/docs/ja/README.md +2 -0
- package/docs/ja/installation/README.md +5 -0
- package/docs/ja/installation/roblox-explorer.md +58 -0
- package/docs/ja/sync/overview.md +3 -2
- package/docs/ko/README.md +2 -0
- package/docs/ko/installation/README.md +5 -0
- package/docs/ko/installation/roblox-explorer.md +15 -25
- package/docs/ko/sync/overview.md +3 -2
- package/docs/pt-br/README.md +2 -0
- package/docs/pt-br/installation/README.md +5 -0
- package/docs/pt-br/installation/roblox-explorer.md +58 -0
- package/docs/pt-br/sync/overview.md +3 -2
- package/llms-full.txt +1 -4
- package/llms.txt +2 -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 +56 -56
- 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.0.
|
|
9
|
+
"version": "2.0.7"
|
|
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.0.
|
|
16
|
+
"version": "2.0.7",
|
|
17
17
|
"author": {
|
|
18
18
|
"name": "hope1026"
|
|
19
19
|
},
|
package/CHANGELOG.md
CHANGED
|
@@ -19,6 +19,21 @@ All notable changes to this project will be documented in this file.
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
+
## [2.0.7] - 2026-03-25
|
|
23
|
+
|
|
24
|
+
### What's New
|
|
25
|
+
|
|
26
|
+
- Published Weppy Roblox Explorer to VS Code Marketplace and Open VSX Registry. Install directly from your editor's extension marketplace.
|
|
27
|
+
- Updated installation guide to reflect new marketplace links for Roblox Explorer.
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [2.0.6] - 2026-03-25
|
|
31
|
+
|
|
32
|
+
### Improved
|
|
33
|
+
|
|
34
|
+
- Enhanced overall stability and reliability
|
|
35
|
+
|
|
36
|
+
|
|
22
37
|
## [2.0.5] - 2026-03-24
|
|
23
38
|
|
|
24
39
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -114,6 +114,8 @@ The MCP server provides a web dashboard where you can check connection status, t
|
|
|
114
114
|
### 5) Roblox Explorer: Browse Studio hierarchy in VSCode
|
|
115
115
|
|
|
116
116
|
View the full instance tree of your Roblox Studio place directly inside VSCode. Navigate services, open synced scripts and property files, and track sync status — all without switching to Studio.
|
|
117
|
+
Roblox Explorer is a companion VSCode extension for sync data generated by Weppy Roblox MCP. Tree browsing works from synced files, and live sync state or direction indicators are enhanced when the local MCP server is running.
|
|
118
|
+
Install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer) or [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer).
|
|
117
119
|
|
|
118
120
|

|
|
119
121
|
|
|
@@ -72,9 +72,14 @@ Register the MCP server with your AI app. You can use it with any AI app that su
|
|
|
72
72
|
## Optional: Install Roblox Explorer (VSCode Extension)
|
|
73
73
|
|
|
74
74
|
Browse synced instance trees inside VSCode with Roblox class icons.
|
|
75
|
+
This optional extension requires the Roblox MCP setup above, because it reads `roblox-project-sync` data generated by Sync.
|
|
75
76
|
|
|
76
77
|
👉 [Roblox Explorer Installation Guide](roblox-explorer.md)
|
|
77
78
|
|
|
79
|
+
Direct listings:
|
|
80
|
+
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer)
|
|
81
|
+
- [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer)
|
|
82
|
+
|
|
78
83
|
---
|
|
79
84
|
|
|
80
85
|
## After Installation
|
|
@@ -1,32 +1,26 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Weppy Roblox Explorer (VSCode Extension)
|
|
2
2
|
|
|
3
3
|
Roblox Studio Explorer-like tree view for VSCode. Browse synced instance trees, open scripts directly, and track sync status — all inside your editor.
|
|
4
|
+
This is a companion extension for Weppy Roblox MCP, not a standalone Roblox integration.
|
|
4
5
|
|
|
5
|
-

|
|
6
7
|
|
|
7
8
|
## Requirements
|
|
8
9
|
|
|
9
10
|
- VSCode 1.85+
|
|
10
|
-
- [Roblox MCP](../../../README.md) Sync enabled (Basic or Pro)
|
|
11
|
+
- [Roblox MCP](../../../README.md) installed with Sync enabled (Basic or Pro)
|
|
12
|
+
- `roblox-project-sync/place_*/.sync-meta.json` already generated by Sync
|
|
11
13
|
|
|
12
14
|
## Installation
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
Search for **Weppy Roblox Explorer** in the VSCode Extensions sidebar (`Ctrl+Shift+X` / `Cmd+Shift+X`) and click **Install**.
|
|
15
17
|
|
|
16
|
-
|
|
18
|
+
Or install directly from:
|
|
17
19
|
|
|
18
|
-
|
|
20
|
+
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer)
|
|
21
|
+
- [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer)
|
|
19
22
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
1. Open VSCode
|
|
23
|
-
2. Open the Extensions sidebar (`Ctrl+Shift+X` / `Cmd+Shift+X`)
|
|
24
|
-
3. Click the `...` menu at the top → **Install from VSIX...**
|
|
25
|
-
|
|
26
|
-

|
|
27
|
-
|
|
28
|
-
4. Extract the ZIP package and select the included `.vsix` file
|
|
29
|
-
5. Reload VSCode when prompted
|
|
23
|
+
Core tree browsing works from synced files on disk. Live sync state, direction indicators, and Explorer telemetry forwarding are available when the local MCP server is reachable.
|
|
30
24
|
|
|
31
25
|
## Features
|
|
32
26
|
|
|
@@ -52,15 +46,11 @@ Go to the [Releases](https://github.com/hope1026/weppy-roblox-mcp/releases) page
|
|
|
52
46
|
|
|
53
47
|
| Command | Description |
|
|
54
48
|
|---------|-------------|
|
|
55
|
-
| `
|
|
56
|
-
| `
|
|
57
|
-
| `
|
|
58
|
-
| `
|
|
59
|
-
| `
|
|
60
|
-
|
|
61
|
-
## Updating
|
|
62
|
-
|
|
63
|
-
Download the latest `weppy-roblox-explorer-v*.zip` from [Releases](https://github.com/hope1026/weppy-roblox-mcp/releases), extract the `.vsix`, and repeat the installation steps. VSCode will replace the existing version.
|
|
49
|
+
| `Weppy Roblox Explorer: Refresh` | Manually refresh the instance tree |
|
|
50
|
+
| `Weppy Roblox Explorer: Search Instances` | Search instances across all services |
|
|
51
|
+
| `Weppy Roblox Explorer: Open Backing File` | Open the file backing a selected instance |
|
|
52
|
+
| `Weppy Roblox Explorer: Copy Instance Path` | Copy the full instance path (e.g. `game.Workspace.Part`) |
|
|
53
|
+
| `Weppy Roblox Explorer: Reveal in Explorer` | Show the backing file in the default VSCode explorer |
|
|
64
54
|
|
|
65
55
|
## Related
|
|
66
56
|
|
package/docs/en/sync/overview.md
CHANGED
|
@@ -22,9 +22,10 @@ Default local path is `roblox-project-sync/place_{placeId}/explorer`.
|
|
|
22
22
|
|
|
23
23
|
### Browse sync data in VSCode
|
|
24
24
|
|
|
25
|
-
Install the [
|
|
25
|
+
Install the [Weppy Roblox Explorer](../installation/roblox-explorer.md) extension to browse the synced instance tree in VSCode, just like in Roblox Studio.
|
|
26
|
+
Explorer reads the sync files generated here, and it can show additional live sync state or direction details when the local MCP server is running.
|
|
26
27
|
|
|
27
|
-

|
|
28
29
|
|
|
29
30
|
- Service/instance tree with Roblox class icons
|
|
30
31
|
- Click a script to open it for editing
|
package/docs/es/README.md
CHANGED
|
@@ -105,6 +105,8 @@ El Dashboard web proporcionado por el servidor MCP permite consultar en tiempo r
|
|
|
105
105
|
### 5) Roblox Explorer: explora la jerarquia de Studio en VSCode
|
|
106
106
|
|
|
107
107
|
Visualiza el arbol completo de instancias de tu lugar en Roblox Studio directamente dentro de VSCode. Navega los servicios, abre scripts y archivos de propiedades sincronizados, y rastrea el estado de sincronizacion — todo sin cambiar a Studio.
|
|
108
|
+
Roblox Explorer es una extension complementaria de VSCode para los datos de sync generados por Weppy Roblox MCP. El arbol base funciona con los archivos sincronizados en disco, y los indicadores en vivo de estado sync o direction se enriquecen cuando el servidor MCP local esta en ejecucion.
|
|
109
|
+
Instálalo desde [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer) o [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer).
|
|
108
110
|
|
|
109
111
|

|
|
110
112
|
|
|
@@ -67,9 +67,14 @@ Configura el servidor MCP en tu app de IA para que pueda comunicarse con Roblox
|
|
|
67
67
|
## Opcional: Instalar Roblox Explorer (Extensión VSCode)
|
|
68
68
|
|
|
69
69
|
Explora los árboles de instancias sincronizados dentro de VSCode con iconos de clases Roblox.
|
|
70
|
+
Esta extensión opcional requiere completar antes la instalación de Roblox MCP, porque Explorer lee los datos `roblox-project-sync` generados por Sync.
|
|
70
71
|
|
|
71
72
|
👉 [Guía de instalación de Roblox Explorer](roblox-explorer.md)
|
|
72
73
|
|
|
74
|
+
Instalación directa:
|
|
75
|
+
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer)
|
|
76
|
+
- [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer)
|
|
77
|
+
|
|
73
78
|
---
|
|
74
79
|
|
|
75
80
|
## Después de la Instalación
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# Weppy Roblox Explorer (Extensión VSCode)
|
|
2
|
+
|
|
3
|
+
Vista de árbol de instancias similar al Explorer de Roblox Studio, dentro de VSCode. Navega instancias sincronizadas, abre scripts directamente y consulta el estado de sincronización sin salir del editor.
|
|
4
|
+
Esta es una extensión complementaria para Weppy Roblox MCP, no una integración de Roblox independiente.
|
|
5
|
+
|
|
6
|
+

|
|
7
|
+
|
|
8
|
+
## Requisitos
|
|
9
|
+
|
|
10
|
+
- VSCode 1.85+
|
|
11
|
+
- [Roblox MCP](../../../README.md) instalado con Sync habilitado (Basic o Pro)
|
|
12
|
+
- `roblox-project-sync/place_*/.sync-meta.json` ya generado por Sync
|
|
13
|
+
|
|
14
|
+
## Instalación
|
|
15
|
+
|
|
16
|
+
Busca **Weppy Roblox Explorer** en la barra lateral de Extensiones de VSCode (`Ctrl+Shift+X` / `Cmd+Shift+X`) y haz clic en **Install**.
|
|
17
|
+
|
|
18
|
+
O instala directamente desde estos marketplaces:
|
|
19
|
+
|
|
20
|
+
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer)
|
|
21
|
+
- [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer)
|
|
22
|
+
|
|
23
|
+
La navegación básica del árbol funciona con los archivos sincronizados en disco. El estado sync en vivo, los indicadores de direction y el reenvío de telemetría del Explorer están disponibles cuando el servidor MCP local es accesible.
|
|
24
|
+
|
|
25
|
+
## Características
|
|
26
|
+
|
|
27
|
+
- **Árbol de instancias**: Jerarquía de servicios/instancias idéntica a Roblox Studio
|
|
28
|
+
- **Iconos de clases Roblox**: Más de 200 iconos con soporte de tema oscuro/claro
|
|
29
|
+
- **Multi-Place**: Raíces de árbol separadas por cada Place sincronizado
|
|
30
|
+
- **Abrir al hacer clic**: Abre archivos de respaldo (`.server.luau`, `.client.luau`, `.module.luau`, `.props.json`)
|
|
31
|
+
- **Búsqueda de instancias**: Búsqueda QuickPick en todos los servicios
|
|
32
|
+
- **Insignias de estado Sync**: Visualiza los estados `modified`, `studio`, `conflict` de un vistazo
|
|
33
|
+
- **Actualización automática**: El árbol se actualiza automáticamente cuando cambian los archivos Sync (debounce 500ms)
|
|
34
|
+
- **Copiar ruta de instancia**: Clic derecho para copiar rutas tipo `game.Workspace.Part`
|
|
35
|
+
|
|
36
|
+
## Configuración
|
|
37
|
+
|
|
38
|
+
| Configuración | Valor por defecto | Descripción |
|
|
39
|
+
|---------------|-------------------|-------------|
|
|
40
|
+
| `robloxExplorer.syncRoot` | `""` | Ruta absoluta a la raíz de `roblox-project-sync`. Se detecta automáticamente si está vacío. |
|
|
41
|
+
| `robloxExplorer.hidePropsFiles` | `false` | Oculta los archivos de Sync (`.props.json`, `_tree.json`, `.value.json`) en el explorador predeterminado de VSCode. |
|
|
42
|
+
| `robloxExplorer.autoRefresh` | `true` | Actualiza automáticamente el árbol cuando cambian los archivos Sync. |
|
|
43
|
+
| `robloxExplorer.showSyncStatus` | `true` | Muestra decoraciones de estado Sync en los elementos del árbol. |
|
|
44
|
+
|
|
45
|
+
## Comandos
|
|
46
|
+
|
|
47
|
+
| Comando | Descripción |
|
|
48
|
+
|---------|-------------|
|
|
49
|
+
| `Weppy Roblox Explorer: Refresh` | Actualizar manualmente el árbol de instancias |
|
|
50
|
+
| `Weppy Roblox Explorer: Search Instances` | Buscar instancias en todos los servicios |
|
|
51
|
+
| `Weppy Roblox Explorer: Open Backing File` | Abrir el archivo de respaldo de una instancia seleccionada |
|
|
52
|
+
| `Weppy Roblox Explorer: Copy Instance Path` | Copiar la ruta completa de la instancia (ej. `game.Workspace.Part`) |
|
|
53
|
+
| `Weppy Roblox Explorer: Reveal in Explorer` | Mostrar el archivo en el explorador predeterminado de VSCode |
|
|
54
|
+
|
|
55
|
+
## Relacionado
|
|
56
|
+
|
|
57
|
+
- [Guía detallada de Sync](../sync/overview.md)
|
|
58
|
+
- [Guía de instalación](README.md)
|
package/docs/es/sync/overview.md
CHANGED
|
@@ -22,9 +22,10 @@ La ruta local por defecto es `roblox-project-sync/place_{placeId}/explorer`.
|
|
|
22
22
|
|
|
23
23
|
### Explorar datos sincronizados en VSCode
|
|
24
24
|
|
|
25
|
-
Instala la extension [
|
|
25
|
+
Instala la extension [Weppy Roblox Explorer](../installation/roblox-explorer.md) para explorar el arbol de instancias sincronizado en VSCode, igual que en Roblox Studio.
|
|
26
|
+
Explorer lee los archivos sync generados aqui, y puede mostrar ademas estado sync en vivo e informacion de direction cuando el servidor MCP local esta en ejecucion.
|
|
26
27
|
|
|
27
|
-

|
|
28
29
|
|
|
29
30
|
- Arbol de servicios/instancias con iconos de clases Roblox
|
|
30
31
|
- Haz clic en un script para abrirlo y editarlo
|
package/docs/id/README.md
CHANGED
|
@@ -105,6 +105,8 @@ Dashboard berbasis web yang disediakan server MCP memungkinkan Anda melihat stat
|
|
|
105
105
|
### 5) Roblox Explorer: jelajahi hierarki Studio di VSCode
|
|
106
106
|
|
|
107
107
|
Lihat seluruh pohon instance dari place Roblox Studio langsung di dalam VSCode. Navigasi service, buka script dan file properti yang tersinkron, dan pantau status sinkronisasi — semua tanpa beralih ke Studio.
|
|
108
|
+
Roblox Explorer adalah ekstensi pendamping VSCode untuk data sync yang dihasilkan oleh Weppy Roblox MCP. Penjelajahan tree dasar bekerja dari file yang sudah tersinkron di disk, dan indikator live untuk status sync atau direction menjadi lebih lengkap saat server MCP lokal sedang berjalan.
|
|
109
|
+
Instal dari [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer) atau [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer).
|
|
108
110
|
|
|
109
111
|

|
|
110
112
|
|
|
@@ -72,9 +72,14 @@ Daftarkan MCP server ke aplikasi AI yang kamu pakai. Bisa digunakan di semua apl
|
|
|
72
72
|
## Opsional: Install Roblox Explorer (Ekstensi VSCode)
|
|
73
73
|
|
|
74
74
|
Jelajahi tree instance yang sudah disinkronkan di dalam VSCode dengan ikon kelas Roblox.
|
|
75
|
+
Ekstensi opsional ini mengharuskan setup Roblox MCP di atas sudah selesai lebih dulu, karena Explorer membaca data `roblox-project-sync` yang dihasilkan oleh Sync.
|
|
75
76
|
|
|
76
77
|
👉 [Panduan Instalasi Roblox Explorer](roblox-explorer.md)
|
|
77
78
|
|
|
79
|
+
Instal langsung:
|
|
80
|
+
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer)
|
|
81
|
+
- [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer)
|
|
82
|
+
|
|
78
83
|
---
|
|
79
84
|
|
|
80
85
|
## Setelah Instalasi Selesai
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# Weppy Roblox Explorer (Ekstensi VSCode)
|
|
2
|
+
|
|
3
|
+
Tampilan pohon instansi seperti Explorer Roblox Studio, langsung di VSCode. Jelajahi instansi yang tersinkronisasi, buka skrip langsung, dan pantau status sinkronisasi tanpa meninggalkan editor.
|
|
4
|
+
Ini adalah ekstensi pendamping untuk Weppy Roblox MCP, bukan integrasi Roblox yang berdiri sendiri.
|
|
5
|
+
|
|
6
|
+

|
|
7
|
+
|
|
8
|
+
## Persyaratan
|
|
9
|
+
|
|
10
|
+
- VSCode 1.85+
|
|
11
|
+
- [Roblox MCP](../../../README.md) sudah terpasang dengan Sync aktif (Basic atau Pro)
|
|
12
|
+
- `roblox-project-sync/place_*/.sync-meta.json` sudah dihasilkan oleh Sync
|
|
13
|
+
|
|
14
|
+
## Cara Instalasi
|
|
15
|
+
|
|
16
|
+
Cari **Weppy Roblox Explorer** di sidebar Ekstensi VSCode (`Ctrl+Shift+X` / `Cmd+Shift+X`) dan klik **Install**.
|
|
17
|
+
|
|
18
|
+
Atau instal langsung dari marketplace berikut:
|
|
19
|
+
|
|
20
|
+
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer)
|
|
21
|
+
- [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer)
|
|
22
|
+
|
|
23
|
+
Penjelajahan tree dasar bekerja dari file sync di disk. Status sync live, indikator direction, dan pengiriman telemetri Explorer tersedia saat server MCP lokal dapat dijangkau.
|
|
24
|
+
|
|
25
|
+
## Fitur
|
|
26
|
+
|
|
27
|
+
- **Pohon instansi**: Hierarki layanan/instansi yang identik dengan Roblox Studio
|
|
28
|
+
- **Ikon kelas Roblox**: Lebih dari 200 ikon dengan dukungan tema gelap/terang
|
|
29
|
+
- **Multi-Place**: Akar pohon terpisah per Place yang tersinkronisasi
|
|
30
|
+
- **Buka dengan klik**: Buka file pendukung (`.server.luau`, `.client.luau`, `.module.luau`, `.props.json`)
|
|
31
|
+
- **Pencarian instansi**: Pencarian QuickPick di semua layanan
|
|
32
|
+
- **Badge status Sync**: Lihat status `modified`, `studio`, `conflict` sekilas
|
|
33
|
+
- **Pembaruan otomatis**: Pohon diperbarui otomatis saat file Sync berubah (debounce 500ms)
|
|
34
|
+
- **Salin jalur instansi**: Klik kanan untuk menyalin jalur format `game.Workspace.Part`
|
|
35
|
+
|
|
36
|
+
## Pengaturan
|
|
37
|
+
|
|
38
|
+
| Pengaturan | Default | Deskripsi |
|
|
39
|
+
|------------|---------|-----------|
|
|
40
|
+
| `robloxExplorer.syncRoot` | `""` | Jalur absolut ke root `roblox-project-sync`. Terdeteksi otomatis jika kosong. |
|
|
41
|
+
| `robloxExplorer.hidePropsFiles` | `false` | Sembunyikan file Sync (`.props.json`, `_tree.json`, `.value.json`) di explorer VSCode default. |
|
|
42
|
+
| `robloxExplorer.autoRefresh` | `true` | Perbarui pohon otomatis saat file Sync berubah. |
|
|
43
|
+
| `robloxExplorer.showSyncStatus` | `true` | Tampilkan dekorasi status Sync pada item pohon. |
|
|
44
|
+
|
|
45
|
+
## Perintah
|
|
46
|
+
|
|
47
|
+
| Perintah | Deskripsi |
|
|
48
|
+
|----------|-----------|
|
|
49
|
+
| `Weppy Roblox Explorer: Refresh` | Perbarui pohon instansi secara manual |
|
|
50
|
+
| `Weppy Roblox Explorer: Search Instances` | Cari instansi di semua layanan |
|
|
51
|
+
| `Weppy Roblox Explorer: Open Backing File` | Buka file pendukung instansi yang dipilih |
|
|
52
|
+
| `Weppy Roblox Explorer: Copy Instance Path` | Salin jalur instansi lengkap (contoh: `game.Workspace.Part`) |
|
|
53
|
+
| `Weppy Roblox Explorer: Reveal in Explorer` | Tampilkan file di explorer VSCode default |
|
|
54
|
+
|
|
55
|
+
## Terkait
|
|
56
|
+
|
|
57
|
+
- [Panduan Detail Sync](../sync/overview.md)
|
|
58
|
+
- [Panduan Instalasi](README.md)
|
package/docs/id/sync/overview.md
CHANGED
|
@@ -22,9 +22,10 @@ Path lokal default adalah `roblox-project-sync/place_{placeId}/explorer`.
|
|
|
22
22
|
|
|
23
23
|
### Jelajahi data sync di VSCode
|
|
24
24
|
|
|
25
|
-
Instal ekstensi [
|
|
25
|
+
Instal ekstensi [Weppy Roblox Explorer](../installation/roblox-explorer.md) untuk menjelajahi tree instance yang sudah tersinkron di VSCode, seperti di Roblox Studio.
|
|
26
|
+
Explorer membaca file sync yang dihasilkan di sini, dan juga bisa menampilkan status sync live serta informasi direction saat server MCP lokal sedang berjalan.
|
|
26
27
|
|
|
27
|
-

|
|
28
29
|
|
|
29
30
|
- Tree service/instance dengan ikon kelas Roblox
|
|
30
31
|
- Klik script untuk membukanya dan mengedit
|
package/docs/ja/README.md
CHANGED
|
@@ -105,6 +105,8 @@ MCPサーバーが提供するWebダッシュボードで、接続状態、ツ
|
|
|
105
105
|
### 5) Roblox Explorer: VSCodeでStudioの階層構造を閲覧
|
|
106
106
|
|
|
107
107
|
Roblox Studioのインスタンスツリー全体をVSCode内で直接確認できます。サービスを探索し、同期されたスクリプトやプロパティファイルを開き、同期状態を追跡 — Studioに切り替える必要はありません。
|
|
108
|
+
Roblox Explorerは、Weppy Roblox MCPが生成するsyncデータを扱うcompanion VSCode拡張です。基本のツリー閲覧は同期済みファイルだけで動作し、ローカルMCPサーバーが動作中ならlive sync状態やdirection表示がより正確に反映されます。
|
|
109
|
+
[VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer) または [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer) からインストールできます。
|
|
108
110
|
|
|
109
111
|

|
|
110
112
|
|
|
@@ -72,9 +72,14 @@ GitHubからプラグインファイルをダウンロードして、Roblox Stud
|
|
|
72
72
|
## オプション: Roblox Explorer (VSCode拡張) のインストール
|
|
73
73
|
|
|
74
74
|
同期されたインスタンスツリーをRobloxクラスアイコン付きでVSCode内で閲覧できます。
|
|
75
|
+
この拡張を使うには、先に上記のRoblox MCPセットアップを完了している必要があります。ExplorerはSyncが生成した`roblox-project-sync`データを読み取るためです。
|
|
75
76
|
|
|
76
77
|
👉 [Roblox Explorerインストールガイド](roblox-explorer.md)
|
|
77
78
|
|
|
79
|
+
直接インストール:
|
|
80
|
+
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer)
|
|
81
|
+
- [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer)
|
|
82
|
+
|
|
78
83
|
---
|
|
79
84
|
|
|
80
85
|
## インストール後
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# Weppy Roblox Explorer (VSCode拡張)
|
|
2
|
+
|
|
3
|
+
Roblox StudioのExplorerと同じインスタンスツリーをVSCodeで表示できる拡張機能です。同期済みインスタンスの探索、スクリプトの直接開封、Sync状態の確認をエディタ内で行えます。
|
|
4
|
+
この拡張はWeppy Roblox MCP用のcompanion拡張であり、単体のRoblox連携ツールではありません。
|
|
5
|
+
|
|
6
|
+

|
|
7
|
+
|
|
8
|
+
## 要件
|
|
9
|
+
|
|
10
|
+
- VSCode 1.85+
|
|
11
|
+
- [Roblox MCP](../../../README.md) をインストールし、Syncを有効化 (BasicまたはPro)
|
|
12
|
+
- Syncで生成された `roblox-project-sync/place_*/.sync-meta.json` が存在すること
|
|
13
|
+
|
|
14
|
+
## インストール方法
|
|
15
|
+
|
|
16
|
+
VSCode Extensionsサイドバー(`Ctrl+Shift+X` / `Cmd+Shift+X`)で **Weppy Roblox Explorer** を検索し、**Install** をクリックします。
|
|
17
|
+
|
|
18
|
+
または次のマーケットプレイスから直接インストールできます。
|
|
19
|
+
|
|
20
|
+
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer)
|
|
21
|
+
- [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer)
|
|
22
|
+
|
|
23
|
+
基本のツリー閲覧はディスク上のsyncファイルだけで動作します。ローカルMCPサーバーに接続できる場合は、live sync状態、direction表示、Explorerテレメトリ転送も利用できます。
|
|
24
|
+
|
|
25
|
+
## 機能
|
|
26
|
+
|
|
27
|
+
- **インスタンスツリー**: Roblox Studioと同一のサービス/インスタンス階層
|
|
28
|
+
- **Robloxクラスアイコン**: 200以上のクラスアイコン(ダーク/ライトテーマ対応)
|
|
29
|
+
- **マルチPlace**: 同期済みPlaceごとにツリールートを分離
|
|
30
|
+
- **クリックでファイルを開く**: `.server.luau`、`.client.luau`、`.module.luau`、`.props.json`などを直接開く
|
|
31
|
+
- **インスタンス検索**: 全サービスにわたるQuickPick検索
|
|
32
|
+
- **Sync状態バッジ**: `modified`、`studio`、`conflict`の状態を一目で確認
|
|
33
|
+
- **自動更新**: Syncファイルの変更時にツリーを自動更新(500msデバウンス)
|
|
34
|
+
- **インスタンスパスコピー**: 右クリックで`game.Workspace.Part`形式のパスをコピー
|
|
35
|
+
|
|
36
|
+
## 設定
|
|
37
|
+
|
|
38
|
+
| 設定 | デフォルト | 説明 |
|
|
39
|
+
|------|-----------|------|
|
|
40
|
+
| `robloxExplorer.syncRoot` | `""` | `roblox-project-sync`ルートの絶対パス。空の場合は自動検出。 |
|
|
41
|
+
| `robloxExplorer.hidePropsFiles` | `false` | デフォルトのVSCodeエクスプローラーでSyncファイル(`.props.json`、`_tree.json`、`.value.json`)を非表示にする。 |
|
|
42
|
+
| `robloxExplorer.autoRefresh` | `true` | Syncファイルの変更時にツリーを自動更新する。 |
|
|
43
|
+
| `robloxExplorer.showSyncStatus` | `true` | ツリー項目にSync状態のデコレーションを表示する。 |
|
|
44
|
+
|
|
45
|
+
## コマンド
|
|
46
|
+
|
|
47
|
+
| コマンド | 説明 |
|
|
48
|
+
|---------|------|
|
|
49
|
+
| `Weppy Roblox Explorer: Refresh` | インスタンスツリーを手動で更新 |
|
|
50
|
+
| `Weppy Roblox Explorer: Search Instances` | 全サービスでインスタンスを検索 |
|
|
51
|
+
| `Weppy Roblox Explorer: Open Backing File` | 選択したインスタンスのファイルを開く |
|
|
52
|
+
| `Weppy Roblox Explorer: Copy Instance Path` | 完全なインスタンスパスをコピー(例: `game.Workspace.Part`) |
|
|
53
|
+
| `Weppy Roblox Explorer: Reveal in Explorer` | デフォルトのVSCodeエクスプローラーでファイルを表示 |
|
|
54
|
+
|
|
55
|
+
## 関連ドキュメント
|
|
56
|
+
|
|
57
|
+
- [Sync詳細ガイド](../sync/overview.md)
|
|
58
|
+
- [インストールガイド](README.md)
|
package/docs/ja/sync/overview.md
CHANGED
|
@@ -22,9 +22,10 @@ Syncがない場合、AIはチャットに貼られた断片だけを見て判
|
|
|
22
22
|
|
|
23
23
|
### VSCodeで同期データを閲覧する
|
|
24
24
|
|
|
25
|
-
[
|
|
25
|
+
[Weppy Roblox Explorer](../installation/roblox-explorer.md) 拡張機能をインストールすると、Roblox Studioと同じようにVSCode上で同期済みインスタンスツリーを閲覧できます。
|
|
26
|
+
Explorerはここで生成されたsyncファイルを読み取り、ローカルMCPサーバーが動作中なら追加でlive sync状態とdirection情報も表示できます。
|
|
26
27
|
|
|
27
|
-

|
|
28
29
|
|
|
29
30
|
- Robloxクラスアイコン付きのサービス/インスタンスツリー
|
|
30
31
|
- スクリプトをクリックして編集用に開く
|
package/docs/ko/README.md
CHANGED
|
@@ -105,6 +105,8 @@ MCP 서버가 제공하는 웹 대시보드에서 연결 상태, 도구 실행
|
|
|
105
105
|
### 5) Roblox Explorer: VSCode에서 Studio 계층 구조 탐색
|
|
106
106
|
|
|
107
107
|
Roblox Studio의 전체 인스턴스 트리를 VSCode 안에서 바로 확인할 수 있습니다. 서비스를 탐색하고, 동기화된 스크립트와 속성 파일을 열고, 동기화 상태를 추적하세요 — Studio로 전환할 필요 없이.
|
|
108
|
+
Roblox Explorer는 Weppy Roblox MCP가 생성한 sync 데이터를 위한 companion VSCode 확장입니다. 기본 트리 탐색은 동기화된 파일만으로 동작하고, 로컬 MCP 서버가 실행 중이면 실시간 sync 상태와 direction 표시가 더 정확하게 반영됩니다.
|
|
109
|
+
설치는 [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer) 또는 [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer)에서 할 수 있습니다.
|
|
108
110
|
|
|
109
111
|

|
|
110
112
|
|
|
@@ -72,9 +72,14 @@ GitHub에서 플러그인 파일을 다운로드한 뒤, Roblox Studio의 Plugin
|
|
|
72
72
|
## 선택 사항: Roblox Explorer (VSCode 확장) 설치
|
|
73
73
|
|
|
74
74
|
동기화된 인스턴스 트리를 Roblox 클래스 아이콘과 함께 VSCode에서 탐색할 수 있습니다.
|
|
75
|
+
이 확장은 위의 Roblox MCP 설치를 먼저 완료해야 사용할 수 있습니다. Explorer가 Sync가 생성한 `roblox-project-sync` 데이터를 읽기 때문입니다.
|
|
75
76
|
|
|
76
77
|
👉 [Roblox Explorer 설치 가이드](roblox-explorer.md)
|
|
77
78
|
|
|
79
|
+
바로 설치:
|
|
80
|
+
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer)
|
|
81
|
+
- [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer)
|
|
82
|
+
|
|
78
83
|
---
|
|
79
84
|
|
|
80
85
|
## 설치 완료 후
|
|
@@ -1,32 +1,26 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Weppy Roblox Explorer (VSCode 확장)
|
|
2
2
|
|
|
3
3
|
Roblox Studio의 Explorer와 동일한 인스턴스 트리를 VSCode에서 볼 수 있는 확장입니다. 동기화된 인스턴스를 탐색하고, 스크립트를 바로 열고, Sync 상태를 에디터 안에서 확인할 수 있습니다.
|
|
4
|
+
이 확장은 Weppy Roblox MCP용 companion 확장이며, 단독 Roblox 연동 도구는 아닙니다.
|
|
4
5
|
|
|
5
|
-

|
|
6
7
|
|
|
7
8
|
## 요구 사항
|
|
8
9
|
|
|
9
10
|
- VSCode 1.85+
|
|
10
|
-
- [Roblox MCP](../../../README.md) Sync 활성화 (Basic 또는 Pro)
|
|
11
|
+
- [Roblox MCP](../../../README.md) 설치 및 Sync 활성화 (Basic 또는 Pro)
|
|
12
|
+
- Sync가 생성한 `roblox-project-sync/place_*/.sync-meta.json` 존재
|
|
11
13
|
|
|
12
14
|
## 설치 방법
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
VSCode Extensions 사이드바(`Ctrl+Shift+X` / `Cmd+Shift+X`)에서 **Weppy Roblox Explorer**를 검색하고 **Install**을 클릭합니다.
|
|
15
17
|
|
|
16
|
-
|
|
18
|
+
또는 아래 마켓플레이스에서 바로 설치할 수 있습니다.
|
|
17
19
|
|
|
18
|
-
|
|
20
|
+
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer)
|
|
21
|
+
- [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer)
|
|
19
22
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
1. VSCode를 엽니다
|
|
23
|
-
2. Extensions 사이드바를 엽니다 (`Ctrl+Shift+X` / `Cmd+Shift+X`)
|
|
24
|
-
3. 상단 `...` 메뉴 → **Install from VSIX...** 클릭
|
|
25
|
-
|
|
26
|
-

|
|
27
|
-
|
|
28
|
-
4. ZIP을 압축 해제한 뒤 포함된 `.vsix` 파일을 선택합니다
|
|
29
|
-
5. 안내에 따라 VSCode를 리로드합니다
|
|
23
|
+
기본 트리 탐색은 디스크에 있는 sync 파일만으로 동작합니다. 로컬 MCP 서버에 연결되면 실시간 sync 상태, direction 표시, Explorer 텔레메트리 전달 기능을 함께 사용할 수 있습니다.
|
|
30
24
|
|
|
31
25
|
## 기능
|
|
32
26
|
|
|
@@ -52,15 +46,11 @@ Roblox Studio의 Explorer와 동일한 인스턴스 트리를 VSCode에서 볼
|
|
|
52
46
|
|
|
53
47
|
| 명령어 | 설명 |
|
|
54
48
|
|--------|------|
|
|
55
|
-
| `
|
|
56
|
-
| `
|
|
57
|
-
| `
|
|
58
|
-
| `
|
|
59
|
-
| `
|
|
60
|
-
|
|
61
|
-
## 업데이트
|
|
62
|
-
|
|
63
|
-
[Releases](https://github.com/hope1026/weppy-roblox-mcp/releases)에서 최신 `weppy-roblox-explorer-v*.zip`를 다운로드하고 `.vsix`를 압축 해제한 뒤 동일한 설치 과정을 반복하면 됩니다. 기존 버전이 자동으로 교체됩니다.
|
|
49
|
+
| `Weppy Roblox Explorer: Refresh` | 인스턴스 트리 수동 새로고침 |
|
|
50
|
+
| `Weppy Roblox Explorer: Search Instances` | 모든 서비스에서 인스턴스 검색 |
|
|
51
|
+
| `Weppy Roblox Explorer: Open Backing File` | 선택한 인스턴스의 파일 열기 |
|
|
52
|
+
| `Weppy Roblox Explorer: Copy Instance Path` | 전체 인스턴스 경로 복사 (예: `game.Workspace.Part`) |
|
|
53
|
+
| `Weppy Roblox Explorer: Reveal in Explorer` | 기본 VSCode 탐색기에서 파일 표시 |
|
|
64
54
|
|
|
65
55
|
## 관련 문서
|
|
66
56
|
|
package/docs/ko/sync/overview.md
CHANGED
|
@@ -22,9 +22,10 @@ Sync가 없으면 AI는 대화에 붙여 넣은 코드 일부만 보고 판단
|
|
|
22
22
|
|
|
23
23
|
### VSCode에서 Sync 데이터 탐색
|
|
24
24
|
|
|
25
|
-
[
|
|
25
|
+
[Weppy Roblox Explorer](../installation/roblox-explorer.md) 확장을 설치하면, 동기화된 인스턴스 트리를 Roblox Studio와 동일한 형태로 VSCode에서 탐색할 수 있습니다.
|
|
26
|
+
Explorer는 여기서 생성된 sync 파일을 읽고, 로컬 MCP 서버가 실행 중이면 추가로 실시간 sync 상태와 direction 정보를 표시할 수 있습니다.
|
|
26
27
|
|
|
27
|
-

|
|
28
29
|
|
|
29
30
|
- 서비스/인스턴스 트리를 Roblox 클래스 아이콘과 함께 표시
|
|
30
31
|
- 스크립트 파일을 클릭하면 바로 편집 가능
|
package/docs/pt-br/README.md
CHANGED
|
@@ -105,6 +105,8 @@ No dashboard web fornecido pelo servidor MCP, acompanhe em tempo real o status d
|
|
|
105
105
|
### 5) Roblox Explorer: navegue a hierarquia do Studio no VSCode
|
|
106
106
|
|
|
107
107
|
Visualize a arvore completa de instancias do seu lugar no Roblox Studio diretamente dentro do VSCode. Navegue pelos servicos, abra scripts e arquivos de propriedades sincronizados, e acompanhe o status de sincronizacao — tudo sem trocar para o Studio.
|
|
108
|
+
Roblox Explorer e uma extensao complementar do VSCode para os dados de sync gerados pelo Weppy Roblox MCP. A navegacao basica da arvore funciona a partir dos arquivos sincronizados em disco, e os indicadores ao vivo de status sync ou direction ficam mais completos quando o servidor MCP local esta em execucao.
|
|
109
|
+
Instale pela [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer) ou pela [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer).
|
|
108
110
|
|
|
109
111
|

|
|
110
112
|
|
|
@@ -72,9 +72,14 @@ Registre o servidor MCP no seu app de IA. Funciona com qualquer app que suporte
|
|
|
72
72
|
## Opcional: Instalar Roblox Explorer (Extensão VSCode)
|
|
73
73
|
|
|
74
74
|
Navegue pelas árvores de instâncias sincronizadas dentro do VSCode com ícones de classes Roblox.
|
|
75
|
+
Esta extensao opcional exige que a instalacao do Roblox MCP acima ja esteja concluida, porque o Explorer le os dados `roblox-project-sync` gerados pelo Sync.
|
|
75
76
|
|
|
76
77
|
👉 [Guia de instalação do Roblox Explorer](roblox-explorer.md)
|
|
77
78
|
|
|
79
|
+
Instalação direta:
|
|
80
|
+
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer)
|
|
81
|
+
- [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer)
|
|
82
|
+
|
|
78
83
|
---
|
|
79
84
|
|
|
80
85
|
## Depois da instalação
|