@weppy/roblox-mcp 0.1.10 → 1.0.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 (44) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/CHANGELOG.md +52 -10
  3. package/README.md +6 -0
  4. package/docs/en/installation/ai-apps/gemini-cli.md +24 -31
  5. package/docs/en/installation/roblox-plugin.md +10 -5
  6. package/docs/en/pro-upgrade.md +36 -30
  7. package/docs/en/tools/overview.md +255 -95
  8. package/docs/es/README.md +6 -0
  9. package/docs/es/installation/README.md +6 -5
  10. package/docs/es/installation/ai-apps/gemini-cli.md +51 -58
  11. package/docs/es/installation/roblox-plugin.md +29 -24
  12. package/docs/es/pro-upgrade.md +39 -33
  13. package/docs/es/tools/overview.md +4 -0
  14. package/docs/id/README.md +6 -0
  15. package/docs/id/installation/ai-apps/gemini-cli.md +42 -49
  16. package/docs/id/installation/roblox-plugin.md +28 -23
  17. package/docs/id/pro-upgrade.md +36 -30
  18. package/docs/id/tools/overview.md +4 -0
  19. package/docs/ja/README.md +6 -0
  20. package/docs/ja/installation/README.md +5 -5
  21. package/docs/ja/installation/ai-apps/gemini-cli.md +39 -46
  22. package/docs/ja/installation/roblox-plugin.md +32 -27
  23. package/docs/ja/pro-upgrade.md +38 -32
  24. package/docs/ja/tools/overview.md +4 -0
  25. package/docs/ko/README.md +6 -0
  26. package/docs/ko/installation/ai-apps/gemini-cli.md +24 -31
  27. package/docs/ko/installation/roblox-plugin.md +10 -5
  28. package/docs/ko/pro-upgrade.md +36 -30
  29. package/docs/ko/tools/overview.md +255 -95
  30. package/docs/pt-br/README.md +6 -0
  31. package/docs/pt-br/installation/ai-apps/gemini-cli.md +47 -54
  32. package/docs/pt-br/installation/roblox-plugin.md +28 -23
  33. package/docs/pt-br/pro-upgrade.md +39 -33
  34. package/docs/pt-br/tools/overview.md +4 -0
  35. package/package.json +4 -2
  36. package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
  37. package/plugins/weppy-roblox-mcp/dist/index.js +70 -98
  38. package/plugins/weppy-roblox-mcp/skills/roblox-game-dev/SKILL.md +0 -155
  39. package/plugins/weppy-roblox-mcp/skills/roblox-game-dev/references/animations.json +0 -34
  40. package/plugins/weppy-roblox-mcp/skills/roblox-game-dev/references/mcp-tools.md +0 -220
  41. package/plugins/weppy-roblox-mcp/skills/roblox-sync/SKILL.md +0 -492
  42. package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/post-verify.sh +0 -162
  43. package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/pre-check.sh +0 -307
  44. package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/update-metadata.sh +0 -27
