@weppy/roblox-mcp 0.1.4 → 0.1.6

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 (130) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/CHANGELOG.md +9 -2
  3. package/README.md +47 -0
  4. package/docs/en/installation/claude-code.md +2 -2
  5. package/docs/en/installation/roblox-plugin.md +3 -2
  6. package/docs/en/pro-upgrade.md +2 -1
  7. package/docs/es/installation/claude-code.md +2 -2
  8. package/docs/es/installation/roblox-plugin.md +3 -2
  9. package/docs/es/pro-upgrade.md +2 -1
  10. package/docs/id/installation/claude-code.md +2 -2
  11. package/docs/id/installation/roblox-plugin.md +3 -2
  12. package/docs/id/pro-upgrade.md +2 -1
  13. package/docs/ja/installation/claude-code.md +2 -2
  14. package/docs/ja/installation/roblox-plugin.md +3 -2
  15. package/docs/ja/pro-upgrade.md +2 -1
  16. package/docs/ko/installation/claude-code.md +2 -2
  17. package/docs/ko/installation/roblox-plugin.md +3 -2
  18. package/docs/ko/pro-upgrade.md +2 -1
  19. package/docs/pt-br/installation/claude-code.md +2 -2
  20. package/docs/pt-br/installation/roblox-plugin.md +3 -2
  21. package/docs/pt-br/pro-upgrade.md +2 -1
  22. package/package.json +1 -1
  23. package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +8 -16
  24. package/plugins/weppy-roblox-mcp/dist/index.js +568 -1
  25. package/docs/en/README.md +0 -64
  26. package/plugins/weppy-roblox-mcp/dist/e2e/helpers/cleanup.d.ts +0 -13
  27. package/plugins/weppy-roblox-mcp/dist/e2e/helpers/cleanup.d.ts.map +0 -1
  28. package/plugins/weppy-roblox-mcp/dist/e2e/helpers/cleanup.js +0 -1
  29. package/plugins/weppy-roblox-mcp/dist/e2e/helpers/test-fixtures.d.ts +0 -194
  30. package/plugins/weppy-roblox-mcp/dist/e2e/helpers/test-fixtures.d.ts.map +0 -1
  31. package/plugins/weppy-roblox-mcp/dist/e2e/helpers/test-fixtures.js +0 -1
  32. package/plugins/weppy-roblox-mcp/dist/e2e/helpers/tool-executor.d.ts +0 -19
  33. package/plugins/weppy-roblox-mcp/dist/e2e/helpers/tool-executor.d.ts.map +0 -1
  34. package/plugins/weppy-roblox-mcp/dist/e2e/helpers/tool-executor.js +0 -1
  35. package/plugins/weppy-roblox-mcp/dist/e2e/setup/e2e-setup.d.ts +0 -2
  36. package/plugins/weppy-roblox-mcp/dist/e2e/setup/e2e-setup.d.ts.map +0 -1
  37. package/plugins/weppy-roblox-mcp/dist/e2e/setup/e2e-setup.js +0 -1
  38. package/plugins/weppy-roblox-mcp/dist/e2e/setup/global-setup.d.ts +0 -2
  39. package/plugins/weppy-roblox-mcp/dist/e2e/setup/global-setup.d.ts.map +0 -1
  40. package/plugins/weppy-roblox-mcp/dist/e2e/setup/global-setup.js +0 -1
  41. package/plugins/weppy-roblox-mcp/dist/e2e/setup/studio-connection.d.ts +0 -28
  42. package/plugins/weppy-roblox-mcp/dist/e2e/setup/studio-connection.d.ts.map +0 -1
  43. package/plugins/weppy-roblox-mcp/dist/e2e/setup/studio-connection.js +0 -1
  44. package/plugins/weppy-roblox-mcp/dist/http-bridge.d.ts +0 -68
  45. package/plugins/weppy-roblox-mcp/dist/http-bridge.d.ts.map +0 -1
  46. package/plugins/weppy-roblox-mcp/dist/http-bridge.js +0 -1
  47. package/plugins/weppy-roblox-mcp/dist/index.d.ts +0 -3
  48. package/plugins/weppy-roblox-mcp/dist/index.d.ts.map +0 -1
  49. package/plugins/weppy-roblox-mcp/dist/server.d.ts +0 -14
  50. package/plugins/weppy-roblox-mcp/dist/server.d.ts.map +0 -1
  51. package/plugins/weppy-roblox-mcp/dist/server.js +0 -1
  52. package/plugins/weppy-roblox-mcp/dist/tools/asset-tools.d.ts +0 -10
  53. package/plugins/weppy-roblox-mcp/dist/tools/asset-tools.d.ts.map +0 -1
  54. package/plugins/weppy-roblox-mcp/dist/tools/asset-tools.js +0 -1
  55. package/plugins/weppy-roblox-mcp/dist/tools/bulk-tools.d.ts +0 -11
  56. package/plugins/weppy-roblox-mcp/dist/tools/bulk-tools.d.ts.map +0 -1
  57. package/plugins/weppy-roblox-mcp/dist/tools/bulk-tools.js +0 -1
  58. package/plugins/weppy-roblox-mcp/dist/tools/camera-tools.d.ts +0 -7
  59. package/plugins/weppy-roblox-mcp/dist/tools/camera-tools.d.ts.map +0 -1
  60. package/plugins/weppy-roblox-mcp/dist/tools/camera-tools.js +0 -1
  61. package/plugins/weppy-roblox-mcp/dist/tools/connection-tools.d.ts +0 -5
  62. package/plugins/weppy-roblox-mcp/dist/tools/connection-tools.d.ts.map +0 -1
  63. package/plugins/weppy-roblox-mcp/dist/tools/connection-tools.js +0 -1
  64. package/plugins/weppy-roblox-mcp/dist/tools/environment-tools.d.ts +0 -8
  65. package/plugins/weppy-roblox-mcp/dist/tools/environment-tools.d.ts.map +0 -1
  66. package/plugins/weppy-roblox-mcp/dist/tools/environment-tools.js +0 -1
  67. package/plugins/weppy-roblox-mcp/dist/tools/index.d.ts +0 -21
  68. package/plugins/weppy-roblox-mcp/dist/tools/index.d.ts.map +0 -1
  69. package/plugins/weppy-roblox-mcp/dist/tools/index.js +0 -1
  70. package/plugins/weppy-roblox-mcp/dist/tools/instance-tools.d.ts +0 -16
  71. package/plugins/weppy-roblox-mcp/dist/tools/instance-tools.d.ts.map +0 -1
  72. package/plugins/weppy-roblox-mcp/dist/tools/instance-tools.js +0 -1
  73. package/plugins/weppy-roblox-mcp/dist/tools/log-tools.d.ts +0 -6
  74. package/plugins/weppy-roblox-mcp/dist/tools/log-tools.d.ts.map +0 -1
  75. package/plugins/weppy-roblox-mcp/dist/tools/log-tools.js +0 -1
  76. package/plugins/weppy-roblox-mcp/dist/tools/property-tools.d.ts +0 -13
  77. package/plugins/weppy-roblox-mcp/dist/tools/property-tools.d.ts.map +0 -1
  78. package/plugins/weppy-roblox-mcp/dist/tools/property-tools.js +0 -1
  79. package/plugins/weppy-roblox-mcp/dist/tools/raycast-tools.d.ts +0 -11
  80. package/plugins/weppy-roblox-mcp/dist/tools/raycast-tools.d.ts.map +0 -1
  81. package/plugins/weppy-roblox-mcp/dist/tools/raycast-tools.js +0 -1
  82. package/plugins/weppy-roblox-mcp/dist/tools/script-tools.d.ts +0 -14
  83. package/plugins/weppy-roblox-mcp/dist/tools/script-tools.d.ts.map +0 -1
  84. package/plugins/weppy-roblox-mcp/dist/tools/script-tools.js +0 -1
  85. package/plugins/weppy-roblox-mcp/dist/tools/search-tools.d.ts +0 -11
  86. package/plugins/weppy-roblox-mcp/dist/tools/search-tools.d.ts.map +0 -1
  87. package/plugins/weppy-roblox-mcp/dist/tools/search-tools.js +0 -1
  88. package/plugins/weppy-roblox-mcp/dist/tools/selection-tools.d.ts +0 -16
  89. package/plugins/weppy-roblox-mcp/dist/tools/selection-tools.d.ts.map +0 -1
  90. package/plugins/weppy-roblox-mcp/dist/tools/selection-tools.js +0 -1
  91. package/plugins/weppy-roblox-mcp/dist/tools/spatial-tools.d.ts +0 -8
  92. package/plugins/weppy-roblox-mcp/dist/tools/spatial-tools.d.ts.map +0 -1
  93. package/plugins/weppy-roblox-mcp/dist/tools/spatial-tools.js +0 -1
  94. package/plugins/weppy-roblox-mcp/dist/tools/state-tools.d.ts +0 -7
  95. package/plugins/weppy-roblox-mcp/dist/tools/state-tools.d.ts.map +0 -1
  96. package/plugins/weppy-roblox-mcp/dist/tools/state-tools.js +0 -1
  97. package/plugins/weppy-roblox-mcp/dist/tools/tag-tools.d.ts +0 -8
  98. package/plugins/weppy-roblox-mcp/dist/tools/tag-tools.d.ts.map +0 -1
  99. package/plugins/weppy-roblox-mcp/dist/tools/tag-tools.js +0 -1
  100. package/plugins/weppy-roblox-mcp/dist/tools/terrain-tools.d.ts +0 -17
  101. package/plugins/weppy-roblox-mcp/dist/tools/terrain-tools.d.ts.map +0 -1
  102. package/plugins/weppy-roblox-mcp/dist/tools/terrain-tools.js +0 -1
  103. package/plugins/weppy-roblox-mcp/dist/tools/visualization-tools.d.ts +0 -10
  104. package/plugins/weppy-roblox-mcp/dist/tools/visualization-tools.d.ts.map +0 -1
  105. package/plugins/weppy-roblox-mcp/dist/tools/visualization-tools.js +0 -1
  106. package/plugins/weppy-roblox-mcp/dist/types/history.d.ts +0 -81
  107. package/plugins/weppy-roblox-mcp/dist/types/history.d.ts.map +0 -1
  108. package/plugins/weppy-roblox-mcp/dist/types/history.js +0 -1
  109. package/plugins/weppy-roblox-mcp/dist/types/index.d.ts +0 -146
  110. package/plugins/weppy-roblox-mcp/dist/types/index.d.ts.map +0 -1
  111. package/plugins/weppy-roblox-mcp/dist/types/index.js +0 -1
  112. package/plugins/weppy-roblox-mcp/dist/utils/logger.d.ts +0 -16
  113. package/plugins/weppy-roblox-mcp/dist/utils/logger.d.ts.map +0 -1
  114. package/plugins/weppy-roblox-mcp/dist/utils/logger.js +0 -1
  115. package/plugins/weppy-roblox-mcp/dist/utils/quota-checker.d.ts +0 -46
  116. package/plugins/weppy-roblox-mcp/dist/utils/quota-checker.d.ts.map +0 -1
  117. package/plugins/weppy-roblox-mcp/dist/utils/quota-checker.js +0 -1
  118. package/plugins/weppy-roblox-mcp/dist/utils/tool-history.d.ts +0 -41
  119. package/plugins/weppy-roblox-mcp/dist/utils/tool-history.d.ts.map +0 -1
  120. package/plugins/weppy-roblox-mcp/dist/utils/tool-history.js +0 -1
  121. package/plugins/weppy-roblox-mcp/dist/utils/type-converter.d.ts +0 -33
  122. package/plugins/weppy-roblox-mcp/dist/utils/type-converter.d.ts.map +0 -1
  123. package/plugins/weppy-roblox-mcp/dist/utils/type-converter.js +0 -1
  124. package/plugins/weppy-roblox-mcp/dist/utils/validation.d.ts +0 -17
  125. package/plugins/weppy-roblox-mcp/dist/utils/validation.d.ts.map +0 -1
  126. package/plugins/weppy-roblox-mcp/dist/utils/validation.js +0 -1
  127. package/plugins/weppy-roblox-mcp/dist/version.d.ts +0 -4
  128. package/plugins/weppy-roblox-mcp/dist/version.d.ts.map +0 -1
  129. package/plugins/weppy-roblox-mcp/dist/version.js +0 -1
  130. package/roblox-plugin/WeppyRobloxMCP.rbxm +0 -3
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "Roblox MCP server and tools for AI-powered game development",
9
- "version": "0.1.4",
9
+ "version": "0.1.6",
10
10
  "pluginRoot": "./plugins"
