@weppy/roblox-mcp 0.1.9 → 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.
@@ -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.10"
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.10",
17
17
  "author": {
18
18
  "name": "hope1026"
19
19
  },
package/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
 
6
6
 
7
+
8
+ ## [0.1.10] - 2026-02-11
9
+
10
+ ### Bug Fixes
11
+
12
+ - Fix MCP server registration error in Antigravity
13
+
14
+
7
15
  ## [0.1.9] - 2026-02-08
8
16
 
9
17
  ### 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)
@@ -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)
@@ -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
@@ -1,28 +1,26 @@
1
- # Konfigurasi Antigravity
1
+ # Pengaturan Antigravity
2
2
 
3
- Cara menggunakan Roblox MCP di [Google Antigravity](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/).
3
+ Cara menggunakan Roblox MCP dengan [Google Antigravity](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/).
4
4
 
5
- > **Antigravity** adalah platform pengembangan berbasis agent dari Google, di mana AI agent dapat melakukan tugas kompleks secara otonom melintasi editor kode, terminal, dan browser.
5
+ > **Antigravity** adalah platform pengembangan berbasis agen dari Google, di mana agen AI secara otonom berpindah antara pengeditan kode, terminal, dan browser untuk menjalankan tugas yang kompleks.
6
6
 
7
7
  ## Prasyarat
8
8
 
9
- 1. **Antigravity** sudah terinstal (mendukung macOS, Windows, Linux)
10
- 2. **Plugin Roblox Studio** sudah terinstal
9
+ 1. **Antigravity** sudah terinstal (lihat dokumentasi resmi untuk OS yang didukung/persyaratan)
10
+ 2. **Node.js** (v18.0.0 atau lebih baru, `npx` tersedia)
11
+ 3. **Plugin Roblox Studio** sudah terinstal
11
12
 
12
- ## Registrasi MCP Server
13
+ ## Mendaftarkan server MCP
13
14
 
14
- ### Metode 1: Instal dari MCP Store (Disarankan)
15
+ Di Antigravity, server MCP dikelola di **panel agen (Agent pane)**.
15
16
 
16
- 1. Jalankan Antigravity
17
- 2. Buka **Settings** → **MCP**
18
- 3. Cari `weppy-roblox-mcp` di MCP Store
19
- 4. Klik **Install**
17
+ ### Pendaftaran manual lewat raw config (disarankan)
20
18
 
21
- ### Metode 2: Edit File Konfigurasi Langsung
19
+ 1. Di panel agen, klik **⋯** → **MCP Servers** → **Manage MCP Servers** → **View raw config**
22
20
 
23
- 1. Di Antigravity, klik menu **⋯** → **MCP Servers** → **Manage MCP Servers** → **View raw config**
21
+ ![Buka menu MCP Servers](../../../assets/screenshots/antigravity/antigravity_mcp_services_menu.png)
24
22
 
25
- 2. Tambahkan konten berikut ke file `mcp_config.json`:
23
+ 2. Pada konfigurasi (JSON) yang ditampilkan, tambahkan/gabungkan isi berikut:
26
24
 
27
25
  ```json
28
26
  {
@@ -35,26 +33,15 @@ Cara menggunakan Roblox MCP di [Google Antigravity](https://developers.googleblo
35
33
  }
36
34
  ```
37
35
 
38
- 3. Simpan lalu klik **Refresh** di **Manage MCP Servers**
36
+ ![Edit raw config](../../../assets/screenshots/antigravity/antigravity_mcp_raw.png)
39
37
 
40
- **Lokasi file konfigurasi:**
38
+ 3. Setelah menyimpan, lakukan **Refresh** (atau restart/refresh sesuai petunjuk UI)
41
39
 
42
- | OS | Path |
43
- |----|------|
44
- | macOS/Linux | `~/.gemini/antigravity/mcp_config.json` |
45
- | Windows | `%USERPROFILE%\.gemini\antigravity\mcp_config.json` |
40
+ > Lokasi/nama file konfigurasi yang sebenarnya bisa berbeda tergantung OS dan versi Antigravity, jadi selalu edit berdasarkan lokasi yang ditunjukkan di **View raw config**.
46
41
 
47
- ### Metode 3: Minta Agent
42
+ ### Opsi: Atur port/log lewat variabel lingkungan
48
43
 
49
- Anda juga dapat meminta Antigravity Agent langsung:
50
-
51
- ```
52
- Tambahkan Roblox MCP (@weppy/roblox-mcp) sebagai MCP server
53
- ```
54
-
55
- ## Penting: Gunakan Path Absolut
56
-
57
- > **Perhatian**: Antigravity tidak mendukung variabel `${workspaceFolder}`. Anda **harus** menggunakan **path absolut**.
44
+ Disarankan untuk mempertahankan nilai default (HTTP `127.0.0.1:3002`). Jika diperlukan, Anda dapat mengatur variabel lingkungan seperti berikut:
58
45
 
