@weppy/roblox-mcp 0.1.8 → 0.1.10

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 (85) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/CHANGELOG.md +17 -0
  3. package/README.md +38 -26
  4. package/docs/assets/screenshots/antigravity/antigravity_mcp_raw.png +3 -0
  5. package/docs/assets/screenshots/antigravity/antigravity_mcp_services_menu.png +3 -0
  6. package/docs/assets/screenshots/antigravity/antigravity_raw_config_menu.png +3 -0
  7. package/docs/en/installation/README.md +51 -0
  8. package/docs/en/installation/ai-apps/antigravity.md +89 -0
  9. package/docs/en/installation/roblox-plugin.md +7 -7
  10. package/docs/en/pro-upgrade.md +5 -6
  11. package/docs/en/tools/overview.md +87 -230
  12. package/docs/es/README.md +27 -28
  13. package/docs/es/installation/README.md +44 -0
  14. package/docs/es/installation/ai-apps/antigravity.md +89 -0
  15. package/docs/es/installation/roblox-plugin.md +7 -7
  16. package/docs/es/pro-upgrade.md +5 -6
  17. package/docs/es/tools/overview.md +88 -231
  18. package/docs/id/README.md +39 -27
  19. package/docs/id/installation/README.md +51 -0
  20. package/docs/id/installation/ai-apps/antigravity.md +89 -0
  21. package/docs/id/installation/roblox-plugin.md +7 -7
  22. package/docs/id/pro-upgrade.md +5 -6
  23. package/docs/id/tools/overview.md +88 -231
  24. package/docs/ja/README.md +40 -28
  25. package/docs/ja/installation/README.md +51 -0
  26. package/docs/ja/installation/ai-apps/antigravity.md +89 -0
  27. package/docs/ja/installation/roblox-plugin.md +7 -7
  28. package/docs/ja/pro-upgrade.md +5 -6
  29. package/docs/ja/tools/overview.md +88 -231
  30. package/docs/ko/README.md +39 -27
  31. package/docs/ko/installation/README.md +51 -0
  32. package/docs/ko/installation/ai-apps/antigravity.md +88 -0
  33. package/docs/ko/installation/roblox-plugin.md +7 -7
  34. package/docs/ko/pro-upgrade.md +5 -6
  35. package/docs/ko/tools/overview.md +88 -231
  36. package/docs/pt-br/README.md +39 -27
  37. package/docs/pt-br/installation/README.md +51 -0
  38. package/docs/pt-br/installation/ai-apps/antigravity.md +89 -0
  39. package/docs/pt-br/installation/roblox-plugin.md +7 -7
  40. package/docs/pt-br/pro-upgrade.md +5 -6
  41. package/docs/pt-br/tools/overview.md +88 -231
  42. package/package.json +1 -1
  43. package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
  44. package/plugins/weppy-roblox-mcp/dist/index.js +51 -47
  45. package/plugins/weppy-roblox-mcp/skills/roblox-game-dev/references/mcp-tools.md +9 -4
  46. package/plugins/weppy-roblox-mcp/skills/roblox-sync/SKILL.md +208 -105
  47. package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/post-verify.sh +12 -10
  48. package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/pre-check.sh +8 -5
  49. package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/update-metadata.sh +1 -1
  50. package/docs/en/installation/antigravity.md +0 -130
  51. package/docs/es/installation/antigravity.md +0 -130
  52. package/docs/id/installation/antigravity.md +0 -130
  53. package/docs/ja/installation/antigravity.md +0 -130
  54. package/docs/ko/installation/antigravity.md +0 -130
  55. package/docs/pt-br/installation/antigravity.md +0 -130
  56. /package/docs/en/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
  57. /package/docs/en/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
  58. /package/docs/en/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
  59. /package/docs/en/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
  60. /package/docs/en/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
  61. /package/docs/es/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
  62. /package/docs/es/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
  63. /package/docs/es/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
  64. /package/docs/es/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
  65. /package/docs/es/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
  66. /package/docs/id/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
  67. /package/docs/id/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
  68. /package/docs/id/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
  69. /package/docs/id/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
  70. /package/docs/id/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
  71. /package/docs/ja/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
  72. /package/docs/ja/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
  73. /package/docs/ja/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
  74. /package/docs/ja/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
  75. /package/docs/ja/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
  76. /package/docs/ko/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
  77. /package/docs/ko/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
  78. /package/docs/ko/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
  79. /package/docs/ko/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
  80. /package/docs/ko/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
  81. /package/docs/pt-br/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
  82. /package/docs/pt-br/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
  83. /package/docs/pt-br/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
  84. /package/docs/pt-br/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
  85. /package/docs/pt-br/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
