@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.
Files changed (30) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/CHANGELOG.md +15 -0
  3. package/docs/assets/screenshots/antigravity/antigravity_mcp_raw.png +3 -0
  4. package/docs/assets/screenshots/antigravity/antigravity_mcp_services_menu.png +3 -0
  5. package/docs/assets/screenshots/antigravity/antigravity_raw_config_menu.png +3 -0
  6. package/docs/en/installation/ai-apps/antigravity.md +26 -67
  7. package/docs/en/installation/ai-apps/gemini-cli.md +24 -31
  8. package/docs/en/installation/roblox-plugin.md +1 -1
  9. package/docs/es/installation/ai-apps/antigravity.md +36 -77
  10. package/docs/es/installation/ai-apps/gemini-cli.md +51 -58
  11. package/docs/es/installation/roblox-plugin.md +1 -1
  12. package/docs/id/installation/ai-apps/antigravity.md +34 -75
  13. package/docs/id/installation/ai-apps/gemini-cli.md +42 -49
  14. package/docs/id/installation/roblox-plugin.md +1 -1
  15. package/docs/ja/installation/ai-apps/antigravity.md +22 -63
  16. package/docs/ja/installation/ai-apps/gemini-cli.md +39 -46
  17. package/docs/ja/installation/roblox-plugin.md +1 -1
  18. package/docs/ko/installation/ai-apps/antigravity.md +21 -63
  19. package/docs/ko/installation/ai-apps/gemini-cli.md +24 -31
  20. package/docs/ko/installation/roblox-plugin.md +1 -1
  21. package/docs/pt-br/installation/ai-apps/antigravity.md +36 -77
  22. package/docs/pt-br/installation/ai-apps/gemini-cli.md +47 -54
  23. package/docs/pt-br/installation/roblox-plugin.md +1 -1
  24. package/package.json +1 -1
  25. package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
  26. package/plugins/weppy-roblox-mcp/dist/index.js +51 -47
  27. package/plugins/weppy-roblox-mcp/skills/roblox-sync/SKILL.md +208 -105
  28. package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/post-verify.sh +12 -10
  29. package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/pre-check.sh +8 -5
  30. 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"
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.9",
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
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2969a3e379d03c818fb7347c46dfb6c4bb64229b374395dbc743e8d14d377a5
3
+ size 102777
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb0067cc7dc03f6711158dc8bf530e63ff7367cc0e776aa3e766ec4856130ebb
3
+ size 21639
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea06a903234bd187597776f55c0bb1caf4c838b368573c69fc631e1e926707ac
3
+ size 70486
@@ -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 navigate between code editing, terminal, and browser to perform complex tasks.
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 (supports macOS, Windows, Linux)
10
- 2. **Roblox Studio Plugin** installed
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
- ### Method 1: Install from MCP Store (Recommended)
15
+ In Antigravity, MCP servers are managed in the **agent pane (Agent pane)**.
15
16
 
16
- 1. Open Antigravity
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
- ### Method 2: Edit Configuration File Directly
19
+ 1. In the agent pane, click **⋯** → **MCP Servers** → **Manage MCP Servers** → **View raw config**
22
20
 
23
- 1. In Antigravity, click **...** menu → **MCP Servers** → **Manage MCP Servers** → **View raw config**
21
+ ![Open MCP Servers menu](../../../assets/screenshots/antigravity/antigravity_mcp_services_menu.png)
24
22
 
25
- 2. Add the following content to the `mcp_config.json` file:
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
- 3. After saving, click **Refresh** in **Manage MCP Servers**
36
+ ![Edit raw config](../../../assets/screenshots/antigravity/antigravity_mcp_raw.png)
39
37
 
40
- **Configuration file locations:**
38
+ 3. After saving, do **Refresh** (or restart/refresh per the UI guidance)
41
39
 
42
- | OS | Path |
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
- ### Method 3: Ask the Agent
42
+ ### Optional: Adjust port/logs with environment variables
48
43
 
