@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.
- package/.claude-plugin/marketplace.json +2 -2
- package/CHANGELOG.md +8 -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/roblox-plugin.md +1 -1
- package/docs/es/installation/ai-apps/antigravity.md +36 -77
- package/docs/es/installation/roblox-plugin.md +1 -1
- package/docs/id/installation/ai-apps/antigravity.md +34 -75
- package/docs/id/installation/roblox-plugin.md +1 -1
- package/docs/ja/installation/ai-apps/antigravity.md +22 -63
- package/docs/ja/installation/roblox-plugin.md +1 -1
- package/docs/ko/installation/ai-apps/antigravity.md +21 -63
- 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/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.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.
|
|
16
|
+
"version": "0.1.10",
|
|
17
17
|
"author": {
|
|
18
18
|
"name": "hope1026"
|
|
19
19
|
},
|
package/CHANGELOG.md
CHANGED
|
@@ -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)
|
|
@@ -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)
|
|
@@ -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
|
-
#
|
|
1
|
+
# Pengaturan Antigravity
|
|
2
2
|
|
|
3
|
-
Cara menggunakan Roblox MCP
|
|
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
|
|
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 (
|
|
10
|
-
2. **
|
|
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
|
-
##
|
|
13
|
+
## Mendaftarkan server MCP
|
|
13
14
|
|
|
14
|
-
|
|
15
|
+
Di Antigravity, server MCP dikelola di **panel agen (Agent pane)**.
|
|
15
16
|
|
|
16
|
-
|
|
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
|
-
|
|
19
|
+
1. Di panel agen, klik **⋯** → **MCP Servers** → **Manage MCP Servers** → **View raw config**
|
|
22
20
|
|
|
23
|
-
|
|
21
|
+

|
|
24
22
|
|
|
25
|
-
2.
|
|
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
|
-
|
|
36
|
+

|
|
39
37
|
|
|
40
|
-
**
|
|
38
|
+
3. Setelah menyimpan, lakukan **Refresh** (atau restart/refresh sesuai petunjuk UI)
|
|
41
39
|
|
|
42
|
-
|
|
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
|
-
###
|
|
42
|
+
### Opsi: Atur port/log lewat variabel lingkungan
|
|
48
43
|
|
|
49
|
-
Anda
|
|
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
|
-
"
|
|
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
|
+
## Uji koneksi
|
|
74
63
|
|
|
75
|
-
1. Jalankan **Roblox Studio** →
|
|
76
|
-
2.
|
|
64
|
+
1. Jalankan **Roblox Studio** → tab Plugins → **W-MCP** → **Connect**
|
|
65
|
+
2. Di **Antigravity**, masukkan:
|
|
77
66
|
```
|
|
78
|
-
|
|
67
|
+
Beri tahu saya apa yang sedang dipilih di Roblox Studio saat ini
|
|
79
68
|
```
|
|
80
69
|
|
|
81
|
-
##
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
###
|
|
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
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
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
|
-
- [
|
|
129
|
-
- [Panduan
|
|
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
|