@@ -1,95 +1,255 @@
1
- # Roblox MCP Features
2
-
3
- Connect AI to Roblox Studio and automate various tasks. Here's what you can do by category.
4
-
5
- ---
6
-
7
- ## Basic (Free)
8
-
9
- ### Object Management
10
-
11
- Create, clone, delete, and move game objects like parts, models, and folders. Tasks like "Make a red part" or "Clone this model and place it next to it" are possible.
12
-
13
- ### Property Settings
14
-
15
- Read and change all properties of objects like size, color, position, and material. You can change multiple properties at once or adjust them relatively based on current values.
16
-
17
- ### Scripts
18
-
19
- Create new scripts, read existing code, and modify it. You can edit specific lines, search for text within scripts, or identify dependencies to see which modules are referenced.
20
-
21
- ### Selection
22
-
23
- Check currently selected objects, change selections, and clear selections. Essential for understanding and controlling what you're working with in Studio.
24
-
25
- ### Search
26
-
27
- Find objects in your game by name or class (type).
28
-
29
- ### Tags
30
-
31
- Add or remove tags from objects and find all objects with a specific tag at once. Useful for managing groups of similar objects.
32
-
33
- ### Camera
34
-
35
- Move the camera to specific objects or positions. Convenient for quickly viewing the area you're working on.
36
-
37
- ### Logs
38
-
39
- Check output logs and errors that occurred during game execution. Helps find and fix bugs.
40
-
41
- ### Connection
42
-
43
- Check the connection status and usage between MCP server and Roblox Studio.
44
-
45
- ---
46
-
47
- ## Pro
48
-
49
- Upgrade to Pro if you need more powerful features.
50
-
51
- ### Advanced Selection
52
-
53
- Get detailed selection context with properties and source code, view selection hierarchy, add/remove items from selection, query Place information and game services. Useful for advanced workflows and automation.
54
-
55
- ### Advanced Scripts
56
-
57
- Batch replace content in multiple scripts or execute Luau code instantly. Useful for repetitive code modifications or quick testing.
58
-
59
- ### Advanced Search
60
-
61
- Explore the entire file tree or search for objects by property or tag. Get a complete view of your project structure and query all descendants or ancestors of specific objects.
62
-
63
- ### Bulk Operations
64
-
65
- Create, delete, modify, or duplicate hundreds of objects at once. Quickly handle large-scale tasks like planting trees on a map, changing the color of all parts, or placing objects according to patterns.
66
-
67
- ### Assets
68
-
69
- Search the Roblox Creator Store for free models and insert them instantly. Add assets through conversation like "Find a medieval castle model" or "Insert a weapon model".
70
-
71
- ### Environment Settings
72
-
73
- Configure lighting, sky, fog, terrain properties, and time of day with natural language. Requests like "Change to sunset vibes" or "Set time to midnight" are possible.
74
-
75
- ### State Management
76
-
77
- Save the current state of Workspace as a snapshot, check recent changes and viewport state. Helps understand current state during complex tasks.
78
-
79
- ### Spatial Analysis
80
-
81
- Accurately determine object size and position, find empty spaces, and check for collisions. You can also align objects to a grid.
82
-
83
- ### Raycast
84
-
85
- Shoot invisible rays to find collision points with terrain or objects. Essential for game level design including finding ground positions, checking if objects can be placed, finding spawn locations, and analyzing walkable areas.
86
-
87
- ### Terrain
88
-
89
- Fill, carve, and smooth terrain in various shapes like blocks, spheres, cylinders, and wedges. Change materials and colors, or procedurally generate natural terrain with mountains and rivers.
90
-
91
- ### Visualization
92
-
93
- Display areas, markers, and lines on screen to visually confirm the space you're working in. Useful for debugging and level design review.
94
-
95
- 👉 [Pro Upgrade Guide](../pro-upgrade.md)
1
+ # Roblox MCP Tools
2
+
3
+ For detailed parameters, check MCP tool definitions directly.
4
+
5
+ Sync policy:
6
+ - Basic: Studio -> Local one-way sync
7
+ - Pro: Bidirectional sync + broader advanced action coverage (better AI token efficiency with bulk workflows)
8
+
9
+ ## Query Instances (Mixed)
10
+
11
+ | Action | Description | Tier |
12
+ |--------|-------------|------|
13
+ | `get` | Get instance properties by path | Basic |
14
+ | `children` | Get immediate children or all descendants | Basic |
15
+ | `find_child` | Find first child by name and optional class filter | Basic |
16
+ | `find_descendant` | Find first descendant by name | Basic |
17
+ | `wait_for_child` | Wait for child to appear (with timeout) | Basic |
18
+ | `class_info` | Get class information and valid properties | Basic |
19
+ | `search_name` | Search instances by name pattern (supports wildcards) | Basic |
20
+ | `search_class` | Search instances by class name | Basic |
21
+ | `file_tree` | Get file tree structure from root | Pro |
22
+ | `project_structure` | Get complete project structure | Pro |
23
+ | `descendants` | Get all descendants of an instance | Pro |
24
+ | `ancestors` | Get all ancestors of an instance | Pro |
25
+ | `search_property` | Search instances by property value | Pro |
26
+ | `search_tag` | Search instances by tag | Pro |
27
+
28
+ ## Mutate Instances (Mixed)
29
+
30
+ | Action | Description | Tier |
31
+ |--------|-------------|------|
32
+ | `create` | Create a new instance | Basic |
33
+ | `create_with_props` | Create instance with initial properties | Basic |
34
+ | `delete` | Delete an instance | Basic |
35
+ | `clone` | Clone an instance | Basic |
36
+ | `move` | Move instance to new parent | Basic |
37
+ | `rename` | Rename an instance | Basic |
38
+ | `pivot` | Set pivot position or CFrame | Basic |
39
+ | `create_tree` | Create hierarchical instance tree | Pro |
40
+ | `mass_create` | Create multiple instances at once | Pro |
41
+ | `mass_delete` | Delete multiple instances | Pro |
42
+ | `mass_duplicate` | Duplicate multiple instances | Pro |
43
+ | `smart_duplicate` | Duplicate with spacing and count | Pro |
44
+
45
+ ## Manage Properties (Mixed)
46
+
47
+ | Action | Description | Tier |
48
+ |--------|-------------|------|
49
+ | `get` | Get a single property value | Basic |
50
+ | `set` | Set a single property value | Basic |
51
+ | `get_all` | Get all properties of an instance | Basic |
52
+ | `set_multiple` | Set multiple properties at once | Basic |
53
+ | `get_attr` | Get attribute value | Basic |
54
+ | `set_attr` | Set attribute value | Basic |
55
+ | `get_all_attrs` | Get all attributes | Basic |
56
+ | `delete_attr` | Delete an attribute | Basic |
57
+ | `add_tag` | Add a tag to instance | Basic |
58
+ | `remove_tag` | Remove a tag from instance | Basic |
59
+ | `check_tag` | Check if instance has a tag | Basic |
60
+ | `get_tags` | Get all tags on an instance | Basic |
61
+ | `get_tagged` | Get all instances with a specific tag | Basic |
62
+ | `set_calculated` | Set property using mathematical expression | Pro |
63
+ | `set_relative` | Set property relative to current value | Pro |
64
+ | `mass_set` | Set property on multiple instances | Pro |
65
+ | `mass_get` | Get property from multiple instances | Pro |
66
+ | `modify_children` | Modify all children of a parent | Pro |
67
+
68
+ ## Manage Scripts (Mixed)
69
+
70
+ | Action | Description | Tier |
71
+ |--------|-------------|------|
72
+ | `get_source` | Get script source code | Basic |
73
+ | `set_source` | Set script source code | Basic |
74
+ | `create` | Create a new script | Basic |
75
+ | `delete` | Delete a script | Basic |
76
+ | `edit_replace` | Replace specific lines in script | Basic |
77
+ | `edit_insert` | Insert lines at position | Basic |
78
+ | `edit_delete` | Delete specific lines | Basic |
79
+ | `search` | Search for text in script | Basic |
80
+ | `get_dependencies` | Get script dependencies | Basic |
81
+ | `replace` | Batch replace across scripts | Pro |
82
+
83
+ ## Manage Lighting (Pro)
84
+
85
+ | Action | Description | Tier |
86
+ |--------|-------------|------|
87
+ | `lighting` | Set Lighting service properties | Pro |
88
+ | `atmosphere` | Set Atmosphere properties | Pro |
89
+ | `sky` | Set Sky properties | Pro |
90
+ | `terrain_props` | Set Terrain water/visual properties | Pro |
91
+ | `time` | Set time of day | Pro |
92
+
93
+ ## Manage Selection (Mixed)
94
+
95
+ | Action | Description | Tier |
96
+ |--------|-------------|------|
97
+ | `get` | Get current selection | Basic |
98
+ | `set` | Replace current selection | Basic |
99
+ | `clear` | Clear selection | Basic |
100
+ | `cached` | Get cached selection without round-trip | Basic |
101
+ | `context` | Get detailed context with source and properties | Pro |
102
+ | `details` | Get hierarchical details with ancestors/descendants | Pro |
103
+ | `add` | Add items to selection | Pro |
104
+ | `remove` | Remove items from selection | Pro |
105
+ | `watch` | Monitor selection changes | Pro |
106
+
107
+ ## Manage Camera (Basic)
108
+
109
+ | Action | Description | Tier |
110
+ |--------|-------------|------|
111
+ | `info` | Get camera position, rotation, FOV, viewport size | Basic |
112
+ | `focus_path` | Move camera to focus on instance | Basic |
113
+ | `focus_position` | Move camera to focus on position | Basic |
114
+ | `suggest` | Get suggested camera view for target | Basic |
115
+
116
+ ## Manage Tween (Pro)
117
+
118
+ | Action | Description | Tier |
119
+ |--------|-------------|------|
120
+ | `create` | Create a tween with target properties | Pro |
121
+ | `play` | Play a created tween | Pro |
122
+ | `pause` | Pause a running tween | Pro |
123
+ | `cancel` | Cancel a tween | Pro |
124
+
125
+ ## Manage Audio (Pro)
126
+
127
+ | Action | Description | Tier |
128
+ |--------|-------------|------|
129
+ | `play` | Play a sound (creates Sound if needed) | Pro |
130
+ | `stop` | Stop a playing sound | Pro |
131
+ | `pause` | Pause a playing sound | Pro |
132
+ | `resume` | Resume a paused sound | Pro |
133
+ | `set_listener` | Set audio listener type/target | Pro |
134
+
135
+ ## Manage Animation (Pro)
136
+
137
+ | Action | Description | Tier |
138
+ |--------|-------------|------|
139
+ | `load` | Load animation on Humanoid/AnimationController | Pro |
140
+ | `play` | Play a loaded animation track | Pro |
141
+ | `stop` | Stop a playing animation | Pro |
142
+ | `get_tracks` | List all loaded animation tracks | Pro |
143
+
144
+ ## Manage Physics (Pro)
145
+
146
+ | Action | Description | Tier |
147
+ |--------|-------------|------|
148
+ | `register_group` | Register a collision group | Pro |
149
+ | `set_collidable` | Set whether two groups can collide | Pro |
150
+ | `get_groups` | List all registered collision groups | Pro |
151
+
152
+ ## Manage Effects (Pro)
153
+
154
+ | Action | Description | Tier |
155
+ |--------|-------------|------|
156
+ | `emit` | Emit particles from ParticleEmitter | Pro |
157
+ | `clear` | Clear all particles | Pro |
158
+ | `toggle` | Enable or disable effect | Pro |
159
+
160
+ ## Manage Terrain (Pro)
161
+
162
+ | Action | Description | Tier |
163
+ |--------|-------------|------|
164
+ | `fill_block` | Fill block-shaped terrain | Pro |
165
+ | `fill_ball` | Fill sphere-shaped terrain | Pro |
166
+ | `fill_cylinder` | Fill cylinder-shaped terrain | Pro |
167
+ | `fill_wedge` | Fill wedge-shaped terrain | Pro |
168
+ | `clear_region` | Clear terrain in region | Pro |
169
+ | `clear_bounds` | Clear terrain in bounds | Pro |
170
+ | `replace_material` | Replace material in region | Pro |
171
+ | `colors_get` | Get material colors | Pro |
172
+ | `colors_set` | Set material colors | Pro |
173
+ | `read_voxel` | Read single voxel data | Pro |
174
+ | `read_voxels` | Read bulk voxel data | Pro |
175
+ | `write_voxels` | Write bulk voxel data | Pro |
176
+ | `generate` | Generate procedural terrain | Pro |
177
+ | `smooth` | Smooth terrain | Pro |
178
+
179
+ ## Spatial Query (Pro)
180
+
181
+ | Action | Description | Tier |
182
+ |--------|-------------|------|
183
+ | `raycast` | Cast a single ray | Pro |
184
+ | `find_ground` | Find ground position below point | Pro |
185
+ | `check_placement` | Check if placement is collision-free | Pro |
186
+ | `multi_raycast` | Cast multiple rays in batch | Pro |
187
+ | `scan_area` | Generate heightmap of area | Pro |
188
+ | `find_flat` | Find flat areas for building | Pro |
189
+ | `find_spawn` | Find suitable spawn positions | Pro |
190
+ | `analyze_walkable` | Analyze walkability grid | Pro |
191
+ | `spatial_map` | Get all BasePart positions | Pro |
192
+ | `find_space` | Find empty space for object | Pro |
193
+ | `bounds` | Get bounding box of instances | Pro |
194
+ | `snap_grid` | Snap position to grid | Pro |
195
+ | `collision` | Check AABB collision | Pro |
196
+
197
+ ## Manage Assets (Pro)
198
+
199
+ | Action | Description | Tier |
200
+ |--------|-------------|------|
201
+ | `insert` | Insert model by asset ID | Pro |
202
+ | `info` | Get asset metadata | Pro |
203
+ | `search` | Search Creator Store | Pro |
204
+ | `search_insert` | Search and insert first match | Pro |
205
+ | `insert_free` | Insert free model | Pro |
206
+ | `insert_package` | Insert package | Pro |
207
+ | `export` | Export current selection | Pro |
208
+
209
+ ## Manage Sync (Pro)
210
+
211
+ | Action | Description | Tier |
212
+ |--------|-------------|------|
213
+ | `status` | Get sync status for a place | Pro |
214
+ | `config` | Get/set sync configuration | Pro |
215
+ | `history` | Get change history | Pro |
216
+ | `directions` | Get/set per-type sync directions | Pro |
217
+ | `read_file` | Read a synced file | Pro |
218
+ | `write_file` | Write to a synced file | Pro |
219
+
220
+ ## Workspace State (Pro)
221
+
222
+ | Action | Description | Tier |
223
+ |--------|-------------|------|
224
+ | `sync` | Fetch current Workspace state | Pro |
225
+ | `snapshot` | Get full instance tree structure | Pro |
226
+ | `changes` | Get recent changes | Pro |
227
+ | `viewport` | Get camera and viewport info | Pro |
228
+
229
+ ## Manage Logs (Basic)
230
+
231
+ | Action | Description | Tier |
232
+ |--------|-------------|------|
233
+ | `get` | Get filtered logs | Basic |
234
+ | `clear` | Clear log buffer | Basic |
235
+ | `errors` | Get recent errors only | Basic |
236
+
237
+ ## System Info (Mixed)
238
+
239
+ | Action | Description | Tier |
240
+ |--------|-------------|------|
241
+ | `ping` | Test connection | Basic |
242
+ | `connection` | Get server/plugin connection info | Basic |
243
+ | `usage` | Get current tier (basic/pro) | Basic |
244
+ | `place_info` | Get place ID, name, creator | Pro |
245
+ | `services` | List all Roblox services | Pro |
246
+ | `studio_settings` | Get Studio preferences | Pro |
247
+ | `run_command` | Execute Studio command | Pro |
248
+
249
+ ## Batch Execute (Pro)
250
+
251
+ Execute multiple commands in a single batch. Each command specifies a tool name and arguments. Commands execute sequentially with optional continue-on-error behavior.
252
+
253
+ ## Execute Luau (Pro)
254
+
255
+ Execute arbitrary Luau code in Roblox Studio sandbox. Blocked services: HttpService, DataStoreService, MessagingService. Cannot access CoreGui/CorePackages.
package/docs/es/README.md CHANGED
@@ -41,6 +41,12 @@ Revisa logs de errores, encuentra problemas y corrige
41
41
 
