@weppy/roblox-mcp 0.1.9 → 0.1.11
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/docs/assets/screenshots/antigravity/antigravity_mcp_raw.png +3 -0
- package/docs/assets/screenshots/antigravity/antigravity_mcp_services_menu.png +3 -0
- package/docs/assets/screenshots/antigravity/antigravity_raw_config_menu.png +3 -0
- package/docs/en/installation/ai-apps/antigravity.md +26 -67
- package/docs/en/installation/ai-apps/gemini-cli.md +24 -31
- package/docs/en/installation/roblox-plugin.md +1 -1
- package/docs/es/installation/ai-apps/antigravity.md +36 -77
- package/docs/es/installation/ai-apps/gemini-cli.md +51 -58
- package/docs/es/installation/roblox-plugin.md +1 -1
- package/docs/id/installation/ai-apps/antigravity.md +34 -75
- package/docs/id/installation/ai-apps/gemini-cli.md +42 -49
- package/docs/id/installation/roblox-plugin.md +1 -1
- package/docs/ja/installation/ai-apps/antigravity.md +22 -63
- package/docs/ja/installation/ai-apps/gemini-cli.md +39 -46
- package/docs/ja/installation/roblox-plugin.md +1 -1
- package/docs/ko/installation/ai-apps/antigravity.md +21 -63
- package/docs/ko/installation/ai-apps/gemini-cli.md +24 -31
- package/docs/ko/installation/roblox-plugin.md +1 -1
- package/docs/pt-br/installation/ai-apps/antigravity.md +36 -77
- package/docs/pt-br/installation/ai-apps/gemini-cli.md +47 -54
- package/docs/pt-br/installation/roblox-plugin.md +1 -1
- package/package.json +1 -1
- package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
- package/plugins/weppy-roblox-mcp/dist/index.js +51 -47
- package/plugins/weppy-roblox-mcp/skills/roblox-sync/SKILL.md +208 -105
- package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/post-verify.sh +12 -10
- package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/pre-check.sh +8 -5
- package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/update-metadata.sh +1 -1
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
8
|
"description": "Roblox MCP server and tools for AI-powered game development",
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.11"
|
|
10
10
|
},
|
|
11
11
|
"plugins": [
|
|
12
12
|
{
|
|
13
13
|
"name": "weppy-roblox-mcp",
|
|
14
14
|
"source": "./plugins/weppy-roblox-mcp",
|
|
15
15
|
"description": "MCP server for Roblox Studio integration - 132 tools for AI-powered game development with specialized agents and skills",
|
|
16
|
-
"version": "0.1.
|
|
16
|
+
"version": "0.1.11",
|
|
17
17
|
"author": {
|
|
18
18
|
"name": "hope1026"
|
|
19
19
|
},
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
|
|
8
|
+
## [0.1.11] - 2026-02-14
|
|
9
|
+
|
|
10
|
+
### Other Changes
|
|
11
|
+
|
|
12
|
+
- Improve stability
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [0.1.10] - 2026-02-11
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- Fix MCP server registration error in Antigravity
|
|
20
|
+
|
|
21
|
+
|
|
7
22
|
## [0.1.9] - 2026-02-08
|
|
8
23
|
|
|
9
24
|
### Other Changes
|
|
@@ -2,27 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
How to use Roblox MCP with [Google Antigravity](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/).
|
|
4
4
|
|
|
5
|
-
> **Antigravity** is Google's agentic development platform where AI agents autonomously
|
|
5
|
+
> **Antigravity** is Google's agentic development platform where AI agents autonomously move between code editing, terminal, and browser to carry out complex tasks.
|
|
6
6
|
|
|
7
7
|
## Prerequisites
|
|
8
8
|
|
|
9
|
-
1. **Antigravity** installed (
|
|
10
|
-
2. **
|
|
9
|
+
1. **Antigravity** installed (see official docs for supported OS/requirements)
|
|
10
|
+
2. **Node.js** (v18.0.0 or later, `npx` available)
|
|
11
|
+
3. **Roblox Studio plugin** installed
|
|
11
12
|
|
|
12
13
|
## Register MCP Server
|
|
13
14
|
|
|
14
|
-
|
|
15
|
+
In Antigravity, MCP servers are managed in the **agent pane (Agent pane)**.
|
|
15
16
|
|
|
16
|
-
|
|
17
|
-
2. Go to **Settings** → **MCP**
|
|
18
|
-
3. Search for `weppy-roblox-mcp` in the MCP Store
|
|
19
|
-
4. Click **Install**
|
|
17
|
+
### Manual registration via raw config (recommended)
|
|
20
18
|
|
|
21
|
-
|
|
19
|
+
1. In the agent pane, click **⋯** → **MCP Servers** → **Manage MCP Servers** → **View raw config**
|
|
22
20
|
|
|
23
|
-
|
|
21
|
+

|
|
24
22
|
|
|
25
|
-
2. Add the following
|
|
23
|
+
2. Add/merge the following into the displayed config (JSON):
|
|
26
24
|
|
|
27
25
|
```json
|
|
28
26
|
{
|
|
@@ -35,26 +33,15 @@ How to use Roblox MCP with [Google Antigravity](https://developers.googleblog.co
|
|
|
35
33
|
}
|
|
36
34
|
```
|
|
37
35
|
|
|
38
|
-
|
|
36
|
+

|
|
39
37
|
|
|
40
|
-
**
|
|
38
|
+
3. After saving, do **Refresh** (or restart/refresh per the UI guidance)
|
|
41
39
|
|
|
42
|
-
|
|
43
|
-
|----|------|
|
|
44
|
-
| macOS/Linux | `~/.gemini/antigravity/mcp_config.json` |
|
|
45
|
-
| Windows | `%USERPROFILE%\.gemini\antigravity\mcp_config.json` |
|
|
40
|
+
> The actual path/name of the config file can vary by OS and Antigravity version, so always edit based on the location shown in **View raw config**.
|
|
46
41
|
|
|
47
|
-
###
|
|
42
|
+
### Optional: Adjust port/logs with environment variables
|
|
48
43
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
```
|
|
52
|
-
Add Roblox MCP (@weppy/roblox-mcp) as an MCP server
|
|
53
|
-
```
|
|
54
|
-
|
|
55
|
-
## Important: Use Absolute Paths
|
|
56
|
-
|
|
57
|
-
> **Note**: Antigravity does not support the `${workspaceFolder}` variable. You must use **absolute paths**.
|
|
44
|
+
We recommend keeping the defaults (HTTP `127.0.0.1:3002`). If needed, you can set environment variables like this:
|
|
58
45
|
|
|
59
46
|
```json
|
|
60
47
|
{
|
|
@@ -63,7 +50,9 @@ Add Roblox MCP (@weppy/roblox-mcp) as an MCP server
|
|
|
63
50
|
"command": "npx",
|
|
64
51
|
"args": ["-y", "@weppy/roblox-mcp"],
|
|
65
52
|
"env": {
|
|
66
|
-
"
|
|
53
|
+
"HTTP_HOST": "127.0.0.1",
|
|
54
|
+
"HTTP_PORT": "3002",
|
|
55
|
+
"LOG_LEVEL": "INFO"
|
|
67
56
|
}
|
|
68
57
|
}
|
|
69
58
|
}
|
|
@@ -73,32 +62,14 @@ Add Roblox MCP (@weppy/roblox-mcp) as an MCP server
|
|
|
73
62
|
## Connection Test
|
|
74
63
|
|
|
75
64
|
1. Open **Roblox Studio** → Plugins tab → **W-MCP** → **Connect**
|
|
76
|
-
2.
|
|
65
|
+
2. In **Antigravity**, enter:
|
|
77
66
|
```
|
|
78
67
|
Tell me what's currently selected in Roblox Studio
|
|
79
68
|
```
|
|
80
69
|
|
|
81
|
-
## Using Skills
|
|
82
|
-
|
|
83
|
-
Combined with Antigravity's **Skills** system, you can create more powerful workflows:
|
|
84
|
-
|
|
85
|
-
- Define Roblox development workflows per project
|
|
86
|
-
- Package frequently used tasks as Skills
|
|
87
|
-
- Agent automatically plans, executes, and verifies tasks
|
|
88
|
-
|
|
89
|
-
## Supported Models
|
|
90
|
-
|
|
91
|
-
You can choose from the following models when using Roblox MCP in Antigravity:
|
|
92
|
-
|
|
93
|
-
| Model | Features |
|
|
94
|
-
|-------|----------|
|
|
95
|
-
| **Gemini 3 Pro** | Default model, free to use |
|
|
96
|
-
| **Claude Sonnet 4.5** | Anthropic model support |
|
|
97
|
-
| **GPT-OSS** | OpenAI model support |
|
|
98
|
-
|
|
99
70
|
## Troubleshooting
|
|
100
71
|
|
|
101
|
-
###
|
|
72
|
+
### When the server won't start
|
|
102
73
|
|
|
103
74
|
Run the MCP server directly to check for errors:
|
|
104
75
|
```bash
|
|
@@ -107,24 +78,12 @@ npx -y @weppy/roblox-mcp
|
|
|
107
78
|
|
|
108
79
|
### Connection failed
|
|
109
80
|
|
|
110
|
-
- Verify the Roblox Studio plugin is
|
|
111
|
-
- Check
|
|
112
|
-
- Check server status in
|
|
113
|
-
|
|
114
|
-
### Absolute path error
|
|
115
|
-
|
|
116
|
-
Using `${workspaceFolder}` will cause errors. Change to absolute paths:
|
|
117
|
-
|
|
118
|
-
```json
|
|
119
|
-
// Wrong
|
|
120
|
-
"args": ["--workspace", "${workspaceFolder}"]
|
|
121
|
-
|
|
122
|
-
// Correct
|
|
123
|
-
"args": ["--workspace", "/absolute/path/to/project"]
|
|
124
|
-
```
|
|
81
|
+
- Verify the Roblox Studio plugin is **Connected**
|
|
82
|
+
- Check whether port **3002** is blocked by a firewall
|
|
83
|
+
- Check server status in the agent pane **⋯** → **MCP Servers**
|
|
84
|
+
- (Advanced) If you changed `HTTP_PORT`, the Roblox Studio plugin/bridge must be configured to use the same port.
|
|
125
85
|
|
|
126
|
-
##
|
|
86
|
+
## References
|
|
127
87
|
|
|
128
|
-
- [Antigravity
|
|
129
|
-
- [Antigravity
|
|
130
|
-
- [Antigravity Skills Collection](https://github.com/sickn33/antigravity-awesome-skills)
|
|
88
|
+
- [Google Antigravity introduction](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/)
|
|
89
|
+
- [Antigravity Getting Started Guide (Codelab)](https://codelabs.developers.google.com/getting-started-google-antigravity)
|
|
@@ -18,7 +18,23 @@ How to use Roblox MCP with [Google Gemini CLI](https://github.com/google-gemini/
|
|
|
18
18
|
|
|
19
19
|
## Register MCP Server
|
|
20
20
|
|
|
21
|
-
### Method 1:
|
|
21
|
+
### Method 1: CLI Command (Recommended)
|
|
22
|
+
|
|
23
|
+
Register with a single command in your terminal:
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
gemini mcp add weppy-roblox-mcp npx --trust -- -y @weppy/roblox-mcp
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
> The `--trust` flag skips confirmation prompts for each tool call.
|
|
30
|
+
|
|
31
|
+
To register globally, add `-s user`:
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
gemini mcp add weppy-roblox-mcp npx -s user --trust -- -y @weppy/roblox-mcp
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
### Method 2: Edit Configuration File
|
|
22
38
|
|
|
23
39
|
Add the following content to `.gemini/settings.json`:
|
|
24
40
|
|
|
@@ -39,10 +55,16 @@ Add the following content to `.gemini/settings.json`:
|
|
|
39
55
|
| Project | `<project>/.gemini/settings.json` |
|
|
40
56
|
| Global | `~/.gemini/settings.json` |
|
|
41
57
|
|
|
42
|
-
### Method
|
|
58
|
+
### Method 3: Using Environment Variables
|
|
43
59
|
|
|
44
60
|
If specific environment variables are needed:
|
|
45
61
|
|
|
62
|
+
**CLI:**
|
|
63
|
+
```bash
|
|
64
|
+
gemini mcp add weppy-roblox-mcp npx --trust -e MCP_PORT=3002 -- -y @weppy/roblox-mcp
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
**Configuration file:**
|
|
46
68
|
```json
|
|
47
69
|
{
|
|
48
70
|
"mcpServers": {
|
|
@@ -73,35 +95,6 @@ You can check connected server status with the `/mcp` command in Gemini CLI:
|
|
|
73
95
|
/mcp
|
|
74
96
|
```
|
|
75
97
|
|
|
76
|
-
## Advanced Configuration
|
|
77
|
-
|
|
78
|
-
### Tool Filtering
|
|
79
|
-
|
|
80
|
-
You can include or exclude specific tools:
|
|
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` takes precedence over `includeTools`.
|
|
96
|
-
|
|
97
|
-
### Debug Mode
|
|
98
|
-
|
|
99
|
-
To debug connection issues:
|
|
100
|
-
|
|
101
|
-
```bash
|
|
102
|
-
gemini --debug
|
|
103
|
-
```
|
|
104
|
-
|
|
105
98
|
## Troubleshooting
|
|
106
99
|
|
|
107
100
|
### Server won't start
|
|
@@ -4,7 +4,7 @@ How to install the plugin to connect AI agents with Roblox Studio.
|
|
|
4
4
|
|
|
5
5
|
## 1. Download Plugin
|
|
6
6
|
|
|
7
|
-
1. Download `weppy-roblox-mcp-basic.zip` from [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
|
|
7
|
+
1. Download `weppy-roblox-mcp-basic-v{version}.zip` from [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
|
|
8
8
|
2. Extract the ZIP file — you'll find the `roblox-plugin/WeppyRobloxMCP.rbxm` file and setup guides inside
|
|
9
9
|
|
|
10
10
|
## 2. Install Plugin
|
|
@@ -1,28 +1,26 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Configuración de Antigravity
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Cómo usar Roblox MCP con [Google Antigravity](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/).
|
|
4
4
|
|
|
5
|
-
> **Antigravity** es la plataforma de desarrollo basada en agentes de Google, donde los agentes de IA
|
|
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
6
|
|
|
7
|
-
## Requisitos
|
|
7
|
+
## Requisitos previos
|
|
8
8
|
|
|
9
|
-
1. **Antigravity** instalado (
|
|
10
|
-
2. **
|
|
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
|
|
11
12
|
|
|
12
|
-
## Registrar
|
|
13
|
+
## Registrar servidor MCP
|
|
13
14
|
|
|
14
|
-
|
|
15
|
+
En Antigravity, los servidores MCP se administran en el **panel de agente (Agent pane)**.
|
|
15
16
|
|
|
16
|
-
|
|
17
|
-
2. Ve a **Settings** → **MCP**
|
|
18
|
-
3. Busca `weppy-roblox-mcp` en MCP Store
|
|
19
|
-
4. Clic en **Install**
|
|
17
|
+
### Registro manual mediante raw config (recomendado)
|
|
20
18
|
|
|
21
|
-
|
|
19
|
+
1. En el panel de agente, haz clic en **⋯** → **MCP Servers** → **Manage MCP Servers** → **View raw config**
|
|
22
20
|
|
|
23
|
-
|
|
21
|
+

|
|
24
22
|
|
|
25
|
-
2.
|
|
23
|
+
2. En la configuración (JSON) que se muestra, agrega/fusiona lo siguiente:
|
|
26
24
|
|
|
27
25
|
```json
|
|
28
26
|
{
|
|
@@ -35,26 +33,15 @@ Como usar Roblox MCP en [Google Antigravity](https://developers.googleblog.com/b
|
|
|
35
33
|
}
|
|
36
34
|
```
|
|
37
35
|
|
|
38
|
-
|
|
36
|
+

|
|
39
37
|
|
|
40
|
-
**
|
|
38
|
+
3. Guarda y ejecuta **Refresh** (o reinicia/actualiza según lo indique la UI)
|
|
41
39
|
|
|
42
|
-
|
|
43
|
-
|----|------|
|
|
44
|
-
| macOS/Linux | `~/.gemini/antigravity/mcp_config.json` |
|
|
45
|
-
| Windows | `%USERPROFILE%\.gemini\antigravity\mcp_config.json` |
|
|
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**.
|
|
46
41
|
|
|
47
|
-
###
|
|
42
|
+
### Opción: Ajustar puerto/logs con variables de entorno
|
|
48
43
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
```
|
|
52
|
-
Agrega Roblox MCP (@weppy/roblox-mcp) como servidor MCP
|
|
53
|
-
```
|
|
54
|
-
|
|
55
|
-
## Importante: Usar Rutas Absolutas
|
|
56
|
-
|
|
57
|
-
> **Atencion**: Antigravity no soporta la variable `${workspaceFolder}`. Asegurate de usar **rutas absolutas**.
|
|
44
|
+
Se recomienda mantener el valor predeterminado (HTTP `127.0.0.1:3002`). Si es necesario, puedes establecer variables de entorno así:
|
|
58
45
|
|
|
59
46
|
```json
|
|
60
47
|
{
|
|
@@ -63,68 +50,40 @@ Agrega Roblox MCP (@weppy/roblox-mcp) como servidor MCP
|
|
|
63
50
|
"command": "npx",
|
|
64
51
|
"args": ["-y", "@weppy/roblox-mcp"],
|
|
65
52
|
"env": {
|
|
66
|
-
"
|
|
53
|
+
"HTTP_HOST": "127.0.0.1",
|
|
54
|
+
"HTTP_PORT": "3002",
|
|
55
|
+
"LOG_LEVEL": "INFO"
|
|
67
56
|
}
|
|
68
57
|
}
|
|
69
58
|
}
|
|
70
59
|
}
|
|
71
60
|
```
|
|
72
61
|
|
|
73
|
-
##
|
|
62
|
+
## Prueba de conexión
|
|
74
63
|
|
|
75
|
-
1. Abre **Roblox Studio** →
|
|
76
|
-
2.
|
|
64
|
+
1. Abre **Roblox Studio** → pestaña Plugins → **W-MCP** → **Connect**
|
|
65
|
+
2. En **Antigravity**, escribe:
|
|
77
66
|
```
|
|
78
|
-
Dime
|
|
67
|
+
Dime qué está seleccionado actualmente en Roblox Studio
|
|
79
68
|
```
|
|
80
69
|
|
|
81
|
-
##
|
|
82
|
-
|
|
83
|
-
Combinado con el sistema de **Skills** de Antigravity, puedes configurar flujos de trabajo mas potentes:
|
|
84
|
-
|
|
85
|
-
- Define flujos de trabajo de desarrollo Roblox por proyecto
|
|
86
|
-
- Empaqueta tareas frecuentes como Skills
|
|
87
|
-
- El agente planifica, ejecuta y verifica tareas automaticamente
|
|
88
|
-
|
|
89
|
-
## Modelos Soportados
|
|
90
|
-
|
|
91
|
-
Puedes elegir los siguientes modelos al usar Roblox MCP en Antigravity:
|
|
70
|
+
## Solución de problemas
|
|
92
71
|
|
|
93
|
-
|
|
94
|
-
|--------|-----------------|
|
|
95
|
-
| **Gemini 3 Pro** | Modelo predeterminado, uso gratuito |
|
|
96
|
-
| **Claude Sonnet 4.5** | Soporte para modelos de Anthropic |
|
|
97
|
-
| **GPT-OSS** | Soporte para modelos de OpenAI |
|
|
72
|
+
### Cuando el servidor no inicia
|
|
98
73
|
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
### El servidor no inicia
|
|
102
|
-
|
|
103
|
-
Ejecuta el servidor MCP directamente para ver los errores:
|
|
74
|
+
Ejecuta el servidor MCP directamente para ver el error:
|
|
104
75
|
```bash
|
|
105
76
|
npx -y @weppy/roblox-mcp
|
|
106
77
|
```
|
|
107
78
|
|
|
108
|
-
###
|
|
109
|
-
|
|
110
|
-
- Verifica que el plugin de Roblox Studio este en estado **Connected**
|
|
111
|
-
- Verifica que el puerto 3002 no este bloqueado por el firewall
|
|
112
|
-
- Verifica el estado del servidor en Settings → MCP
|
|
113
|
-
|
|
114
|
-
### Error de ruta absoluta
|
|
79
|
+
### Falla de conexión
|
|
115
80
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
"args": ["--workspace", "${workspaceFolder}"]
|
|
121
|
-
|
|
122
|
-
// ✅ Correcto
|
|
123
|
-
"args": ["--workspace", "/absolute/path/to/project"]
|
|
124
|
-
```
|
|
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.
|
|
125
85
|
|
|
126
|
-
##
|
|
86
|
+
## Referencias
|
|
127
87
|
|
|
128
|
-
- [
|
|
129
|
-
- [
|
|
130
|
-
- [Coleccion de Skills de Antigravity](https://github.com/sickn33/antigravity-awesome-skills)
|
|
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)
|
|
@@ -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,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
|