49
- You can also ask the Antigravity Agent directly:
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
- "PROJECT_ROOT": "/Users/username/projects/my-roblox-game"
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. Enter in **Antigravity**:
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
- ### Server won't start
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 in **Connected** state
111
- - Check if port 3002 is blocked by a firewall
112
- - Check server status in Settings → MCP
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
- ## Reference
86
+ ## References
127
87
 
128
- - [Antigravity Getting Started Guide](https://codelabs.developers.google.com/getting-started-google-antigravity)
129
- - [Antigravity MCP Integration Guide](https://composio.dev/blog/howto-mcp-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: Edit Configuration File (Recommended)
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 2: Using Environment Variables
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
- # Configuracion de Antigravity
1
+ # Configuración de Antigravity
2
2
 
3
- Como usar Roblox MCP en [Google Antigravity](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/).
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 realizan tareas complejas de forma autonoma navegando entre el editor de codigo, la terminal y el navegador.
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 Previos
7
+ ## Requisitos previos
8
8
 
9
- 1. **Antigravity** instalado (compatible con macOS, Windows, Linux)
10
- 2. **Plugin de Roblox Studio** instalado
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 el Servidor MCP
13
+ ## Registrar servidor MCP
13
14
 
14
- ### Metodo 1: Instalar desde MCP Store (Recomendado)
15
+ En Antigravity, los servidores MCP se administran en el **panel de agente (Agent pane)**.
15
16
 
16
- 1. Abre Antigravity
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
- ### Metodo 2: Editar archivo de configuracion directamente
19
+ 1. En el panel de agente, haz clic en **⋯** → **MCP Servers** → **Manage MCP Servers** → **View raw config**
22
20
 
23
- 1. En Antigravity, clic en menu **⋯** → **MCP Servers** → **Manage MCP Servers** → **View raw config**
21
+ ![Abrir menú de MCP Servers](../../../assets/screenshots/antigravity/antigravity_mcp_services_menu.png)
24
22
 
25
- 2. Agrega el siguiente contenido al archivo `mcp_config.json`:
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
- 3. Guarda y clic en **Refresh** en **Manage MCP Servers**
36
+ ![Editar raw config](../../../assets/screenshots/antigravity/antigravity_mcp_raw.png)
39
37
 
40
- **Ubicacion del archivo de configuracion:**
38
+ 3. Guarda y ejecuta **Refresh** (o reinicia/actualiza según lo indique la UI)
41
39
 
42
- | SO | Ruta |
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
- ### Metodo 3: Pedir al Agente
42
+ ### Opción: Ajustar puerto/logs con variables de entorno
48
43
 
49
- Tambien puedes pedirlo directamente al Agente de Antigravity:
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
- "PROJECT_ROOT": "/Users/username/projects/my-roblox-game"
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
- ## Probar la Conexion
62
+ ## Prueba de conexión
74
63
 
75
- 1. Abre **Roblox Studio** → Pestana Plugins → **W-MCP** → **Connect**
76
- 2. Ingresa en **Antigravity**:
64
+ 1. Abre **Roblox Studio** → pestaña Plugins → **W-MCP** → **Connect**
65
+ 2. En **Antigravity**, escribe:
77
66
  ```
78
- Dime que esta seleccionado actualmente en Roblox Studio
67
+ Dime qué está seleccionado actualmente en Roblox Studio
79
68
  ```
80
69
 
81
- ## Uso de Skills
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
- | Modelo | Caracteristicas |
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
- ## Solucion de Problemas
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
- ### Fallo de conexion
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
- Al usar `${workspaceFolder}` se produce un error. Cambia a una ruta absoluta:
117
-
118
- ```json
119
- // Incorrecto
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
- ## Recursos
86
+ ## Referencias
127
87
 
128
- - [Guia de inicio de Antigravity](https://codelabs.developers.google.com/getting-started-google-antigravity)
129
- - [Guia de integracion MCP de Antigravity](https://composio.dev/blog/howto-mcp-antigravity)
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
- # 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,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