@weppy/roblox-mcp 0.1.8 → 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.
Files changed (85) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/CHANGELOG.md +17 -0
  3. package/README.md +38 -26
  4. package/docs/assets/screenshots/antigravity/antigravity_mcp_raw.png +3 -0
  5. package/docs/assets/screenshots/antigravity/antigravity_mcp_services_menu.png +3 -0
  6. package/docs/assets/screenshots/antigravity/antigravity_raw_config_menu.png +3 -0
  7. package/docs/en/installation/README.md +51 -0
  8. package/docs/en/installation/ai-apps/antigravity.md +89 -0
  9. package/docs/en/installation/roblox-plugin.md +7 -7
  10. package/docs/en/pro-upgrade.md +5 -6
  11. package/docs/en/tools/overview.md +87 -230
  12. package/docs/es/README.md +27 -28
  13. package/docs/es/installation/README.md +44 -0
  14. package/docs/es/installation/ai-apps/antigravity.md +89 -0
  15. package/docs/es/installation/roblox-plugin.md +7 -7
  16. package/docs/es/pro-upgrade.md +5 -6
  17. package/docs/es/tools/overview.md +88 -231
  18. package/docs/id/README.md +39 -27
  19. package/docs/id/installation/README.md +51 -0
  20. package/docs/id/installation/ai-apps/antigravity.md +89 -0
  21. package/docs/id/installation/roblox-plugin.md +7 -7
  22. package/docs/id/pro-upgrade.md +5 -6
  23. package/docs/id/tools/overview.md +88 -231
  24. package/docs/ja/README.md +40 -28
  25. package/docs/ja/installation/README.md +51 -0
  26. package/docs/ja/installation/ai-apps/antigravity.md +89 -0
  27. package/docs/ja/installation/roblox-plugin.md +7 -7
  28. package/docs/ja/pro-upgrade.md +5 -6
  29. package/docs/ja/tools/overview.md +88 -231
  30. package/docs/ko/README.md +39 -27
  31. package/docs/ko/installation/README.md +51 -0
  32. package/docs/ko/installation/ai-apps/antigravity.md +88 -0
  33. package/docs/ko/installation/roblox-plugin.md +7 -7
  34. package/docs/ko/pro-upgrade.md +5 -6
  35. package/docs/ko/tools/overview.md +88 -231
  36. package/docs/pt-br/README.md +39 -27
  37. package/docs/pt-br/installation/README.md +51 -0
  38. package/docs/pt-br/installation/ai-apps/antigravity.md +89 -0
  39. package/docs/pt-br/installation/roblox-plugin.md +7 -7
  40. package/docs/pt-br/pro-upgrade.md +5 -6
  41. package/docs/pt-br/tools/overview.md +88 -231
  42. package/package.json +1 -1
  43. package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
  44. package/plugins/weppy-roblox-mcp/dist/index.js +51 -47
  45. package/plugins/weppy-roblox-mcp/skills/roblox-game-dev/references/mcp-tools.md +9 -4
  46. package/plugins/weppy-roblox-mcp/skills/roblox-sync/SKILL.md +208 -105
  47. package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/post-verify.sh +12 -10
  48. package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/pre-check.sh +8 -5
  49. package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/update-metadata.sh +1 -1
  50. package/docs/en/installation/antigravity.md +0 -130
  51. package/docs/es/installation/antigravity.md +0 -130
  52. package/docs/id/installation/antigravity.md +0 -130
  53. package/docs/ja/installation/antigravity.md +0 -130
  54. package/docs/ko/installation/antigravity.md +0 -130
  55. package/docs/pt-br/installation/antigravity.md +0 -130
  56. /package/docs/en/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
  57. /package/docs/en/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
  58. /package/docs/en/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
  59. /package/docs/en/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
  60. /package/docs/en/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
  61. /package/docs/es/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
  62. /package/docs/es/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
  63. /package/docs/es/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
  64. /package/docs/es/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
  65. /package/docs/es/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
  66. /package/docs/id/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
  67. /package/docs/id/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
  68. /package/docs/id/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
  69. /package/docs/id/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
  70. /package/docs/id/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
  71. /package/docs/ja/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
  72. /package/docs/ja/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
  73. /package/docs/ja/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
  74. /package/docs/ja/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
  75. /package/docs/ja/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
  76. /package/docs/ko/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
  77. /package/docs/ko/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
  78. /package/docs/ko/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
  79. /package/docs/ko/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
  80. /package/docs/ko/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
  81. /package/docs/pt-br/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
  82. /package/docs/pt-br/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
  83. /package/docs/pt-br/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
  84. /package/docs/pt-br/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
  85. /package/docs/pt-br/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