@@ -1,238 +1,95 @@
1
- # Roblox MCP Tools
1
+ # Roblox MCP Features
2
2
 
3
- For detailed parameters, refer to the MCP tool definitions directly.
3
+ Connect AI to Roblox Studio and automate various tasks. Here's what you can do by category.
4
4
 
5
5
  ---
6
6
 
7
- ## Basic Tools (68)
8
-
9
- ### Instance - 13
10
-
11
- | Tool | Description |
12
- |------|-------------|
13
- | `create_instance` | Create a new instance |
14
- | `create_instance_with_properties` | Create instance with properties |
15
- | `clone_instance` | Clone an existing instance |
16
- | `delete_instance` | Delete an instance |
17
- | `move_instance` | Move instance to new parent |
18
- | `rename_instance` | Rename an instance |
19
- | `get_instance` | Get instance information |
20
- | `get_instance_children` | Get children of an instance |
21
- | `find_first_child` | Find first child by name |
22
- | `find_first_descendant` | Find first descendant by name |
23
- | `get_class_info` | Get class information |
24
- | `wait_for_child` | Wait for child to exist |
25
- | `pivot_to` | Set Pivot CFrame |
26
-
27
- ### Property - 10
28
-
29
- | Tool | Description |
30
- |------|-------------|
31
- | `get_property` | Get property value |
32
- | `set_property` | Set property value |
33
- | `get_all_properties` | Get all properties |
34
- | `set_multiple_properties` | Set multiple properties at once |
35
- | `set_calculated_property` | Set property with calculated value |
36
- | `set_relative_property` | Set property with relative value |
37
- | `get_attribute` | Get attribute value |
38
- | `set_attribute` | Set attribute value |
39
- | `get_all_attributes` | Get all attributes |
40
- | `delete_attribute` | Delete an attribute |
41
-
42
- ### Script - 9
43
-
44
- | Tool | Description |
45
- |------|-------------|
46
- | `create_script` | Create a new script |
47
- | `get_script_source` | Get script source code |
48
- | `set_script_source` | Update script source code |
49
- | `delete_script` | Delete a script |
50
- | `edit_script_lines` | Edit specific lines |
51
- | `insert_script_lines` | Insert lines |
52
- | `delete_script_lines` | Delete lines |
53
- | `search_in_scripts` | Search within scripts |
54
- | `get_script_dependencies` | Get dependencies |
55
-
56
- ### Selection - 12
57
-
58
- | Tool | Description |
59
- |------|-------------|
60
- | `get_selection` | Get currently selected instances |
61
- | `get_selection_context` | Get selection with context |
62
- | `get_selection_details` | Get detailed selection info |
63
- | `set_selection` | Set instance selection |
64
- | `clear_selection` | Clear selection |
65
- | `add_to_selection` | Add to selection |
66
- | `remove_from_selection` | Remove from selection |
67
- | `get_place_info` | Get Place information |
68
- | `get_services` | Get game services list |
69
- | `get_studio_settings` | Get Studio settings |
70
- | `run_command` | Execute Studio command |
71
- | `watch_selection` | Watch selection changes |
72
-
73
- ### Search - 2
74
-
75
- | Tool | Description |
76
- |------|-------------|
77
- | `search_by_name` | Search instances by name |
78
- | `search_by_class` | Search instances by class |
79
-
80
- ### Tag - 5
81
-
82
- | Tool | Description |
83
- |------|-------------|
84
- | `add_tag` | Add tag to instance |
85
- | `remove_tag` | Remove tag from instance |
86
- | `get_tags` | Get instance tags |
87
- | `get_tagged` | Get instances with tag |
88
- | `has_tag` | Check if instance has tag |
89
-
90
- ### Camera - 4
91
-
92
- | Tool | Description |
93
- |------|-------------|
94
- | `get_camera_info` | Get camera information |
95
- | `get_suggested_camera_view` | Get suggested camera view |
96
- | `focus_camera_path` | Focus camera on instance by path |
97
- | `focus_camera_position` | Focus camera on world position |
98
-
99
- ### Log - 3
100
-
101
- | Tool | Description |
102
- |------|-------------|
103
- | `get_output_logs` | Get output logs |
104
- | `clear_output_logs` | Clear output logs |
105
- | `get_recent_errors` | Get recent errors |
106
-
107
- ### Connection - 2
108
-
109
- | Tool | Description |
110
- |------|-------------|
111
- | `get_connection_info` | Get connection status |
112
- | `get_usage_status` | Get usage/quota status |
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.
113
44
 
