@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.
- package/.claude-plugin/marketplace.json +2 -2
- package/CHANGELOG.md +52 -10
- package/README.md +6 -0
- package/docs/en/installation/ai-apps/gemini-cli.md +24 -31
- package/docs/en/installation/roblox-plugin.md +10 -5
- package/docs/en/pro-upgrade.md +36 -30
- package/docs/en/tools/overview.md +255 -95
- package/docs/es/README.md +6 -0
- package/docs/es/installation/README.md +6 -5
- package/docs/es/installation/ai-apps/gemini-cli.md +51 -58
- package/docs/es/installation/roblox-plugin.md +29 -24
- package/docs/es/pro-upgrade.md +39 -33
- package/docs/es/tools/overview.md +4 -0
- package/docs/id/README.md +6 -0
- package/docs/id/installation/ai-apps/gemini-cli.md +42 -49
- package/docs/id/installation/roblox-plugin.md +28 -23
- package/docs/id/pro-upgrade.md +36 -30
- package/docs/id/tools/overview.md +4 -0
- package/docs/ja/README.md +6 -0
- package/docs/ja/installation/README.md +5 -5
- package/docs/ja/installation/ai-apps/gemini-cli.md +39 -46
- package/docs/ja/installation/roblox-plugin.md +32 -27
- package/docs/ja/pro-upgrade.md +38 -32
- package/docs/ja/tools/overview.md +4 -0
- package/docs/ko/README.md +6 -0
- package/docs/ko/installation/ai-apps/gemini-cli.md +24 -31
- package/docs/ko/installation/roblox-plugin.md +10 -5
- package/docs/ko/pro-upgrade.md +36 -30
- package/docs/ko/tools/overview.md +255 -95
- package/docs/pt-br/README.md +6 -0
- package/docs/pt-br/installation/ai-apps/gemini-cli.md +47 -54
- package/docs/pt-br/installation/roblox-plugin.md +28 -23
- package/docs/pt-br/pro-upgrade.md +39 -33
- package/docs/pt-br/tools/overview.md +4 -0
- package/package.json +4 -2
- package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
- package/plugins/weppy-roblox-mcp/dist/index.js +70 -98
- package/plugins/weppy-roblox-mcp/skills/roblox-game-dev/SKILL.md +0 -155
- package/plugins/weppy-roblox-mcp/skills/roblox-game-dev/references/animations.json +0 -34
- package/plugins/weppy-roblox-mcp/skills/roblox-game-dev/references/mcp-tools.md +0 -220
- package/plugins/weppy-roblox-mcp/skills/roblox-sync/SKILL.md +0 -492
- package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/post-verify.sh +0 -162
- package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/pre-check.sh +0 -307
- package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/update-metadata.sh +0 -27
|
@@ -1,95 +1,255 @@
|
|
|
1
|
-
# Roblox MCP
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
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**
|
|
26
|
-
| **Claude Desktop** | [
|
|
27
|
-
| **
|
|
28
|
-
| **
|
|
29
|
-
| **
|
|
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
|
-
#
|
|
1
|
+
# Configuración de Gemini CLI
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Cómo usar Roblox MCP con [Google Gemini CLI](https://github.com/google-gemini/gemini-cli).
|
|
4
4
|
|
|
5
|
-
## Requisitos
|
|
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
|
|
19
|
+
## Registrar el servidor MCP
|
|
20
20
|
|
|
21
|
-
###
|
|
21
|
+
### Método 1: Comando CLI (Recomendado)
|
|
22
22
|
|
|
23
|
-
|
|
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
|
-
**
|
|
37
|
-
|
|
|
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
|
-
###
|
|
58
|
+
### Método 3: Uso de variables de entorno
|
|
59
|
+
|
|
60
|
+
Si se necesitan variables de entorno específicas:
|
|
43
61
|
|
|
44
|
-
|
|
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
|
-
##
|
|
82
|
+
## Prueba de conexión
|
|
61
83
|
|
|
62
|
-
1.
|
|
63
|
-
2.
|
|
84
|
+
1. Abra **Roblox Studio** → pestaña Plugins → **W-MCP** → **Connect**
|
|
85
|
+
2. Ejecute **Gemini CLI** e ingrese:
|
|
64
86
|
```
|
|
65
|
-
Dime
|
|
87
|
+
Dime qué está seleccionado actualmente en Roblox Studio
|
|
66
88
|
```
|
|
67
89
|
|
|
68
|
-
## Verificar
|
|
90
|
+
## Verificar el estado del servidor MCP
|
|
69
91
|
|
|
70
|
-
|
|
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
|
-
##
|
|
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
|
-
|
|
102
|
+
Ejecute el servidor MCP directamente para verificar errores:
|
|
110
103
|
```bash
|
|
111
104
|
npx -y @weppy/roblox-mcp
|
|
112
105
|
```
|
|
113
106
|
|
|
114
|
-
###
|
|
107
|
+
### Conexión fallida
|
|
115
108
|
|
|
116
|
-
-
|
|
117
|
-
-
|
|
118
|
-
-
|
|
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
|
-
###
|
|
113
|
+
### Conflictos de herramientas
|
|
121
114
|
|
|
122
|
-
Si
|
|
115
|
+
Si varios servidores MCP tienen herramientas con el mismo nombre, se les agregará el prefijo con el formato `serverAlias__toolName`.
|
|
123
116
|
|
|
124
|
-
##
|
|
117
|
+
## Referencias
|
|
125
118
|
|
|
126
|
-
- [
|
|
127
|
-
- [
|
|
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.
|
|
8
|
-
2.
|
|
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**
|
|
14
|
-
3. Clic en
|
|
18
|
+
2. Clic en la pestana **Plugins**
|
|
19
|
+
3. Clic en **Plugins Folder**
|
|
15
20
|
|
|
16
21
|

|
|
17
22
|
|
|
18
|
-
4. **Copia**
|
|
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
|
|
28
|
+
Despues de reiniciar, aparecera el boton **W-MCP** en Plugins.
|
|
24
29
|
|
|
25
30
|

|
|
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
|
|
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.
|
|
46
|
-
3. Clic en
|
|
47
|
-
4.
|
|
50
|
+
2. Pestaña **Plugins** -> **W-MCP**
|
|
51
|
+
3. Clic en **Connect**
|
|
52
|
+
4. Cuando veas **"Connected"**, listo
|
|
48
53
|
|
|
49
54
|

|
|
50
55
|
|
|
51
56
|
## 5. Configuracion (Opcional)
|
|
52
57
|
|
|
53
|
-
|
|
58
|
+
Usa el boton de configuracion en la esquina superior derecha.
|
|
54
59
|
|
|
55
60
|

|
|
56
61
|
|
|
57
|
-
- **Conexion automatica
|
|
58
|
-
- **Reconexion automatica
|
|
59
|
-
- **Enfoque automatico de camara
|
|
60
|
-
- **Idioma
|
|
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
|
-
-
|
|
67
|
-
- Verifica que el archivo
|
|
68
|
-
- Verifica que
|
|
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
|
|
73
|
-
-
|
|
74
|
-
- Verifica
|
|
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
|
|
81
|
+
### La conexion se corta seguido
|
|
77
82
|
|
|
78
|
-
- Activa
|
|
79
|
-
-
|
|
83
|
+
- Activa **Reconexion automatica**
|
|
84
|
+
- Reinicia tu app de IA
|