@@ -1,130 +0,0 @@
1
- # Antigravity Setup
2
-
3
- How to use Roblox MCP with [Google Antigravity](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/).
4
-
5
- > **Antigravity** is Google's agentic development platform where AI agents autonomously navigate between code editing, terminal, and browser to perform complex tasks.
6
-
7
- ## Prerequisites
8
-
9
- 1. **Antigravity** installed (supports macOS, Windows, Linux)
10
- 2. **Roblox Studio Plugin** installed
11
-
12
- ## Register MCP Server
13
-
14
- ### Method 1: Install from MCP Store (Recommended)
15
-
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**
20
-
21
- ### Method 2: Edit Configuration File Directly
22
-
23
- 1. In Antigravity, click **...** menu → **MCP Servers** → **Manage MCP Servers** → **View raw config**
24
-
25
- 2. Add the following content to the `mcp_config.json` file:
26
-
27
- ```json
28
- {
29
- "mcpServers": {
30
- "weppy-roblox-mcp": {
31
- "command": "npx",
32
- "args": ["-y", "@weppy/roblox-mcp"]
33
- }
34
- }
35
- }
36
- ```
37
-
38
- 3. After saving, click **Refresh** in **Manage MCP Servers**
39
-
40
- **Configuration file locations:**
41
-
42
- | OS | Path |
43
- |----|------|
44
- | macOS/Linux | `~/.gemini/antigravity/mcp_config.json` |
45
- | Windows | `%USERPROFILE%\.gemini\antigravity\mcp_config.json` |
46
-
47
- ### Method 3: Ask the Agent
48
-
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**.
58
-
59
- ```json
60
- {
61
- "mcpServers": {
62
- "weppy-roblox-mcp": {
63
- "command": "npx",
64
- "args": ["-y", "@weppy/roblox-mcp"],
65
- "env": {
66
- "PROJECT_ROOT": "/Users/username/projects/my-roblox-game"
67
- }
68
- }
69
- }
70
- }
71
- ```
72
-
73
- ## Connection Test
74
-
75
- 1. Open **Roblox Studio** → Plugins tab → **W-MCP** → **Connect**
76
- 2. Enter in **Antigravity**:
77
- ```
78
- Tell me what's currently selected in Roblox Studio
79
- ```
80
-
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
- ## Troubleshooting
100
-
101
- ### Server won't start
102
-
103
- Run the MCP server directly to check for errors:
104
- ```bash
105
- npx -y @weppy/roblox-mcp
106
- ```
107
-
108
- ### Connection failed
109
-
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
- ```
125
-
126
- ## Reference
127
-
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)
@@ -1,130 +0,0 @@
1
- # Configuracion de Antigravity
2
-
3
- Como usar Roblox MCP en [Google Antigravity](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/).
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.
6
-
7
- ## Requisitos Previos
8
-
9
- 1. **Antigravity** instalado (compatible con macOS, Windows, Linux)
10
- 2. **Plugin de Roblox Studio** instalado
11
-
12
- ## Registrar el Servidor MCP
13
-
14
- ### Metodo 1: Instalar desde MCP Store (Recomendado)
15
-
16
- 1. Abre Antigravity
17
- 2. Ve a **Settings** → **MCP**
18
- 3. Busca `weppy-roblox-mcp` en MCP Store
19
- 4. Clic en **Install**
20
-
21
- ### Metodo 2: Editar archivo de configuracion directamente
22
-
23
- 1. En Antigravity, clic en menu **⋯** → **MCP Servers** → **Manage MCP Servers** → **View raw config**
24
-
25
- 2. Agrega el siguiente contenido al archivo `mcp_config.json`:
26
-
27
- ```json
28
- {
29
- "mcpServers": {
30
- "weppy-roblox-mcp": {
31
- "command": "npx",
32
- "args": ["-y", "@weppy/roblox-mcp"]
33
- }
34
- }
35
- }
36
- ```
37
-
38
- 3. Guarda y clic en **Refresh** en **Manage MCP Servers**
39
-
40
- **Ubicacion del archivo de configuracion:**
41
-
42
- | SO | Ruta |
43
- |----|------|
44
- | macOS/Linux | `~/.gemini/antigravity/mcp_config.json` |
45
- | Windows | `%USERPROFILE%\.gemini\antigravity\mcp_config.json` |
46
-
47
- ### Metodo 3: Pedir al Agente
48
-
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**.
58
-
59
- ```json
60
- {
61
- "mcpServers": {
62
- "weppy-roblox-mcp": {
63
- "command": "npx",
64
- "args": ["-y", "@weppy/roblox-mcp"],
65
- "env": {
66
- "PROJECT_ROOT": "/Users/username/projects/my-roblox-game"
67
- }
68
- }
69
- }
70
- }
71
- ```
72
-
73
- ## Probar la Conexion
74
-
75
- 1. Abre **Roblox Studio** → Pestana Plugins → **W-MCP** → **Connect**
76
- 2. Ingresa en **Antigravity**:
77
- ```
78
- Dime que esta seleccionado actualmente en Roblox Studio
79
- ```
80
-
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:
92
-
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 |
98
-
99
- ## Solucion de Problemas
100
-
101
- ### El servidor no inicia
102
-
103
- Ejecuta el servidor MCP directamente para ver los errores:
104
- ```bash
105
- npx -y @weppy/roblox-mcp
106
- ```
107
-
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
115
-
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
- ```
125
-
126
- ## Recursos
127
-
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)
@@ -1,130 +0,0 @@
1
- # Konfigurasi Antigravity
2
-
3
- Cara menggunakan Roblox MCP di [Google Antigravity](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/).
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.
6
-
7
- ## Prasyarat
8
-
9
- 1. **Antigravity** sudah terinstal (mendukung macOS, Windows, Linux)
10
- 2. **Plugin Roblox Studio** sudah terinstal
11
-
12
- ## Registrasi MCP Server
13
-
14
- ### Metode 1: Instal dari MCP Store (Disarankan)
15
-
16
- 1. Jalankan Antigravity
17
- 2. Buka **Settings** → **MCP**
18
- 3. Cari `weppy-roblox-mcp` di MCP Store
19
- 4. Klik **Install**
20
-
21
- ### Metode 2: Edit File Konfigurasi Langsung
22
-
23
- 1. Di Antigravity, klik menu **⋯** → **MCP Servers** → **Manage MCP Servers** → **View raw config**
24
-
25
- 2. Tambahkan konten berikut ke file `mcp_config.json`:
26
-
27
- ```json
28
- {
29
- "mcpServers": {
30
- "weppy-roblox-mcp": {
31
- "command": "npx",
32
- "args": ["-y", "@weppy/roblox-mcp"]
33
- }
34
- }
35
- }
36
- ```
37
-
38
- 3. Simpan lalu klik **Refresh** di **Manage MCP Servers**
39
-
40
- **Lokasi file konfigurasi:**
41
-
42
- | OS | Path |
43
- |----|------|
44
- | macOS/Linux | `~/.gemini/antigravity/mcp_config.json` |
45
- | Windows | `%USERPROFILE%\.gemini\antigravity\mcp_config.json` |
46
-
47
- ### Metode 3: Minta Agent
48
-
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**.
58
-
59
- ```json
60
- {
61
- "mcpServers": {
62
- "weppy-roblox-mcp": {
63
- "command": "npx",
64
- "args": ["-y", "@weppy/roblox-mcp"],
65
- "env": {
66
- "PROJECT_ROOT": "/Users/username/projects/my-roblox-game"
67
- }
68
- }
69
- }
70
- }
71
- ```
72
-
73
- ## Tes Koneksi
74
-
75
- 1. Jalankan **Roblox Studio** → Tab Plugins → **W-MCP** → **Connect**
76
- 2. Masukkan di **Antigravity**:
77
- ```
78
- Beritahu apa yang sedang dipilih di Roblox Studio
79
- ```
80
-
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:
92
-
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 |
98
-
99
- ## Pemecahan Masalah
100
-
101
- ### Saat server tidak dimulai
102
-
103
- Jalankan MCP server langsung untuk memeriksa error:
104
- ```bash
105
- npx -y @weppy/roblox-mcp
106
- ```
107
-
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
115
-
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
- ```
125
-
126
- ## Referensi
127
-
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)
@@ -1,130 +0,0 @@
1
- # Antigravity 設定
2
-
3
- [Google Antigravity](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/)でRoblox MCPを使用する方法です。
4
-
5
- > **Antigravity**はGoogleのエージェントベース開発プラットフォームで、AIエージェントがコード編集、ターミナル、ブラウザを横断して複雑なタスクを自律的に実行します。
6
-
7
- ## 前提条件
8
-
9
- 1. **Antigravity** がインストール済み (macOS, Windows, Linux対応)
10
- 2. **Roblox Studioプラグイン** のインストール完了
11
-
12
- ## MCPサーバーの登録
13
-
14
- ### 方法1: MCP Storeからインストール (推奨)
15
-
16
- 1. Antigravityを起動
17
- 2. **Settings** → **MCP** に移動
18
- 3. MCP Storeで `weppy-roblox-mcp` を検索
19
- 4. **Install** をクリック
20
-
21
- ### 方法2: 設定ファイルを直接編集
22
-
23
- 1. Antigravityで **⋯** メニュー → **MCP Servers** → **Manage MCP Servers** → **View raw config** をクリック
24
-
25
- 2. `mcp_config.json` ファイルに以下の内容を追加:
26
-
27
- ```json
28
- {
29
- "mcpServers": {
30
- "weppy-roblox-mcp": {
31
- "command": "npx",
32
- "args": ["-y", "@weppy/roblox-mcp"]
33
- }
34
- }
35
- }
36
- ```
37
-
38
- 3. 保存後、**Manage MCP Servers** で **Refresh** をクリック
39
-
40
- **設定ファイルの場所:**
41
-
42
- | OS | パス |
43
- |----|------|
44
- | macOS/Linux | `~/.gemini/antigravity/mcp_config.json` |
45
- | Windows | `%USERPROFILE%\.gemini\antigravity\mcp_config.json` |
46
-
47
- ### 方法3: Agentに依頼
48
-
49
- Antigravity Agentに直接依頼することもできます:
50
-
51
- ```
52
- Roblox MCP (@weppy/roblox-mcp)をMCPサーバーとして追加して
53
- ```
54
-
55
- ## 重要: 絶対パスの使用
56
-
57
- > **注意**: Antigravityは `${workspaceFolder}` 変数をサポートしていません。必ず**絶対パス**を使用してください。
58
-
59
- ```json
60
- {
61
- "mcpServers": {
62
- "weppy-roblox-mcp": {
63
- "command": "npx",
64
- "args": ["-y", "@weppy/roblox-mcp"],
65
- "env": {
66
- "PROJECT_ROOT": "/Users/username/projects/my-roblox-game"
67
- }
68
- }
69
- }
70
- }
71
- ```
72
-
73
- ## 接続テスト
74
-
75
- 1. **Roblox Studio** を起動 → Pluginsタブ → **W-MCP** → **Connect**
76
- 2. **Antigravity**で以下を入力:
77
- ```
78
- Roblox Studioで現在選択されているものを教えて
79
- ```
80
-
81
- ## Skillsの活用
82
-
83
- Antigravityの**Skills**システムと組み合わせることで、より強力なワークフローを構築できます:
84
-
85
- - プロジェクト別のRoblox開発ワークフローを定義
86
- - よく使うタスクをSkillとしてパッケージ化
87
- - エージェントが自動的にタスクを計画、実行、検証
88
-
89
- ## サポートモデル
90
-
91
- AntigravityでRoblox MCPを使用する際、以下のモデルを選択できます:
92
-
93
- | モデル | 特徴 |
94
- |------|------|
95
- | **Gemini 3 Pro** | デフォルトモデル、無料で使用可能 |
96
- | **Claude Sonnet 4.5** | Anthropicモデル対応 |
97
- | **GPT-OSS** | OpenAIモデル対応 |
98
-
99
- ## トラブルシューティング
100
-
101
- ### サーバーが起動しない場合
102
-
103
- MCPサーバーを直接実行してエラーを確認してください:
104
- ```bash
105
- npx -y @weppy/roblox-mcp
106
- ```
107
-
108
- ### 接続失敗
109
-
110
- - Roblox Studioプラグインが **Connected** 状態か確認
111
- - ポート3002がファイアウォールでブロックされていないか確認
112
- - Settings → MCPでサーバー状態を確認
113
-
114
- ### 絶対パスエラー
115
-
116
- `${workspaceFolder}` を使用するとエラーが発生します。絶対パスに変更してください:
117
-
118
- ```json
119
- // ❌ 間違い
120
- "args": ["--workspace", "${workspaceFolder}"]
121
-
122
- // ✅ 正しい
123
- "args": ["--workspace", "/absolute/path/to/project"]
124
- ```
125
-
126
- ## 参考資料
127
-
128
- - [Antigravity入門ガイド](https://codelabs.developers.google.com/getting-started-google-antigravity)
129
- - [Antigravity MCP連携ガイド](https://composio.dev/blog/howto-mcp-antigravity)
130
- - [Antigravity Skillsコレクション](https://github.com/sickn33/antigravity-awesome-skills)
@@ -1,130 +0,0 @@
1
- # Antigravity 설정
2
-
3
- [Google Antigravity](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/)에서 Roblox MCP를 사용하는 방법입니다.
4
-
5
- > **Antigravity**는 Google의 에이전트 기반 개발 플랫폼으로, AI 에이전트가 코드 편집, 터미널, 브라우저를 넘나들며 복잡한 작업을 자율적으로 수행합니다.
6
-
7
- ## 사전 요구사항
8
-
9
- 1. **Antigravity** 설치됨 (macOS, Windows, Linux 지원)
10
- 2. **Roblox Studio 플러그인** 설치 완료
11
-
12
- ## MCP 서버 등록
13
-
14
- ### 방법 1: MCP Store에서 설치 (권장)
15
-
16
- 1. Antigravity 실행
17
- 2. **Settings** → **MCP** 이동
18
- 3. MCP Store에서 `weppy-roblox-mcp` 검색
19
- 4. **Install** 클릭
20
-
21
- ### 방법 2: 설정 파일 직접 편집
22
-
23
- 1. Antigravity에서 **⋯** 메뉴 → **MCP Servers** → **Manage MCP Servers** → **View raw config** 클릭
24
-
25
- 2. `mcp_config.json` 파일에 아래 내용을 추가:
26
-
27
- ```json
28
- {
29
- "mcpServers": {
30
- "weppy-roblox-mcp": {
31
- "command": "npx",
32
- "args": ["-y", "@weppy/roblox-mcp"]
33
- }
34
- }
35
- }
36
- ```
37
-
38
- 3. 저장 후 **Manage MCP Servers**에서 **Refresh** 클릭
39
-
40
- **설정 파일 위치:**
41
-
42
- | OS | 경로 |
43
- |----|------|
44
- | macOS/Linux | `~/.gemini/antigravity/mcp_config.json` |
45
- | Windows | `%USERPROFILE%\.gemini\antigravity\mcp_config.json` |
46
-
47
- ### 방법 3: Agent에게 요청
48
-
49
- Antigravity Agent에게 직접 요청할 수도 있습니다:
50
-
51
- ```
52
- Roblox MCP (@weppy/roblox-mcp)를 MCP 서버로 추가해줘
53
- ```
54
-
55
- ## 중요: 절대 경로 사용
56
-
57
- > **주의**: Antigravity는 `${workspaceFolder}` 변수를 지원하지 않습니다. 반드시 **절대 경로**를 사용하세요.
58
-
59
- ```json
60
- {
61
- "mcpServers": {
62
- "weppy-roblox-mcp": {
63
- "command": "npx",
64
- "args": ["-y", "@weppy/roblox-mcp"],
65
- "env": {
66
- "PROJECT_ROOT": "/Users/username/projects/my-roblox-game"
67
- }
68
- }
69
- }
70
- }
71
- ```
72
-
73
- ## 연결 테스트
74
-
75
- 1. **Roblox Studio** 실행 → Plugins 탭 → **W-MCP** → **Connect**
76
- 2. **Antigravity**에서 다음을 입력:
77
- ```
78
- Roblox Studio에서 현재 선택된 것을 알려줘
79
- ```
80
-
81
- ## Skills 활용
82
-
83
- Antigravity의 **Skills** 시스템과 함께 사용하면 더 강력한 워크플로우를 구성할 수 있습니다:
84
-
85
- - 프로젝트별 Roblox 개발 워크플로우 정의
86
- - 자주 사용하는 작업을 Skill로 패키징
87
- - 에이전트가 자동으로 작업을 계획, 실행, 검증
88
-
89
- ## 지원 모델
90
-
91
- Antigravity에서 Roblox MCP를 사용할 때 다음 모델을 선택할 수 있습니다:
92
-
93
- | 모델 | 특징 |
94
- |------|------|
95
- | **Gemini 3 Pro** | 기본 모델, 무료 사용 가능 |
96
- | **Claude Sonnet 4.5** | Anthropic 모델 지원 |
97
- | **GPT-OSS** | OpenAI 모델 지원 |
98
-
99
- ## 문제 해결
100
-
101
- ### 서버가 시작되지 않을 때
102
-
103
- MCP 서버를 직접 실행하여 오류를 확인하세요:
104
- ```bash
105
- npx -y @weppy/roblox-mcp
106
- ```
107
-
108
- ### 연결 실패
109
-
110
- - Roblox Studio 플러그인이 **Connected** 상태인지 확인
111
- - 포트 3002가 방화벽에 의해 차단되지 않았는지 확인
112
- - Settings → MCP에서 서버 상태 확인
113
-
114
- ### 절대 경로 오류
115
-
116
- `${workspaceFolder}` 사용 시 오류가 발생합니다. 절대 경로로 변경하세요:
117
-
118
- ```json
119
- // ❌ 잘못됨
120
- "args": ["--workspace", "${workspaceFolder}"]
121
-
122
- // ✅ 올바름
123
- "args": ["--workspace", "/absolute/path/to/project"]
124
- ```
125
-
126
- ## 참고 자료
127
-
128
- - [Antigravity 시작 가이드](https://codelabs.developers.google.com/getting-started-google-antigravity)
129
- - [Antigravity MCP 연동 가이드](https://composio.dev/blog/howto-mcp-antigravity)
130
- - [Antigravity Skills 컬렉션](https://github.com/sickn33/antigravity-awesome-skills)