42
42
  Toma solo 5 minutos. 👉 [Ver guía de instalación](installation/README.md)
43
43
 
44
+ ## Comienza con Pro
45
+
46
+ Crea sin límites. Sync bidireccional, capacidades de creación avanzadas y eficiencia de tokens de IA — todo en una sola actualización.
47
+
48
+ 👉 [Guía de actualización Pro](pro-upgrade.md)
49
+
44
50
  ## Enlaces
45
51
  - [GitHub](https://github.com/hope1026/roblox-mcp)
46
52
  - [Reportar problemas](https://github.com/hope1026/roblox-mcp/issues)
@@ -22,11 +22,12 @@ Configura el servidor MCP en tu app de IA para que pueda comunicarse con Roblox
22
22
 
23
23
  | App de IA | Cómo configurar |
24
24
  |-----------|----------------|
25
- | **Claude Code** (Recomendado) | [claude-code.md](ai-apps/claude-code.md) |
26
- | **Claude Desktop** | [claude-desktop.md](ai-apps/claude-desktop.md) |
27
- | **Cline** | [cline.md](ai-apps/cline.md) |
28
- | **Roo Code** | [roo-code.md](ai-apps/roo-code.md) |
29
- | **Cursor** | [cursor.md](ai-apps/cursor.md) |
25
+ | **Claude Code** | [Instrucciones](ai-apps/claude-code.md) |
26
+ | **Claude Desktop** | [Instrucciones](ai-apps/claude-app.md) |
27
+ | **Codex CLI** | [Instrucciones](ai-apps/codex-cli.md) |
28
+ | **Codex Desktop** | [Instrucciones](ai-apps/codex-app.md) |
29
+ | **Gemini CLI** | [Instrucciones](ai-apps/gemini-cli.md) |
30
+ | **Antigravity** | [Instrucciones](ai-apps/antigravity.md) |
30
31
 
31
32
  > **Nota**: Funciona con cualquier app compatible con MCP. El comando es:
32
33
  > ```bash
@@ -1,8 +1,8 @@
1
- # Configuracion de Gemini CLI
1
+ # Configuración de Gemini CLI
2
2
 
3
- Como usar Roblox MCP en [Google Gemini CLI](https://github.com/google-gemini/gemini-cli).
3
+ Cómo usar Roblox MCP con [Google Gemini CLI](https://github.com/google-gemini/gemini-cli).
4
4
 
5
- ## Requisitos Previos
5
+ ## Requisitos previos
6
6
 
7
7
  1. **Node.js** (v18.0.0 o superior)
8
8
  ```bash
@@ -16,11 +16,27 @@ Como usar Roblox MCP en [Google Gemini CLI](https://github.com/google-gemini/gem
16
16
 
17
17
  3. **Plugin de Roblox Studio** instalado
18
18
 
19
- ## Registrar el Servidor MCP
19
+ ## Registrar el servidor MCP
20
20
 
21
- ### Metodo 1: Editar archivo de configuracion (Recomendado)
21
+ ### Método 1: Comando CLI (Recomendado)
22
22
 
23
- Agrega el siguiente contenido al archivo `.gemini/settings.json`:
23
+ Puede registrarse con un solo comando en su terminal:
24
+
25
+ ```bash
26
+ gemini mcp add weppy-roblox-mcp npx --trust -- -y @weppy/roblox-mcp
27
+ ```
28
+
29
+ > La bandera `--trust` omite las solicitudes de confirmación para cada llamada de herramienta.
30
+
31
+ Para registrar globalmente, agregue `-s user`:
32
+
33
+ ```bash
34
+ gemini mcp add weppy-roblox-mcp npx -s user --trust -- -y @weppy/roblox-mcp
35
+ ```
36
+
37
+ ### Método 2: Editar archivo de configuración
38
+
39
+ Agregue el siguiente contenido al archivo `.gemini/settings.json`:
24
40
 
25
41
  ```json
26
42
  {
@@ -33,16 +49,22 @@ Agrega el siguiente contenido al archivo `.gemini/settings.json`:
33
49
  }
34
50
  ```
35
51
 
36
- **Ubicacion del archivo de configuracion:**
37
- | Alcance | Ruta |
38
- |---------|------|
52
+ **Ubicaciones del archivo de configuración:**
53
+ | Ámbito | Ruta |
54
+ |--------|------|
39
55
  | Proyecto | `<proyecto>/.gemini/settings.json` |
40
56
  | Global | `~/.gemini/settings.json` |
41
57
 
42
- ### Metodo 2: Usar variables de entorno
58
+ ### Método 3: Uso de variables de entorno
59
+
60
+ Si se necesitan variables de entorno específicas:
43
61
 
44
- Si necesitas variables de entorno especificas:
62
+ **CLI:**
63
+ ```bash
64
+ gemini mcp add weppy-roblox-mcp npx --trust -e MCP_PORT=3002 -- -y @weppy/roblox-mcp
65
+ ```
45
66
 
67
+ **Archivo de configuración:**
46
68
  ```json
47
69
  {
48
70
  "mcpServers": {
@@ -57,71 +79,42 @@ Si necesitas variables de entorno especificas:
57
79
  }
58
80
  ```
59
81
 
60
- ## Probar la Conexion
82
+ ## Prueba de conexión
61
83
 
62
- 1. Abre **Roblox Studio** → Pestana Plugins → **W-MCP** → **Connect**
63
- 2. Ejecuta **Gemini CLI** e ingresa:
84
+ 1. Abra **Roblox Studio** → pestaña Plugins → **W-MCP** → **Connect**
85
+ 2. Ejecute **Gemini CLI** e ingrese:
64
86
  ```
65
- Dime que esta seleccionado actualmente en Roblox Studio
87
+ Dime qué está seleccionado actualmente en Roblox Studio
66
88
  ```
67
89
 
68
- ## Verificar Estado del Servidor MCP
90
+ ## Verificar el estado del servidor MCP
69
91
 
70
- Puedes verificar el estado de los servidores conectados con el comando `/mcp` dentro de Gemini CLI:
92
+ Puede verificar el estado de los servidores conectados con el comando `/mcp` en Gemini CLI:
71
93
 
72
94
  ```
73
95
  /mcp
74
96
  ```
75
97
 
76
- ## Configuracion Avanzada
77
-
78
- ### Filtrado de herramientas
79
-
80
- Puedes usar o excluir herramientas especificas:
81
-
82
- ```json
83
- {
84
- "mcpServers": {
85
- "weppy-roblox-mcp": {
86
- "command": "npx",
87
- "args": ["-y", "@weppy/roblox-mcp"],
88
- "excludeTools": ["execute_script"],
89
- "includeTools": ["get_selection", "create_instance", "set_property"]
90
- }
91
- }
92
- }
93
- ```
94
-
95
- > `excludeTools` tiene prioridad sobre `includeTools`.
96
-
97
- ### Modo debug
98
-
99
- Para depurar problemas de conexion:
100
-
101
- ```bash
102
- gemini --debug
103
- ```
104
-
105
- ## Solucion de Problemas
98
+ ## Solución de problemas
106
99
 
107
- ### El servidor no inicia
100
+ ### El servidor no se inicia
108
101
 
109
- Ejecuta el servidor MCP directamente para ver los errores:
102
+ Ejecute el servidor MCP directamente para verificar errores:
110
103
  ```bash
111
104
  npx -y @weppy/roblox-mcp
112
105
  ```
113
106
 
114
- ### Fallo de conexion
107
+ ### Conexión fallida
115
108
 
116
- - Verifica que el plugin de Roblox Studio este en estado **Connected**
117
- - Verifica que el puerto 3002 no este bloqueado por el firewall
118
- - Verifica el estado del servidor con el comando `/mcp`
109
+ - Verifique que el plugin de Roblox Studio esté en estado **Connected**
110
+ - Verifique si el puerto 3002 está bloqueado por un firewall
111
+ - Verifique el estado del servidor con el comando `/mcp`
119
112
 
120
- ### Conflicto de herramientas
113
+ ### Conflictos de herramientas
121
114
 
122
- Si varias servidores MCP tienen herramientas con el mismo nombre, se les agregara un prefijo en formato `serverAlias__toolName`.
115
+ Si varios servidores MCP tienen herramientas con el mismo nombre, se les agregará el prefijo con el formato `serverAlias__toolName`.
123
116
 
124
- ## Recursos
117
+ ## Referencias
125
118
 
126
- - [Documentacion oficial de Gemini CLI MCP](https://geminicli.com/docs/tools/mcp-server/)
127
- - [Guia de configuracion de Gemini CLI](https://geminicli.com/docs/get-started/configuration/)
119
+ - [Documentación oficial de Gemini CLI MCP](https://geminicli.com/docs/tools/mcp-server/)
120
+ - [Guía de configuración de Gemini CLI](https://geminicli.com/docs/get-started/configuration/)
@@ -4,23 +4,28 @@ Instrucciones para instalar el plugin que conecta Roblox Studio con agentes de I
4
4
 
5
5
  ## 1. Descargar el Plugin
6
6
 
7
- 1. Descarga `weppy-roblox-mcp-basic-v{versión}.zip` desde [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
8
- 2. Extrae el archivo ZIP — encontraras el archivo `roblox-plugin/WeppyRobloxMCP.rbxm` y guias de instalacion
7
+ 1. Abre [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
8
+ 2. Descarga `weppy-roblox-mcp-v{version}.zip`
9
+ 3. Extrae el ZIP - encontraras `roblox-plugin/WeppyRobloxMCP.rbxm` y guias de instalacion
10
+
11
+ Nota:
12
+ - Basic usa el mismo paquete del plugin con politica Basic (Studio -> Local, una via)
13
+ - Con licencia Pro por suscripcion se habilita sync bidireccional y funciones avanzadas mas amplias
9
14
 
10
15
  ## 2. Instalar el Plugin
11
16
 
12
17
  1. Abre **Roblox Studio**
13
- 2. Clic en la pestana **Plugins** en el menu superior
14
- 3. Clic en el boton **Plugins Folder**
18
+ 2. Clic en la pestana **Plugins**
19
+ 3. Clic en **Plugins Folder**
15
20
 
16
21
  ![Abrir Plugins Folder](../../assets/screenshots/plugins_menu.png)
17
22
 
18
- 4. **Copia** el archivo `WeppyRobloxMCP.rbxm` de la carpeta extraida a la carpeta de Plugins abierta
23
+ 4. **Copia** `WeppyRobloxMCP.rbxm` a la carpeta abierta de Plugins
19
24
  5. **Reinicia Roblox Studio**
20
25
 
21
26
  ## 3. Verificar la Instalacion
22
27
 
23
- Despues de reiniciar, aparecera el boton **W-MCP** en la pestana Plugins.
28
+ Despues de reiniciar, aparecera el boton **W-MCP** en Plugins.
24
29
 
25
30
  ![Boton W-MCP](../../assets/screenshots/weppy_plugin_toolbar.png)
26
31
 
@@ -28,7 +33,7 @@ Despues de reiniciar, aparecera el boton **W-MCP** en la pestana Plugins.
28
33
 
29
34
  ### Requisitos Previos
30
35
 
31
- El servidor MCP debe estar instalado. Completa primero la guia correspondiente a tu aplicacion de IA:
36
+ El servidor MCP debe estar instalado. Completa primero la guia de tu app de IA:
32
37
 
33
38
  | Aplicacion IA | Guia de instalacion |
34
39
  |---------------|---------------------|
@@ -42,38 +47,38 @@ El servidor MCP debe estar instalado. Completa primero la guia correspondiente a
42
47
  ### Conectar
43
48
 
44
49
  1. Abre cualquier proyecto en **Roblox Studio**
45
- 2. Pestana **Plugins** superior → Clic en **W-MCP**
46
- 3. Clic en el boton **Connect** en la ventana del plugin
47
- 4. ¡Conexion completada cuando aparece el estado **"Connected"**!
50
+ 2. Pestaña **Plugins** -> **W-MCP**
51
+ 3. Clic en **Connect**
52
+ 4. Cuando veas **"Connected"**, listo
48
53
 
49
54
  ![Pantalla principal del plugin](../../assets/screenshots/plugin_main.png)
50
55
 
51
56
  ## 5. Configuracion (Opcional)
52
57
 
53
- Haz clic en el boton de configuracion en la esquina superior derecha del plugin para cambiar varias opciones.
58
+ Usa el boton de configuracion en la esquina superior derecha.
54
59
 
55
60
  ![Pantalla de configuracion](../../assets/screenshots/settings.png)
56
61
 
57
- - **Conexion automatica**: Conecta automaticamente al servidor MCP al iniciar Studio
58
- - **Reconexion automatica**: Intenta reconectar automaticamente si se pierde la conexion
59
- - **Enfoque automatico de camara**: Mueve la camara automaticamente hacia los objetos creados
60
- - **Idioma**: Cambia el idioma de la interfaz del plugin
62
+ - **Conexion automatica**
63
+ - **Reconexion automatica**
64
+ - **Enfoque automatico de camara**
65
+ - **Idioma**
61
66
 
62
67
  ## Solucion de Problemas
63
68
 
64
69
  ### El plugin no aparece
65
70
 
66
- - Cierra completamente Roblox Studio y reinicia
67
- - Verifica que el archivo se haya copiado correctamente a la carpeta Plugins
68
- - Verifica que el archivo `.rbxm` no este danado
71
+ - Reinicia Roblox Studio por completo
72
+ - Verifica que el archivo fue copiado correctamente
73
+ - Verifica que `.rbxm` no este dañado
69
74
 
70
75
  ### No se puede conectar
71
76
 
72
- - Verifica que el servidor MCP este ejecutandose en la aplicacion de IA
73
- - Haz clic nuevamente en el boton **Connect** en el plugin
74
- - Verifica que el puerto 3002 no este siendo usado por otro programa
77
+ - Verifica que el servidor MCP esta en ejecucion
78
+ - Pulsa **Connect** otra vez
79
+ - Verifica conflicto en el puerto 3002
75
80
 
76
- ### La conexion se pierde frecuentemente
81
+ ### La conexion se corta seguido
77
82
 
78
- - Activa la opcion **Reconexion automatica** en la configuracion
79
- - Intenta reiniciar la aplicacion de IA
83
+ - Activa **Reconexion automatica**
84
+ - Reinicia tu app de IA