59
46
  ```json
60
47
  {
@@ -63,68 +50,40 @@ Tambahkan Roblox MCP (@weppy/roblox-mcp) sebagai 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
  }
70
59
  }
71
60
  ```
72
61
 
73
- ## Tes Koneksi
62
+ ## Uji koneksi
74
63
 
75
- 1. Jalankan **Roblox Studio** → Tab Plugins → **W-MCP** → **Connect**
76
- 2. Masukkan di **Antigravity**:
64
+ 1. Jalankan **Roblox Studio** → tab Plugins → **W-MCP** → **Connect**
65
+ 2. Di **Antigravity**, masukkan:
77
66
  ```
78
- Beritahu apa yang sedang dipilih di Roblox Studio
67
+ Beri tahu saya apa yang sedang dipilih di Roblox Studio saat ini
79
68
  ```
80
69
 
81
- ## Memanfaatkan Skills
82
-
83
- Anda dapat membuat workflow yang lebih powerful dengan menggunakan sistem **Skills** Antigravity:
84
-
85
- - Definisikan workflow pengembangan Roblox per proyek
86
- - Paket tugas yang sering digunakan sebagai Skill
87
- - Agent secara otomatis merencanakan, mengeksekusi, dan memverifikasi tugas
88
-
89
- ## Model yang Didukung
90
-
91
- Anda dapat memilih model berikut saat menggunakan Roblox MCP di Antigravity:
70
+ ## Pemecahan masalah
92
71
 
93
- | Model | Karakteristik |
94
- |-------|---------------|
95
- | **Gemini 3 Pro** | Model default, tersedia gratis |
96
- | **Claude Sonnet 4.5** | Dukungan model Anthropic |
97
- | **GPT-OSS** | Dukungan model OpenAI |
72
+ ### Jika server tidak dapat dijalankan
98
73
 
99
- ## Pemecahan Masalah
100
-
101
- ### Saat server tidak dimulai
102
-
103
- Jalankan MCP server langsung untuk memeriksa error:
74
+ Jalankan server MCP secara langsung untuk melihat error:
104
75
  ```bash
105
76
  npx -y @weppy/roblox-mcp
106
77
  ```
107
78
 
108
- ### Koneksi gagal
109
-
110
- - Pastikan plugin Roblox Studio dalam status **Connected**
111
- - Pastikan port 3002 tidak diblokir oleh firewall
112
- - Periksa status server di Settings → MCP
113
-
114
- ### Error path absolut
79
+ ### Gagal terhubung
115
80
 
116
- Error terjadi saat menggunakan `${workspaceFolder}`. Ubah ke path absolut:
117
-
118
- ```json
119
- // Salah
120
- "args": ["--workspace", "${workspaceFolder}"]
121
-
122
- // ✅ Benar
123
- "args": ["--workspace", "/absolute/path/to/project"]
124
- ```
81
+ - Pastikan plugin Roblox Studio berstatus **Connected**
82
+ - Pastikan port **3002** tidak diblokir oleh firewall
83
+ - Cek status server di panel agen **⋯** → **MCP Servers**
84
+ - (Lanjutan) Jika Anda mengubah `HTTP_PORT`, pastikan pengaturan plugin/bridge Roblox Studio juga menggunakan port yang sama.
125
85
 
126
86
  ## Referensi
127
87
 
128
- - [Panduan Memulai Antigravity](https://codelabs.developers.google.com/getting-started-google-antigravity)
129
- - [Panduan Integrasi MCP Antigravity](https://composio.dev/blog/howto-mcp-antigravity)
130
- - [Koleksi Skills Antigravity](https://github.com/sickn33/antigravity-awesome-skills)
88
+ - [Pengenalan Google Antigravity](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/)
89
+ - [Panduan memulai Antigravity (Codelab)](https://codelabs.developers.google.com/getting-started-google-antigravity)
@@ -4,7 +4,7 @@ Panduan instalasi plugin untuk menghubungkan AI agent di Roblox Studio.
4
4
 
5
5
  ## 1. Unduh Plugin
6
6
 
7
- 1. Unduh `weppy-roblox-mcp-basic.zip` dari [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
7
+ 1. Unduh `weppy-roblox-mcp-basic-v{versi}.zip` dari [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
8
8
  2. Ekstrak file ZIP — Anda akan menemukan file `roblox-plugin/WeppyRobloxMCP.rbxm` dan panduan instalasi
9
9
 
10
10
  ## 2. Instal Plugin