114
45
  ---
115
46
 
116
- ## Pro Tools (+72)
117
- 👉 [Pro Upgrade Guide](../pro-upgrade.md)
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.
118
54
 
119
- ### Script - 2
120
-
121
- | Tool | Description |
122
- |------|-------------|
123
- | `replace_in_scripts` | Batch replace in scripts |
124
- | `execute_script` | Execute Luau code directly |
125
-
126
- ### Search - 6
127
-
128
- | Tool | Description |
129
- |------|-------------|
130
- | `get_file_tree` | Get file tree |
131
- | `get_project_structure` | Get project structure tree |
132
- | `search_by_property` | Search by property |
133
- | `search_by_tag` | Search by tag |
134
- | `get_descendants` | Get all descendants |
135
- | `get_ancestors` | Get ancestors |
136
-
137
- ### Bulk - 8
138
-
139
- | Tool | Description |
140
- |------|-------------|
141
- | `mass_create_instances` | Mass create instances |
142
- | `mass_delete_instances` | Mass delete instances |
143
- | `mass_set_property` | Mass set property |
144
- | `mass_get_property` | Mass get property |
145
- | `mass_duplicate` | Mass duplicate instances |
146
- | `smart_duplicate` | Smart duplicate with offset |
147
- | `batch_execute` | Batch execute commands |
148
- | `modify_children` | Modify all children |
149
-
150
- ### Asset - 7
151
-
152
- | Tool | Description |
153
- |------|-------------|
154
- | `insert_model` | Insert model from Creator Store |
155
- | `get_asset_info` | Get asset information |
156
- | `search_creator_store` | Search Creator Store assets |
157
- | `search_and_insert_model` | Search and insert model |
158
- | `insert_free_model` | Insert free model |
159
- | `insert_package` | Insert package |
160
- | `export_selection` | Export selection |
161
-
162
- ### Environment - 5
163
-
164
- | Tool | Description |
165
- |------|-------------|
166
- | `set_lighting` | Set lighting properties |
167
- | `set_atmosphere` | Set Atmosphere properties |
168
- | `set_sky` | Set Sky properties |
169
- | `set_terrain` | Set Terrain properties |
170
- | `set_time_of_day` | Set time of day |
171
-
172
- ### State - 9
173
-
174
- | Tool | Description |
175
- |------|-------------|
176
- | `sync_workspace_state` | Sync Workspace state |
177
- | `get_workspace_snapshot` | Get Workspace snapshot |
178
- | `get_recent_changes` | Get recent changes |
179
- | `clear_change_history` | Clear change history |
180
- | `get_viewport_info` | Get viewport info |
181
- | `get_workspace_metadata` | Get Workspace metadata |
182
- | `get_script_list` | Get script list |
183
- | `get_selection_info` | Get selection info |
184
- | `clear_state_cache` | Clear state cache |
185
-
186
- ### Spatial - 5
187
-
188
- | Tool | Description |
189
- |------|-------------|
190
- | `get_spatial_map` | Get spatial map of area |
191
- | `find_empty_space` | Find empty space in area |
192
- | `get_bounds` | Get instance bounding box |
193
- | `snap_to_grid` | Snap position to grid |
194
- | `check_collision` | Check collision between instances |
195
-
196
- ### Raycast - 8
197
-
198
- | Tool | Description |
199
- |------|-------------|
200
- | `raycast` | Perform raycast and get hit info |
201
- | `find_ground` | Find ground position at point |
202
- | `check_placement` | Check if placement is valid |
203
- | `multi_raycast` | Perform multiple raycasts |
204
- | `scan_area` | Scan area and generate heightmap |
205
- | `find_flat_areas` | Find flat placement areas |
206
- | `find_spawn_positions` | Find valid spawn positions |
207
- | `analyze_walkable_area` | Analyze walkable area |
208
-
209
- ### Terrain - 14
210
-
211
- | Tool | Description |
212
- |------|-------------|
213
- | `terrain_fill_block` | Fill terrain with block shape |
214
- | `terrain_fill_ball` | Fill terrain with ball shape |
215
- | `terrain_fill_cylinder` | Fill terrain with cylinder shape |
216
- | `terrain_fill_wedge` | Fill terrain with wedge shape |
217
- | `terrain_clear` | Clear terrain (Region object) |
218
- | `terrain_clear_region` | Clear terrain (min/max coords) |
219
- | `terrain_replace_material` | Replace terrain material |
220
- | `terrain_get_material_color` | Get terrain material color |
221
- | `terrain_set_material_color` | Set terrain material color |
222
- | `terrain_read_voxel` | Read single voxel |
223
- | `terrain_read_voxels` | Read voxel data |
224
- | `terrain_write_voxels` | Write voxel data |
225
- | `terrain_generate` | Generate procedural terrain |
226
- | `terrain_smooth` | Smooth terrain |
227
-
228
- ### Visualization - 7
229
-
230
- | Tool | Description |
231
- |------|-------------|
232
- | `visualization_create_area` | Create area visualization |
233
- | `visualization_create_marker` | Create marker visualization (with preview) |
234
- | `visualization_create_line` | Create line visualization |
235
- | `visualization_remove` | Remove visualization |
236
- | `visualization_clear` | Clear all visualizations |
237
- | `visualization_get_status` | Get visualization status |
238
- | `visualization_focus` | Focus camera on visualization |
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)
package/docs/es/README.md CHANGED
@@ -1,47 +1,46 @@
1
1
  # Roblox MCP