11
11
  },
12
12
  "plugins": [
@@ -14,7 +14,7 @@
14
14
  "name": "weppy-roblox-mcp",
15
15
  "source": "./weppy-roblox-mcp",
16
16
  "description": "MCP server for Roblox Studio integration - 132 tools for AI-powered game development with specialized agents and skills",
17
- "version": "0.1.4",
17
+ "version": "0.1.6",
18
18
  "author": {
19
19
  "name": "hope1026"
20
20
  },
package/CHANGELOG.md CHANGED
@@ -3,11 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
5
 
6
- ## [0.1.4] - 2026-02-07
6
+
7
+ ## [0.1.6] - 2026-02-07
8
+
9
+ ### Other Changes
10
+
11
+ - refactor: improve stability
12
+
13
+ ## [0.1.5] - 2026-02-07
7
14
 
8
15
  ### Other Changes
9
16
 
10
- - update path
17
+ - update guide
11
18
 
12
19
 
13
20
  ## [0.1.3] - 2026-02-07
package/README.md ADDED
@@ -0,0 +1,47 @@
1
+ # Roblox MCP
2
+
3
+ **English** | [한국어](docs/ko/README.md) | [日本語](docs/ja/README.md) | [Español](docs/es/README.md) | [Português](docs/pt-br/README.md) | [Bahasa Indonesia](docs/id/README.md)
4
+
5
+ > Control Roblox Studio with AI.
6
+
7
+ [![Demo](https://img.youtube.com/vi/3jrUpBbZPaw/maxresdefault.jpg)](https://youtu.be/3jrUpBbZPaw)
8
+
9
+ ## Installation
10
+
11
+ ### 1. Install Roblox Plugin
12
+
13
+ 👉 [Plugin Installation Guide](docs/en/installation/roblox-plugin.md)
14
+
15
+ ### 2. Configure MCP Server
16
+
17
+ Works with any AI app that supports MCP. Choose your AI app:
18
+
19
+ | AI App | Setup Guide |
20
+ |--------|-------------|
21
+ | Claude Code | [Setup](docs/en/installation/claude-code.md) |
22
+ | Claude Desktop | [Setup](docs/en/installation/claude-app.md) |
23
+ | Codex CLI | [Setup](docs/en/installation/codex-cli.md) |
24
+ | Codex Desktop | [Setup](docs/en/installation/codex-app.md) |
25
+ | Gemini CLI | [Setup](docs/en/installation/gemini-cli.md) |
26
+ | Cursor, Windsurf, etc. | [Setup](docs/en/installation/antigravity.md) |
27
+
28
+ ## Tools
29
+
30
+ 👉 [Full Tools List](docs/en/tools/overview.md)
31
+
32
+ ## Troubleshooting
33
+
34
+ - **"Not Connected"**: Click Connect button in the plugin again
35
+ - **Port**: Uses port 3002 (localhost only)
36
+
37
+ ## Links
38
+
39
+ - [GitHub](https://github.com/hope1026/roblox-mcp)
40
+ - [Issue Report](https://github.com/hope1026/roblox-mcp/issues)
41
+
42
+ ## License
43
+
44
+ Free to use for game development.
45
+
46
+ ✅ **Allowed**: Game development, commercial games, personal projects
47
+ ❌ **Not Allowed**: Software resale, creating competing products
@@ -24,7 +24,7 @@ Run in Claude Code terminal:
24
24
  /plugin marketplace add hope1026/roblox-mcp
25
25
 
26
26
  # Install plugin
27
- /plugin install @weppy/roblox-mcp
27
+ /plugin install weppy-roblox-mcp@hope1026-roblox-mcp
28
28
  ```
29
29
 
30
30
  Verify installation:
@@ -77,7 +77,7 @@ Claude Code manages MCP servers automatically:
77
77
  ```bash
78
78
  # Clear cache and retry
79
79
  /plugin cache clear
80
- /plugin install @weppy/roblox-mcp
80
+ /plugin install weppy-roblox-mcp@hope1026-roblox-mcp
81
81
  ```
82
82
 
83
83
  ### Server won't start
@@ -4,7 +4,8 @@ How to install the plugin to connect AI agents with Roblox Studio.
4
4
 
5
5
  ## 1. Download Plugin
6
6
 
7
- Download the `WeppyRobloxMCP.rbxm` file from [GitHub Releases](https://github.com/hope1026/roblox-mcp/roblox-plugin).
7
+ 1. Download `weppy-roblox-mcp-basic.zip` from [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
8
+ 2. Extract the ZIP file — you'll find the `roblox-plugin/WeppyRobloxMCP.rbxm` file and setup guides inside
8
9
 
9
10
  ## 2. Install Plugin
10
11
 
@@ -14,7 +15,7 @@ Download the `WeppyRobloxMCP.rbxm` file from [GitHub Releases](https://github.co
14
15
 
15
16
  ![Open Plugins Folder](../../assets/screenshots/plugins_menu.png)
16
17
 
17
- 4. **Copy** the downloaded `.rbxm` file into the opened folder
18
+ 4. **Copy** the `WeppyRobloxMCP.rbxm` file from the extracted folder into the opened Plugins folder
18
19
  5. **Restart Roblox Studio**
19
20
 
20
21
  ## 3. Verify Installation
@@ -21,7 +21,8 @@
21
21
 
22
22
  ### Step 1: Buy on Gumroad
23
23
 
24
- 1. Go to [Gumroad - Weppy Roblox Plugin](https://sunityplugin.gumroad.com/l/chllph)
24
+ 1. Go to [Gumroad - Weppy Roblox Plugin](https://sunityplugin.gumroad.com/l/chllph?utm_source=github&utm_medium=repo&utm_campaign=sunity_plugin
25
+ )
25
26
  2. Download the plugin
26
27
 
27
28
  ### Step 2: Install Plugin
@@ -24,7 +24,7 @@ Ejecuta en la terminal de Claude Code:
24
24
  /plugin marketplace add hope1026/roblox-mcp
25
25
 
26
26
  # Instalar plugin
27
- /plugin install @weppy/roblox-mcp
27
+ /plugin install weppy-roblox-mcp@hope1026-roblox-mcp
28
28
  ```
29
29
 
30
30
  Verificar instalacion:
@@ -77,7 +77,7 @@ Claude Code gestiona el servidor MCP automaticamente:
77
77
  ```bash
78
78
  # Limpiar cache y reintentar
79
79
  /plugin cache clear
80
- /plugin install @weppy/roblox-mcp
80
+ /plugin install weppy-roblox-mcp@hope1026-roblox-mcp
81
81
  ```
82
82
 
83
83
  ### El servidor no inicia
@@ -4,7 +4,8 @@ Instrucciones para instalar el plugin que conecta Roblox Studio con agentes de I
4
4
 
5
5
  ## 1. Descargar el Plugin
6
6
 
7
- Descarga el archivo `WeppyRobloxMCP.rbxm` desde [GitHub Releases](https://github.com/hope1026/roblox-mcp/roblox-plugin).
7
+ 1. Descarga `weppy-roblox-mcp-basic.zip` desde [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
8
+ 2. Extrae el archivo ZIP — encontraras el archivo `roblox-plugin/WeppyRobloxMCP.rbxm` y guias de instalacion
8
9
 
9
10
  ## 2. Instalar el Plugin
10
11
 
@@ -14,7 +15,7 @@ Descarga el archivo `WeppyRobloxMCP.rbxm` desde [GitHub Releases](https://github
14
15
 
15
16
  ![Abrir Plugins Folder](../../assets/screenshots/plugins_menu.png)
16
17
 
17
- 4. **Copia** el archivo `.rbxm` descargado a la carpeta abierta
18
+ 4. **Copia** el archivo `WeppyRobloxMCP.rbxm` de la carpeta extraida a la carpeta de Plugins abierta
18
19
  5. **Reinicia Roblox Studio**
19
20
 
20
21
  ## 3. Verificar la Instalacion
@@ -21,7 +21,8 @@
21
21
 
22
22
  ### Paso 1: Comprar en Gumroad
23
23
 
24
- 1. Visita [Gumroad - Weppy Roblox Plugin](https://sunityplugin.gumroad.com/l/chllph)
24
+ 1. Visita [Gumroad - Weppy Roblox Plugin](https://sunityplugin.gumroad.com/l/chllph?utm_source=github&utm_medium=repo&utm_campaign=sunity_plugin
25
+ )
25
26
  2. Descarga el plugin
26
27
 
27
28
  ### Paso 2: Instalar el Plugin
@@ -24,7 +24,7 @@ Jalankan di terminal Claude Code:
24
24
  /plugin marketplace add hope1026/roblox-mcp
25
25
 
26
26
  # Instal plugin
27
- /plugin install @weppy/roblox-mcp
27
+ /plugin install weppy-roblox-mcp@hope1026-roblox-mcp
28
28
  ```
29
29
 
30
30
  Verifikasi instalasi:
@@ -77,7 +77,7 @@ Claude Code mengelola MCP server secara otomatis:
77
77
  ```bash
78
78
  # Bersihkan cache lalu coba lagi
79
79
  /plugin cache clear
80
- /plugin install @weppy/roblox-mcp
80
+ /plugin install weppy-roblox-mcp@hope1026-roblox-mcp
81
81
  ```
82
82
 
83
83
  ### Server tidak dimulai
@@ -4,7 +4,8 @@ Panduan instalasi plugin untuk menghubungkan AI agent di Roblox Studio.
4
4
 
5
5
  ## 1. Unduh Plugin
6
6
 
7
- Unduh file `WeppyRobloxMCP.rbxm` dari [GitHub Releases](https://github.com/hope1026/roblox-mcp/roblox-plugin).
7
+ 1. Unduh `weppy-roblox-mcp-basic.zip` dari [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
8
+ 2. Ekstrak file ZIP — Anda akan menemukan file `roblox-plugin/WeppyRobloxMCP.rbxm` dan panduan instalasi
8
9
 
9
10
  ## 2. Instal Plugin
10
11
 
@@ -14,7 +15,7 @@ Unduh file `WeppyRobloxMCP.rbxm` dari [GitHub Releases](https://github.com/hope1
14
15
 
15
16
  ![Buka Plugins Folder](../../assets/screenshots/plugins_menu.png)
16
17
 
17
- 4. **Salin** file `.rbxm` yang diunduh ke folder yang terbuka
18
+ 4. **Salin** file `WeppyRobloxMCP.rbxm` dari folder yang diekstrak ke folder Plugins yang terbuka
18
19
  5. **Restart Roblox Studio**
19
20
 
20
21
  ## 3. Verifikasi Instalasi
@@ -21,7 +21,8 @@
21
21
 
22
22
  ### Langkah 1: Beli di Gumroad
23
23
 
24
- 1. Kunjungi [Gumroad - Weppy Roblox Plugin](https://sunityplugin.gumroad.com/l/chllph)
24
+ 1. Kunjungi [Gumroad - Weppy Roblox Plugin](https://sunityplugin.gumroad.com/l/chllph?utm_source=github&utm_medium=repo&utm_campaign=sunity_plugin
25
+ )
25
26
  2. Unduh plugin
26
27
 
27
28
  ### Langkah 2: Instal Plugin
@@ -24,7 +24,7 @@ Claude Codeターミナルで実行:
24
24
  /plugin marketplace add hope1026/roblox-mcp
25
25
 
26
26
  # プラグインをインストール
27
- /plugin install @weppy/roblox-mcp
27
+ /plugin install weppy-roblox-mcp@hope1026-roblox-mcp
28
28
  ```
29
29
 
30
30
  インストール確認:
@@ -77,7 +77,7 @@ Claude CodeはMCPサーバーを自動的に管理します:
77
77
  ```bash
78
78
  # キャッシュをクリアして再試行
79
79
  /plugin cache clear
80
- /plugin install @weppy/roblox-mcp
80
+ /plugin install weppy-roblox-mcp@hope1026-roblox-mcp
81
81
  ```
82
82
 
83
83
  ### サーバーが起動しない
@@ -4,7 +4,8 @@ Roblox StudioでAIエージェントと連携するためのプラグインイ
4
4
 
5
5
  ## 1. プラグインのダウンロード
6
6
 
7
- [GitHub Releases](https://github.com/hope1026/roblox-mcp/roblox-plugin)から `WeppyRobloxMCP.rbxm` ファイルをダウンロードします。
7
+ 1. [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)から `weppy-roblox-mcp-basic.zip` をダウンロードします
8
+ 2. ZIPファイルを解凍します — `roblox-plugin/WeppyRobloxMCP.rbxm` ファイルとセットアップガイドが含まれています
8
9
 
9
10
  ## 2. プラグインのインストール
10
11
 
@@ -14,7 +15,7 @@ Roblox StudioでAIエージェントと連携するためのプラグインイ
14
15
 
15
16
  ![Plugins Folderを開く](../../assets/screenshots/plugins_menu.png)
16
17
 
17
- 4. 開いたフォルダにダウンロードした `.rbxm` ファイルを**コピー**
18
+ 4. 解凍したフォルダから `WeppyRobloxMCP.rbxm` ファイルを開いたPluginsフォルダに**コピー**
18
19
  5. **Roblox Studioを再起動**
19
20
 
20
21
  ## 3. インストール確認
@@ -21,7 +21,8 @@
21
21
 
22
22
  ### ステップ1: Gumroadで購入
23
23
 
24
- 1. [Gumroad - Weppy Roblox Plugin](https://sunityplugin.gumroad.com/l/chllph) にアクセス
24
+ 1. [Gumroad - Weppy Roblox Plugin](https://sunityplugin.gumroad.com/l/chllph?utm_source=github&utm_medium=repo&utm_campaign=sunity_plugin
25
+ ) にアクセス
25
26
  2. プラグインをダウンロード
26
27
 
27
28
  ### ステップ2: プラグインのインストール
@@ -24,7 +24,7 @@ Claude Code 터미널에서 실행:
24
24
  /plugin marketplace add hope1026/roblox-mcp
25
25
 
26
26
  # 플러그인 설치
27
- /plugin install @weppy/roblox-mcp
27
+ /plugin install weppy-roblox-mcp@hope1026-roblox-mcp
28
28
  ```
29
29
 
30
30
  설치 확인:
@@ -77,7 +77,7 @@ Claude Code는 MCP 서버를 자동으로 관리합니다:
77
77
  ```bash
78
78
  # 캐시 정리 후 재시도
79
79
  /plugin cache clear
80
- /plugin install @weppy/roblox-mcp
80
+ /plugin install weppy-roblox-mcp@hope1026-roblox-mcp
81
81
  ```
82
82
 
83
83
  ### 서버가 시작되지 않음
@@ -4,7 +4,8 @@ Roblox Studio에서 AI 에이전트와 연결하기 위한 플러그인 설치
4
4
 
5
5
  ## 1. 플러그인 다운로드
6
6
 
7
- [GitHub Releases](https://github.com/hope1026/roblox-mcp/roblox-plugin)에서 `WeppyRobloxMCP.rbxm` 파일을 다운로드합니다.
7
+ 1. [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)에서 `weppy-roblox-mcp-basic.zip`을 다운로드합니다
8
+ 2. ZIP 파일을 압축 해제합니다 — `roblox-plugin/WeppyRobloxMCP.rbxm` 파일과 설치 가이드가 포함되어 있습니다
8
9
 
9
10
  ## 2. 플러그인 설치
10
11
 
@@ -14,7 +15,7 @@ Roblox Studio에서 AI 에이전트와 연결하기 위한 플러그인 설치
14
15
 
15
16
  ![Plugins Folder 열기](../../assets/screenshots/plugins_menu.png)
16
17
 
17
- 4. 열린 폴더에 다운로드한 `.rbxm` 파일을 **복사**
18
+ 4. 압축 해제한 폴더에서 `WeppyRobloxMCP.rbxm` 파일을 열린 Plugins 폴더에 **복사**
18
19
  5. **Roblox Studio 재시작**
19
20
 
20
21
  ## 3. 설치 확인
@@ -21,7 +21,8 @@
21
21
 
22
22
  ### 1단계: Gumroad에서 구매
23
23
 
24
- 1. [Gumroad - Weppy Roblox Plugin](https://sunityplugin.gumroad.com/l/chllph) 접속
24
+ 1. [Gumroad - Weppy Roblox Plugin](https://sunityplugin.gumroad.com/l/chllph?utm_source=github&utm_medium=repo&utm_campaign=sunity_plugin
25
+ ) 접속
25
26
  2. 플러그인 다운로드
26
27
 
27
28
  ### 2단계: 플러그인 설치
@@ -24,7 +24,7 @@ Execute no terminal do Claude Code:
24
24
  /plugin marketplace add hope1026/roblox-mcp
25
25
 
26
26
  # Instalar plugin
27
- /plugin install @weppy/roblox-mcp
27
+ /plugin install weppy-roblox-mcp@hope1026-roblox-mcp
28
28
  ```
29
29
 
30
30
  Verificar instalacao:
@@ -77,7 +77,7 @@ O Claude Code gerencia o servidor MCP automaticamente:
77
77
  ```bash
78
78
  # Limpe o cache e tente novamente
79
79
  /plugin cache clear
80
- /plugin install @weppy/roblox-mcp
80
+ /plugin install weppy-roblox-mcp@hope1026-roblox-mcp
81
81
  ```
82
82
 
83
83
  ### O servidor nao inicia
@@ -4,7 +4,8 @@ Como instalar o plugin para conectar com agentes de IA no Roblox Studio.
4
4
 
5
5
  ## 1. Baixar o Plugin
6
6
 
7
- Baixe o arquivo `WeppyRobloxMCP.rbxm` em [GitHub Releases](https://github.com/hope1026/roblox-mcp/roblox-plugin).
7
+ 1. Baixe `weppy-roblox-mcp-basic.zip` em [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
8
+ 2. Extraia o arquivo ZIP — voce encontrara o arquivo `roblox-plugin/WeppyRobloxMCP.rbxm` e guias de instalacao
8
9
 
9
10
  ## 2. Instalar o Plugin
10
11
 
@@ -14,7 +15,7 @@ Baixe o arquivo `WeppyRobloxMCP.rbxm` em [GitHub Releases](https://github.com/ho
14
15
 
15
16
  ![Abrir Plugins Folder](../../assets/screenshots/plugins_menu.png)
16
17
 
17
- 4. **Copie** o arquivo `.rbxm` baixado para a pasta aberta
18
+ 4. **Copie** o arquivo `WeppyRobloxMCP.rbxm` da pasta extraida para a pasta de Plugins aberta
18
19
  5. **Reinicie o Roblox Studio**
19
20
 
20
21
  ## 3. Verificar a Instalacao
@@ -21,7 +21,8 @@
21
21
 
22
22
  ### Passo 1: Compre no Gumroad
23
23
 
24
- 1. Acesse [Gumroad - Weppy Roblox Plugin](https://sunityplugin.gumroad.com/l/chllph)
24
+ 1. Acesse [Gumroad - Weppy Roblox Plugin](https://sunityplugin.gumroad.com/l/chllph?utm_source=github&utm_medium=repo&utm_campaign=sunity_plugin
25
+ )
25
26
  2. Baixe o plugin
26
27
 
27
28
  ### Passo 2: Instale o Plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weppy/roblox-mcp",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "MCP (Model Context Protocol) server for Roblox Studio integration - enables AI coding agents to interact with Roblox Studio in real-time",
5
5
  "main": "plugins/weppy-roblox-mcp/dist/index.js",
6
6
  "type": "module",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weppy-roblox-mcp",
3
3
  "description": "MCP server for Roblox Studio integration - 130+ tools for AI-powered game development with specialized agents and skills",
4
- "version": "0.1.4",
4
+ "version": "0.1.6",
5
5
  "author": {
6
6
  "name": "hope1026"
7
7
  },
@@ -17,20 +17,12 @@
17
17
  "roblox-studio",
18
18
  "skills"
19
19
  ],
20
- "mcp": {
21
- "command": "node",
22
- "args": [
23
- "dist/index.js"
24
- ]
25
- },
26
- "skills": [
27
- {
28
- "name": "roblox-game-dev",
29
- "description": "Master orchestrator for Roblox game development. Handles sync, planning, development, and re-sync in a unified workflow."
30
- },
31
- {
32
- "name": "roblox-sync",
33
- "description": "Studio state synchronization with local cache"
20
+ "mcpServers": {
21
+ "weppy-roblox-mcp": {
22
+ "command": "node",
23
+ "args": [
24
+ "${CLAUDE_PLUGIN_ROOT}/dist/index.js"
25
+ ]
34
26
  }
35
- ]
27
+ }
36
28
  }