2
2
 
3
- [English](../en/README.md) | [한국어](../ko/README.md) | [日本語](../ja/README.md) | **Español** | [Português](../pt-br/README.md) | [Bahasa Indonesia](../id/README.md)
3
+ > Habla con la IA y se ejecuta directamente en Roblox Studio.
4
4
 
5
- > Controla Roblox Studio con IA.
5
+ [English](../../README.md) | [한국어](../ko/README.md) | [日本語](../ja/README.md) | **Español** | [Português](../pt-br/README.md) | [Bahasa Indonesia](../id/README.md)
6
6
 
7
7
  [![Demo](https://img.youtube.com/vi/3jrUpBbZPaw/maxresdefault.jpg)](https://youtu.be/3jrUpBbZPaw)
8
8
 
9
- ## Instrucciones de Instalacion
9
+ ## Qué puedes hacer
10
10
 
11
- ### 1. Instalar el Plugin de Roblox
11
+ ### Crear juegos completos de una vez
12
+ Puedes pedir cosas como "Crea un juego de supervivencia estilo Minecraft" o "Crea un juego de escape room", y la IA diseñará la estructura del juego, creará mapas, objetos y scripts por ti. Con una simple idea, puedes tener un juego jugable.
13
+ > **Tip**: Pide primero "Haz un plan", revísalo y luego di "Ejecútalo" para obtener mejores resultados.
12
14
 
13
- 👉 [Guia de instalacion del plugin](installation/roblox-plugin.md)
15
+ ### Crear y colocar objetos
16
+ "Crea una casa de ladrillos rojos", "Planta 10 árboles en línea"
14
17
 
15
- ### 2. Configuracion del Servidor MCP
18
+ ### Escribir y modificar scripts
19
+ "Haz que salgan partículas cuando el jugador salte", "Encuentra el bug en este script"
16
20
 
17
- Se puede usar con cualquier aplicacion de IA que soporte MCP. Consulta la guia correspondiente a tu aplicacion de IA:
21
+ ### Configurar la atmósfera del mapa
22
+ "Cámbialo a ambiente de atardecer", "Hazlo oscuro como un día lluvioso"
18
23
 
19
- | Aplicacion IA | Guia de instalacion |
20
- |---------------|---------------------|
21
- | Claude Code | [Como configurar](installation/claude-code.md) |
22
- | Claude Desktop | [Como configurar](installation/claude-app.md) |
23
- | Codex CLI | [Como configurar](installation/codex-cli.md) |
24
- | Codex Desktop | [Como configurar](installation/codex-app.md) |
25
- | Gemini CLI | [Como configurar](installation/gemini-cli.md) |
26
- | Cursor, Windsurf, etc. | [Como configurar](installation/antigravity.md) |
24
+ ### Generar terrenos
25
+ Crea terrenos naturales como montañas, ríos, llanuras y cuevas solo con conversación
27
26
 
28
- ## Lista de Herramientas
27
+ ### Buscar e insertar assets
28
+ Busca e inserta modelos gratuitos del Creator Store. "Busca e inserta un modelo de castillo medieval"
29
29
 
30
- 👉 [Ver lista completa de herramientas](tools/overview.md)
30
+ ### Análisis espacial y colocación
31
+ "Encuentra espacios vacíos en esta área", "Analiza el área donde los monstruos pueden caminar"
31
32
 
32
- ## Solucion de Problemas
33
+ ### Depuración y análisis
34
+ Revisa logs de errores, encuentra problemas y corrige
33
35
 
34
- - **"Not Connected"**: Presiona el boton Connect nuevamente en el plugin
35
- - **Puerto**: Usa el puerto 3002 (localhost)
36
+ > [Ver lista completa de funciones](tools/overview.md)
36
37
 
37
- ## Enlaces
38
+ ## Comenzar
39
+ 1. **Instalar el plugin de Roblox Studio** — Conecta Studio con la IA
40
+ 2. **Registrar el servidor MCP en tu app de IA** — Para que la app de IA lo reconozca
41
+
42
+ Toma solo 5 minutos. 👉 [Ver guía de instalación](installation/README.md)
38
43
 
44
+ ## Enlaces
39
45
  - [GitHub](https://github.com/hope1026/roblox-mcp)
40
46
  - [Reportar problemas](https://github.com/hope1026/roblox-mcp/issues)
41
-
42
- ## Licencia
43
-
44
- Uso gratuito para desarrollo de juegos.
45
-
46
- ✅ **Permitido**: Desarrollo de juegos, juegos comerciales, proyectos personales
47
- ❌ **No permitido**: Reventa de software, desarrollo de productos competidores
@@ -0,0 +1,44 @@
1
+ # Guía de Instalación
2
+
3
+ Para usar Roblox MCP, necesitas configurar dos cosas:
4
+
5
+ ```
6
+ App de IA (Claude, etc.)
7
+
8
+ Servidor MCP
9
+
10
+ Plugin de Roblox Studio
11
+ ```
12
+
13
+ ## Paso 1: Instalar el Plugin de Roblox Studio
14
+
15
+ El plugin conecta Roblox Studio con la IA.
16
+
17
+ 👉 [Guía de instalación del plugin](roblox-plugin.md)
18
+
19
+ ## Paso 2: Registrar el Servidor MCP en tu App de IA
20
+
21
+ Configura el servidor MCP en tu app de IA para que pueda comunicarse con Roblox Studio.
22
+
23
+ | App de IA | Cómo configurar |
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) |
30
+
31
+ > **Nota**: Funciona con cualquier app compatible con MCP. El comando es:
32
+ > ```bash
33
+ > npx -y @weppy/roblox-mcp
34
+ > ```
35
+
36
+ ## Después de la Instalación
37
+
38
+ Prueba con un comando simple:
39
+
40
+ ```
41
+ Crea una parte azul en Roblox Studio
42
+ ```
43
+
44
+ Si funciona, ¡estás listo para empezar!
@@ -0,0 +1,89 @@
1
+ # Configuración de Antigravity
2
+
3
+ Cómo usar Roblox MCP con [Google Antigravity](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/).
4
+
5
+ > **Antigravity** es la plataforma de desarrollo basada en agentes de Google, donde los agentes de IA se mueven entre la edición de código, la terminal y el navegador para realizar tareas complejas de forma autónoma.
6
+
7
+ ## Requisitos previos
8
+
9
+ 1. **Antigravity** instalado (consulta la documentación oficial para SO compatibles y requisitos)
10
+ 2. **Node.js** (v18.0.0 o superior, `npx` disponible)
11
+ 3. **Plugin de Roblox Studio** instalado
12
+
13
+ ## Registrar servidor MCP
14
+
15
+ En Antigravity, los servidores MCP se administran en el **panel de agente (Agent pane)**.
16
+
17
+ ### Registro manual mediante raw config (recomendado)
18
+
19
+ 1. En el panel de agente, haz clic en **⋯** → **MCP Servers** → **Manage MCP Servers** → **View raw config**
20
+
21
+ ![Abrir menú de MCP Servers](../../../assets/screenshots/antigravity/antigravity_mcp_services_menu.png)
22
+
23
+ 2. En la configuración (JSON) que se muestra, agrega/fusiona lo siguiente:
24
+
25
+ ```json
26
+ {
27
+ "mcpServers": {
28
+ "weppy-roblox-mcp": {
29
+ "command": "npx",
30
+ "args": ["-y", "@weppy/roblox-mcp"]
31
+ }
32
+ }
33
+ }
34
+ ```
35
+
36
+ ![Editar raw config](../../../assets/screenshots/antigravity/antigravity_mcp_raw.png)
37
+
38
+ 3. Guarda y ejecuta **Refresh** (o reinicia/actualiza según lo indique la UI)
39
+
40
+ > La ruta/nombre real del archivo de configuración puede variar según el SO y la versión de Antigravity, así que edita siempre la ubicación indicada en **View raw config**.
41
+
42
+ ### Opción: Ajustar puerto/logs con variables de entorno
43
+
44
+ Se recomienda mantener el valor predeterminado (HTTP `127.0.0.1:3002`). Si es necesario, puedes establecer variables de entorno así:
45
+
46
+ ```json
47
+ {
48
+ "mcpServers": {
49
+ "weppy-roblox-mcp": {
50
+ "command": "npx",
51
+ "args": ["-y", "@weppy/roblox-mcp"],
52
+ "env": {
53
+ "HTTP_HOST": "127.0.0.1",
54
+ "HTTP_PORT": "3002",
55
+ "LOG_LEVEL": "INFO"
56
+ }
57
+ }
58
+ }
59
+ }
60
+ ```
61
+
62
+ ## Prueba de conexión
63
+
64
+ 1. Abre **Roblox Studio** → pestaña Plugins → **W-MCP** → **Connect**
65
+ 2. En **Antigravity**, escribe:
66
+ ```
67
+ Dime qué está seleccionado actualmente en Roblox Studio
68
+ ```
69
+
70
+ ## Solución de problemas
71
+
72
+ ### Cuando el servidor no inicia
73
+
74
+ Ejecuta el servidor MCP directamente para ver el error:
75
+ ```bash
76
+ npx -y @weppy/roblox-mcp
77
+ ```
78
+
79
+ ### Falla de conexión
80
+
81
+ - Verifica que el plugin de Roblox Studio esté en estado **Connected**
82
+ - Verifica que el puerto **3002** no esté bloqueado por el firewall
83
+ - Revisa el estado del servidor en el panel de agente **⋯** → **MCP Servers**
84
+ - (Avanzado) Si cambiaste `HTTP_PORT`, el plugin/bridge de Roblox Studio también debe usar el mismo puerto.
85
+
86
+ ## Referencias
87
+
88
+ - [Introducción a Google Antigravity](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/)
89
+ - [Guía de inicio de Antigravity (Codelab)](https://codelabs.developers.google.com/getting-started-google-antigravity)
@@ -4,7 +4,7 @@ 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.zip` desde [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
7
+ 1. Descarga `weppy-roblox-mcp-basic-v{versión}.zip` desde [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
8
8
  2. Extrae el archivo ZIP — encontraras el archivo `roblox-plugin/WeppyRobloxMCP.rbxm` y guias de instalacion
9
9
 
10
10
  ## 2. Instalar el Plugin
@@ -32,12 +32,12 @@ El servidor MCP debe estar instalado. Completa primero la guia correspondiente a
32
32
 
33
33
  | Aplicacion IA | Guia de instalacion |
34
34
  |---------------|---------------------|
35
- | Claude Code | [Como configurar](claude-code.md) |
36
- | Claude Desktop | [Como configurar](claude-app.md) |
37
- | Codex CLI | [Como configurar](codex-cli.md) |
38
- | Codex Desktop | [Como configurar](codex-app.md) |
39
- | Gemini CLI | [Como configurar](gemini-cli.md) |
40
- | Cursor, Windsurf, etc. | [Como configurar](antigravity.md) |
35
+ | Claude Code | [Como configurar](ai-apps/claude-code.md) |
36
+ | Claude Desktop | [Como configurar](ai-apps/claude-app.md) |
37
+ | Codex CLI | [Como configurar](ai-apps/codex-cli.md) |
38
+ | Codex Desktop | [Como configurar](ai-apps/codex-app.md) |
39
+ | Gemini CLI | [Como configurar](ai-apps/gemini-cli.md) |
40
+ | Antigravity | [Como configurar](ai-apps/antigravity.md) |
41
41
 
42
42
  ### Conectar
43
43
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  **Juegos mas completos** - Con herramientas de terreno, entorno, assets y espacio, puedes crear mundos de juego terminados, no solo prototipos.
8
8
 
9
- ## Herramientas que agrega Pro (72)
9
+ ## Herramientas que agrega Pro
10
10
 
11
11
  | Categoria | Funciones |
12
12
  |-----------|-----------|
@@ -21,8 +21,7 @@
21
21
 
22
22
  ### Paso 1: Comprar en Gumroad
23
23
 
24
- 1. Visita [Gumroad - Weppy Roblox Plugin](https://sunityplugin.gumroad.com/l/chllph?utm_source=github&utm_medium=repo&utm_campaign=sunity_plugin
25
- )
24
+ 1. Visita [Gumroad - Weppy Roblox Plugin](https://gumroad.com/l/chllph?utm_source=github&utm_medium=repo&utm_campaign=sunity_plugin)
26
25
  2. Descarga el plugin
27
26
 
28
27
  ### Paso 2: Instalar el Plugin
@@ -37,12 +36,12 @@
37
36
 
38
37
  1. Abre el plugin W-MCP
39
38
  2. Verifica que aparezca la insignia "Pro"
40
- 3. ¡Las 140 herramientas completas estan disponibles!
39
+ 3. Todas las herramientas estan disponibles!
41
40
 
42
41
  ## Comparacion de Funciones
43
42
 
44
- | Funcion | Basic (68) | Pro (140) |
45
- |---------|:----------:|:---------:|
43
+ | Funcion | Basic | Pro |
44
+ |---------|:-----:|:---:|
46
45
  | Instance, Script, Property | ✅ Acceso completo | ✅ Acceso completo |
47
46
  | Selection, Tag, Camera, Log | ✅ Acceso completo | ✅ Acceso completo |
48
47
  | Operaciones masivas (Bulk) | ― | ✅ Ilimitado |