@weppy/roblox-mcp 2.0.2 → 2.0.4
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 +17 -1
- package/README.md +9 -2
- package/docs/assets/screenshots/antigravity/antigravity_mcp_raw.png +0 -0
- package/docs/assets/screenshots/antigravity/antigravity_mcp_services_menu.png +0 -0
- package/docs/assets/screenshots/antigravity/antigravity_raw_config_menu.png +0 -0
- package/docs/assets/screenshots/connection_guide.png +0 -0
- package/docs/assets/screenshots/connection_popup.png +0 -0
- package/docs/assets/screenshots/dashboard/dashboard_changelog1.png +0 -0
- package/docs/assets/screenshots/dashboard/dashboard_changelog2.png +0 -0
- package/docs/assets/screenshots/dashboard/dashboard_connection.png +0 -0
- package/docs/assets/screenshots/dashboard/dashboard_overview.png +0 -0
- package/docs/assets/screenshots/dashboard/dashboard_playtest.png +0 -0
- package/docs/assets/screenshots/dashboard/dashboard_sync.png +0 -0
- package/docs/assets/screenshots/dashboard/dashboard_tools.png +0 -0
- package/docs/assets/screenshots/license/license-dashboard.png +0 -0
- package/docs/assets/screenshots/license/license-plugin.png +0 -0
- package/docs/assets/screenshots/plugin_main.png +0 -0
- package/docs/assets/screenshots/plugins_menu.png +0 -0
- package/docs/assets/screenshots/roblox-explorer/install-from-vsix.png +0 -0
- package/docs/assets/screenshots/roblox-explorer/roblox-explorer-screen.png +0 -0
- package/docs/assets/screenshots/settings.png +0 -0
- package/docs/assets/screenshots/sync.png +0 -0
- package/docs/assets/screenshots/sync_conflict.png +0 -0
- package/docs/assets/screenshots/weppy_plugin_toolbar.png +0 -0
- package/docs/en/installation/README.md +9 -2
- package/docs/es/README.md +9 -2
- package/docs/es/installation/README.md +9 -2
- package/docs/id/README.md +9 -2
- package/docs/id/installation/README.md +9 -2
- package/docs/ja/README.md +9 -2
- package/docs/ja/installation/README.md +9 -2
- package/docs/ko/README.md +9 -2
- package/docs/ko/installation/README.md +9 -2
- package/docs/pt-br/README.md +9 -2
- package/docs/pt-br/installation/README.md +9 -2
- package/install.ps1 +16 -0
- package/install.sh +21 -2
- 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 -51
- package/plugins/weppy-roblox-mcp/roblox-plugin/WeppyRobloxMCP.rbxm +0 -0
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
8
|
"description": "Weppy Roblox MCP — MCP server that lets AI coding agents control a live Roblox Studio session with 21 tools, 140+ actions, bidirectional sync, automated playtest, and multi-place support",
|
|
9
|
-
"version": "2.0.
|
|
9
|
+
"version": "2.0.4"
|
|
10
10
|
},
|
|
11
11
|
"plugins": [
|
|
12
12
|
{
|
|
13
13
|
"name": "weppy-roblox-mcp",
|
|
14
14
|
"source": "./plugins/weppy-roblox-mcp",
|
|
15
15
|
"description": "Weppy Roblox MCP — MCP server that lets AI coding agents control a live Roblox Studio session with 21 tools, 140+ actions, bidirectional sync, automated playtest, and multi-place support",
|
|
16
|
-
"version": "2.0.
|
|
16
|
+
"version": "2.0.4",
|
|
17
17
|
"author": {
|
|
18
18
|
"name": "hope1026"
|
|
19
19
|
},
|
package/CHANGELOG.md
CHANGED
|
@@ -16,11 +16,27 @@ All notable changes to this project will be documented in this file.
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## [2.0.4] - 2026-03-24
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- Fix deployment script bug.
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## [2.0.3] - 2026-03-24
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
- **Fix install script failures on macOS/Linux**: Resolved a path resolution bug in `install.sh` that caused the installer to fail when the Claude or Cursor config directory did not exist yet. The script now creates the config directory automatically before writing the MCP entry.
|
|
33
|
+
|
|
34
|
+
|
|
19
35
|
## [2.0.2] - 2026-03-24
|
|
20
36
|
|
|
21
37
|
### Features
|
|
22
38
|
|
|
23
|
-
- **New one-line installation method**: Install the MCP server and Roblox Studio plugin with a single command. On macOS/Linux run `curl -fsSL https://
|
|
39
|
+
- **New one-line installation method**: Install the MCP server and Roblox Studio plugin with a single command. On macOS/Linux run `curl -fsSL https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.sh | bash`, on Windows run `irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1 | iex`. The installer auto-detects the Claude/Cursor config path, injects the MCP entry, and opens the plugin install page in your browser.
|
|
24
40
|
- **Dashboard data clearing**: Added clear buttons to the web dashboard for connection history, tool execution history, and sync history. Each section can now be reset independently without restarting the server.
|
|
25
41
|
- **Plugin and MCP stability improvements**: Hardened the HTTP polling loop in the Roblox Studio plugin to recover from transient network errors without dropping the connection. The MCP server now retries failed result deliveries and surfaces timeout details in error responses for easier debugging.
|
|
26
42
|
|
package/README.md
CHANGED
|
@@ -20,16 +20,23 @@ This is not just code generation. It is **executable, production-oriented action
|
|
|
20
20
|
|
|
21
21
|
**One-line install** — installs the MCP server, Roblox Studio plugin, and registers with your AI apps:
|
|
22
22
|
|
|
23
|
+
**macOS / Linux**
|
|
24
|
+
|
|
23
25
|
```bash
|
|
24
|
-
# macOS / Linux
|
|
25
26
|
curl -fsSL https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.sh | bash
|
|
27
|
+
```
|
|
26
28
|
|
|
27
|
-
|
|
29
|
+
**Windows (PowerShell)**
|
|
30
|
+
|
|
31
|
+
```powershell
|
|
28
32
|
irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1 | iex
|
|
29
33
|
```
|
|
30
34
|
|
|
31
35
|
Then restart Roblox Studio — done!
|
|
32
36
|
|
|
37
|
+
Automatic MCP registration currently supports **Claude Code, Claude Desktop, Cursor, Codex CLI, and Gemini CLI**.
|
|
38
|
+
**Codex App** and **Antigravity** still require manual setup after the script finishes.
|
|
39
|
+
|
|
33
40
|
If PowerShell execution is blocked on Windows, use the manual install path below. If you're using the ZIP package, you can also use `setup-plugin.bat` and `setup-mcp.bat`.
|
|
34
41
|
|
|
35
42
|
### Manual Install
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -18,16 +18,23 @@ When an AI app says "Create a blue part", the MCP server converts this request,
|
|
|
18
18
|
|
|
19
19
|
Installs the MCP server, Roblox Studio plugin, and registers with your AI apps in one step:
|
|
20
20
|
|
|
21
|
+
**macOS / Linux**
|
|
22
|
+
|
|
21
23
|
```bash
|
|
22
|
-
# macOS / Linux
|
|
23
24
|
curl -fsSL https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.sh | bash
|
|
25
|
+
```
|
|
24
26
|
|
|
25
|
-
|
|
27
|
+
**Windows (PowerShell)**
|
|
28
|
+
|
|
29
|
+
```powershell
|
|
26
30
|
irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1 | iex
|
|
27
31
|
```
|
|
28
32
|
|
|
29
33
|
Then restart Roblox Studio — done!
|
|
30
34
|
|
|
35
|
+
Automatic MCP registration currently supports **Claude Code, Claude Desktop, Cursor, Codex CLI, and Gemini CLI**.
|
|
36
|
+
**Codex App** and **Antigravity** still require manual setup after the script finishes.
|
|
37
|
+
|
|
31
38
|
If PowerShell execution is blocked on Windows, use the manual install path below. If you're using the ZIP package, you can also run `setup-plugin.bat` and `setup-mcp.bat`.
|
|
32
39
|
|
|
33
40
|
---
|
package/docs/es/README.md
CHANGED
|
@@ -12,16 +12,23 @@
|
|
|
12
12
|
|
|
13
13
|
**Instalacion en un solo comando** — Instala el servidor MCP, el plugin de Roblox Studio y registra tus apps de IA en un solo paso:
|
|
14
14
|
|
|
15
|
+
**macOS / Linux**
|
|
16
|
+
|
|
15
17
|
```bash
|
|
16
|
-
# macOS / Linux
|
|
17
18
|
curl -fsSL https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.sh | bash
|
|
19
|
+
```
|
|
18
20
|
|
|
19
|
-
|
|
21
|
+
**Windows (PowerShell)**
|
|
22
|
+
|
|
23
|
+
```powershell
|
|
20
24
|
irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1 | iex
|
|
21
25
|
```
|
|
22
26
|
|
|
23
27
|
¡Reinicia Roblox Studio y listo!
|
|
24
28
|
|
|
29
|
+
El registro automático de MCP actualmente es compatible con **Claude Code, Claude Desktop, Cursor, Codex CLI y Gemini CLI**.
|
|
30
|
+
**Codex App** y **Antigravity** todavía requieren configuración manual después de que termine el script.
|
|
31
|
+
|
|
25
32
|
Si la ejecución de PowerShell está bloqueada en Windows, continúa con la instalación manual de abajo. Si usas el paquete ZIP, también puedes usar `setup-plugin.bat` y `setup-mcp.bat`.
|
|
26
33
|
|
|
27
34
|
### Instalacion manual
|
|
@@ -14,16 +14,23 @@ Plugin de Roblox Studio
|
|
|
14
14
|
|
|
15
15
|
Instala el servidor MCP, el plugin de Roblox Studio y registra tus apps de IA en un solo paso:
|
|
16
16
|
|
|
17
|
+
**macOS / Linux**
|
|
18
|
+
|
|
17
19
|
```bash
|
|
18
|
-
# macOS / Linux
|
|
19
20
|
curl -fsSL https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.sh | bash
|
|
21
|
+
```
|
|
20
22
|
|
|
21
|
-
|
|
23
|
+
**Windows (PowerShell)**
|
|
24
|
+
|
|
25
|
+
```powershell
|
|
22
26
|
irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1 | iex
|
|
23
27
|
```
|
|
24
28
|
|
|
25
29
|
¡Reinicia Roblox Studio y listo!
|
|
26
30
|
|
|
31
|
+
El registro automático de MCP actualmente es compatible con **Claude Code, Claude Desktop, Cursor, Codex CLI y Gemini CLI**.
|
|
32
|
+
**Codex App** y **Antigravity** todavía requieren configuración manual después de que termine el script.
|
|
33
|
+
|
|
27
34
|
Si la ejecución de PowerShell está bloqueada en Windows, continúa con la instalación manual de abajo. Si usas el paquete ZIP, también puedes ejecutar `setup-plugin.bat` y `setup-mcp.bat`.
|
|
28
35
|
|
|
29
36
|
---
|
package/docs/id/README.md
CHANGED
|
@@ -12,16 +12,23 @@
|
|
|
12
12
|
|
|
13
13
|
**Instalasi satu perintah** — Install MCP server, plugin Roblox Studio, dan daftarkan ke aplikasi AI dalam satu langkah:
|
|
14
14
|
|
|
15
|
+
**macOS / Linux**
|
|
16
|
+
|
|
15
17
|
```bash
|
|
16
|
-
# macOS / Linux
|
|
17
18
|
curl -fsSL https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.sh | bash
|
|
19
|
+
```
|
|
18
20
|
|
|
19
|
-
|
|
21
|
+
**Windows (PowerShell)**
|
|
22
|
+
|
|
23
|
+
```powershell
|
|
20
24
|
irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1 | iex
|
|
21
25
|
```
|
|
22
26
|
|
|
23
27
|
Restart Roblox Studio — selesai!
|
|
24
28
|
|
|
29
|
+
Pendaftaran MCP otomatis saat ini mendukung **Claude Code, Claude Desktop, Cursor, Codex CLI, dan Gemini CLI**.
|
|
30
|
+
**Codex App** dan **Antigravity** masih memerlukan pengaturan manual setelah skrip selesai.
|
|
31
|
+
|
|
25
32
|
Jika eksekusi PowerShell diblokir di Windows, lanjutkan dengan instalasi manual di bawah. Jika kamu memakai paket ZIP, kamu juga bisa memakai `setup-plugin.bat` dan `setup-mcp.bat`.
|
|
26
33
|
|
|
27
34
|
### Instalasi Manual
|
|
@@ -18,16 +18,23 @@ Ketika aplikasi AI bilang "buatkan part biru", MCP server mengonversi perintah i
|
|
|
18
18
|
|
|
19
19
|
Install MCP server, plugin Roblox Studio, dan daftarkan ke aplikasi AI dalam satu langkah:
|
|
20
20
|
|
|
21
|
+
**macOS / Linux**
|
|
22
|
+
|
|
21
23
|
```bash
|
|
22
|
-
# macOS / Linux
|
|
23
24
|
curl -fsSL https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.sh | bash
|
|
25
|
+
```
|
|
24
26
|
|
|
25
|
-
|
|
27
|
+
**Windows (PowerShell)**
|
|
28
|
+
|
|
29
|
+
```powershell
|
|
26
30
|
irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1 | iex
|
|
27
31
|
```
|
|
28
32
|
|
|
29
33
|
Restart Roblox Studio — selesai!
|
|
30
34
|
|
|
35
|
+
Pendaftaran MCP otomatis saat ini mendukung **Claude Code, Claude Desktop, Cursor, Codex CLI, dan Gemini CLI**.
|
|
36
|
+
**Codex App** dan **Antigravity** masih memerlukan pengaturan manual setelah skrip selesai.
|
|
37
|
+
|
|
31
38
|
Jika eksekusi PowerShell diblokir di Windows, lanjutkan dengan instalasi manual di bawah. Jika kamu memakai paket ZIP, kamu juga bisa menjalankan `setup-plugin.bat` dan `setup-mcp.bat`.
|
|
32
39
|
|
|
33
40
|
---
|
package/docs/ja/README.md
CHANGED
|
@@ -12,16 +12,23 @@
|
|
|
12
12
|
|
|
13
13
|
**ワンラインインストール** — MCPサーバー、Roblox Studioプラグイン、AIアプリへの登録を一度に完了します:
|
|
14
14
|
|
|
15
|
+
**macOS / Linux**
|
|
16
|
+
|
|
15
17
|
```bash
|
|
16
|
-
# macOS / Linux
|
|
17
18
|
curl -fsSL https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.sh | bash
|
|
19
|
+
```
|
|
18
20
|
|
|
19
|
-
|
|
21
|
+
**Windows (PowerShell)**
|
|
22
|
+
|
|
23
|
+
```powershell
|
|
20
24
|
irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1 | iex
|
|
21
25
|
```
|
|
22
26
|
|
|
23
27
|
Roblox Studioを再起動したら完了です!
|
|
24
28
|
|
|
29
|
+
自動でMCP登録できるのは現在 **Claude Code, Claude Desktop, Cursor, Codex CLI, Gemini CLI** です。
|
|
30
|
+
**Codex App** と **Antigravity** はスクリプト完了後に手動設定が必要です。
|
|
31
|
+
|
|
25
32
|
WindowsでPowerShellの実行がブロックされる場合は、下の手動インストールに進んでください。ZIPパッケージを使う場合は `setup-plugin.bat` と `setup-mcp.bat` も利用できます。
|
|
26
33
|
|
|
27
34
|
### 手動インストール
|
|
@@ -18,16 +18,23 @@ AIアプリが「青いパーツを作って」と言うと、MCPサーバーが
|
|
|
18
18
|
|
|
19
19
|
MCPサーバー、Roblox Studioプラグイン、AIアプリへの登録を一度に完了します:
|
|
20
20
|
|
|
21
|
+
**macOS / Linux**
|
|
22
|
+
|
|
21
23
|
```bash
|
|
22
|
-
# macOS / Linux
|
|
23
24
|
curl -fsSL https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.sh | bash
|
|
25
|
+
```
|
|
24
26
|
|
|
25
|
-
|
|
27
|
+
**Windows (PowerShell)**
|
|
28
|
+
|
|
29
|
+
```powershell
|
|
26
30
|
irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1 | iex
|
|
27
31
|
```
|
|
28
32
|
|
|
29
33
|
Roblox Studioを再起動したら完了です!
|
|
30
34
|
|
|
35
|
+
自動でMCP登録できるのは現在 **Claude Code, Claude Desktop, Cursor, Codex CLI, Gemini CLI** です。
|
|
36
|
+
**Codex App** と **Antigravity** はスクリプト完了後に手動設定が必要です。
|
|
37
|
+
|
|
31
38
|
WindowsでPowerShellの実行がブロックされる場合は、下の手動インストールに進んでください。ZIPパッケージを使う場合は `setup-plugin.bat` と `setup-mcp.bat` を実行できます。
|
|
32
39
|
|
|
33
40
|
---
|
package/docs/ko/README.md
CHANGED
|
@@ -12,16 +12,23 @@
|
|
|
12
12
|
|
|
13
13
|
**원라인 설치** — MCP 서버, Roblox Studio 플러그인, AI 앱 등록을 한 번에 진행합니다:
|
|
14
14
|
|
|
15
|
+
**macOS / Linux**
|
|
16
|
+
|
|
15
17
|
```bash
|
|
16
|
-
# macOS / Linux
|
|
17
18
|
curl -fsSL https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.sh | bash
|
|
19
|
+
```
|
|
18
20
|
|
|
19
|
-
|
|
21
|
+
**Windows (PowerShell)**
|
|
22
|
+
|
|
23
|
+
```powershell
|
|
20
24
|
irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1 | iex
|
|
21
25
|
```
|
|
22
26
|
|
|
23
27
|
Roblox Studio를 재시작하면 완료입니다!
|
|
24
28
|
|
|
29
|
+
자동 MCP 등록은 현재 **Claude Code, Claude Desktop, Cursor, Codex CLI, Gemini CLI**만 지원합니다.
|
|
30
|
+
**Codex App**과 **Antigravity**는 스크립트 완료 후 수동 설정이 필요합니다.
|
|
31
|
+
|
|
25
32
|
Windows에서 PowerShell 실행이 차단되면 아래 수동 설치로 진행하세요. ZIP 패키지를 사용하는 경우 `setup-plugin.bat`, `setup-mcp.bat`도 사용할 수 있습니다.
|
|
26
33
|
|
|
27
34
|
### 수동 설치
|
|
@@ -18,16 +18,23 @@ AI 앱이 "파란 파트를 만들어줘"라고 하면, MCP 서버가 이 요청
|
|
|
18
18
|
|
|
19
19
|
MCP 서버, Roblox Studio 플러그인, AI 앱 등록을 한 번에 진행합니다:
|
|
20
20
|
|
|
21
|
+
**macOS / Linux**
|
|
22
|
+
|
|
21
23
|
```bash
|
|
22
|
-
# macOS / Linux
|
|
23
24
|
curl -fsSL https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.sh | bash
|
|
25
|
+
```
|
|
24
26
|
|
|
25
|
-
|
|
27
|
+
**Windows (PowerShell)**
|
|
28
|
+
|
|
29
|
+
```powershell
|
|
26
30
|
irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1 | iex
|
|
27
31
|
```
|
|
28
32
|
|
|
29
33
|
Roblox Studio를 재시작하면 완료입니다!
|
|
30
34
|
|
|
35
|
+
자동 MCP 등록은 현재 **Claude Code, Claude Desktop, Cursor, Codex CLI, Gemini CLI**만 지원합니다.
|
|
36
|
+
**Codex App**과 **Antigravity**는 스크립트 완료 후 수동 설정이 필요합니다.
|
|
37
|
+
|
|
31
38
|
Windows에서 PowerShell 실행이 차단되면 아래 수동 설치로 진행하세요. ZIP 패키지를 사용하는 경우 `setup-plugin.bat`, `setup-mcp.bat`를 실행할 수 있습니다.
|
|
32
39
|
|
|
33
40
|
---
|
package/docs/pt-br/README.md
CHANGED
|
@@ -12,16 +12,23 @@
|
|
|
12
12
|
|
|
13
13
|
**Instalacao em um comando** — Instala o servidor MCP, o plugin do Roblox Studio e registra nos apps de IA em um único passo:
|
|
14
14
|
|
|
15
|
+
**macOS / Linux**
|
|
16
|
+
|
|
15
17
|
```bash
|
|
16
|
-
# macOS / Linux
|
|
17
18
|
curl -fsSL https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.sh | bash
|
|
19
|
+
```
|
|
18
20
|
|
|
19
|
-
|
|
21
|
+
**Windows (PowerShell)**
|
|
22
|
+
|
|
23
|
+
```powershell
|
|
20
24
|
irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1 | iex
|
|
21
25
|
```
|
|
22
26
|
|
|
23
27
|
Reinicie o Roblox Studio — pronto!
|
|
24
28
|
|
|
29
|
+
O registro automático de MCP atualmente suporta **Claude Code, Claude Desktop, Cursor, Codex CLI e Gemini CLI**.
|
|
30
|
+
**Codex App** e **Antigravity** ainda exigem configuração manual depois que o script terminar.
|
|
31
|
+
|
|
25
32
|
Se a execução do PowerShell estiver bloqueada no Windows, siga a instalação manual abaixo. Se estiver usando o pacote ZIP, você também pode usar `setup-plugin.bat` e `setup-mcp.bat`.
|
|
26
33
|
|
|
27
34
|
### Instalacao manual
|
|
@@ -18,16 +18,23 @@ Quando o app de IA diz "cria uma parte azul", o servidor MCP converte o pedido e
|
|
|
18
18
|
|
|
19
19
|
Instala o servidor MCP, o plugin do Roblox Studio e registra nos apps de IA em um único passo:
|
|
20
20
|
|
|
21
|
+
**macOS / Linux**
|
|
22
|
+
|
|
21
23
|
```bash
|
|
22
|
-
# macOS / Linux
|
|
23
24
|
curl -fsSL https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.sh | bash
|
|
25
|
+
```
|
|
24
26
|
|
|
25
|
-
|
|
27
|
+
**Windows (PowerShell)**
|
|
28
|
+
|
|
29
|
+
```powershell
|
|
26
30
|
irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1 | iex
|
|
27
31
|
```
|
|
28
32
|
|
|
29
33
|
Reinicie o Roblox Studio — pronto!
|
|
30
34
|
|
|
35
|
+
O registro automático de MCP atualmente suporta **Claude Code, Claude Desktop, Cursor, Codex CLI e Gemini CLI**.
|
|
36
|
+
**Codex App** e **Antigravity** ainda exigem configuração manual depois que o script terminar.
|
|
37
|
+
|
|
31
38
|
Se a execução do PowerShell estiver bloqueada no Windows, siga a instalação manual abaixo. Se estiver usando o pacote ZIP, você também pode executar `setup-plugin.bat` e `setup-mcp.bat`.
|
|
32
39
|
|
|
33
40
|
---
|
package/install.ps1
CHANGED
|
@@ -45,6 +45,11 @@ fs.writeFileSync(configPath, JSON.stringify(config, null, 2) + '\n');
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
+
function Test-LfsPointer($filePath) {
|
|
49
|
+
if (-not (Test-Path $filePath)) { return $false }
|
|
50
|
+
return Select-String -Path $filePath -Pattern "git-lfs.github.com/spec/v1" -Quiet
|
|
51
|
+
}
|
|
52
|
+
|
|
48
53
|
# ── Header ──
|
|
49
54
|
Write-Host ""
|
|
50
55
|
Write-Host "Weppy Roblox MCP Installer" -ForegroundColor White -BackgroundColor DarkCyan
|
|
@@ -110,6 +115,12 @@ foreach ($p in $searchPaths) {
|
|
|
110
115
|
}
|
|
111
116
|
|
|
112
117
|
if ($bundledPlugin) {
|
|
118
|
+
if (Test-LfsPointer $bundledPlugin) {
|
|
119
|
+
Write-Fail "Bundled plugin payload is invalid (Git LFS pointer detected)"
|
|
120
|
+
Write-Info "Install the plugin from the GitHub release ZIP instead"
|
|
121
|
+
exit 1
|
|
122
|
+
}
|
|
123
|
+
|
|
113
124
|
Write-Host " → $pluginsDir\$pluginName"
|
|
114
125
|
if (Confirm-Action " Copy plugin to Roblox Plugins folder?") {
|
|
115
126
|
if (-not (Test-Path $pluginsDir)) {
|
|
@@ -131,6 +142,8 @@ else {
|
|
|
131
142
|
# [3/3] Register MCP with AI apps
|
|
132
143
|
# ═══════════════════════════════════
|
|
133
144
|
Write-Step "3/3" "Register MCP with AI apps"
|
|
145
|
+
Write-Host " Automatic registration: Claude Code, Claude Desktop, Cursor, Codex CLI, Gemini CLI"
|
|
146
|
+
Write-Host " Manual setup required: Codex App, Antigravity"
|
|
134
147
|
|
|
135
148
|
$detectedNames = @()
|
|
136
149
|
$detectedTypes = @()
|
|
@@ -273,5 +286,8 @@ Write-Host " 1. Restart Roblox Studio"
|
|
|
273
286
|
Write-Host " 2. Look for the W-MCP button in the Plugins tab"
|
|
274
287
|
Write-Host " 3. Click Connect and start building with AI!"
|
|
275
288
|
Write-Host ""
|
|
289
|
+
Write-Host " Auto registration: Claude Code, Claude Desktop, Cursor, Codex CLI, Gemini CLI"
|
|
290
|
+
Write-Host " Manual setup required: Codex App, Antigravity"
|
|
291
|
+
Write-Host ""
|
|
276
292
|
Write-Host " Docs: https://github.com/hope1026/weppy-roblox-mcp" -ForegroundColor DarkGray
|
|
277
293
|
Write-Host ""
|
package/install.sh
CHANGED
|
@@ -65,6 +65,16 @@ fs.writeFileSync(configPath, JSON.stringify(config, null, 2) + "\n");
|
|
|
65
65
|
'
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
+
is_lfs_pointer() {
|
|
69
|
+
local file_path="$1"
|
|
70
|
+
|
|
71
|
+
if [ ! -f "$file_path" ]; then
|
|
72
|
+
return 1
|
|
73
|
+
fi
|
|
74
|
+
|
|
75
|
+
grep -q "git-lfs.github.com/spec/v1" "$file_path"
|
|
76
|
+
}
|
|
77
|
+
|
|
68
78
|
# ── Header ──
|
|
69
79
|
# shellcheck disable=SC2059
|
|
70
80
|
printf "\n${BOLD}Weppy Roblox MCP Installer${NC}\n"
|
|
@@ -94,8 +104,7 @@ step "1/3" "Install @weppy/roblox-mcp via npm"
|
|
|
94
104
|
|
|
95
105
|
if confirm " Run npm install -g @weppy/roblox-mcp?"; then
|
|
96
106
|
if npm install -g @weppy/roblox-mcp; then
|
|
97
|
-
|
|
98
|
-
success "Installed @weppy/roblox-mcp (${INSTALLED_VERSION})"
|
|
107
|
+
success "Installed @weppy/roblox-mcp"
|
|
99
108
|
else
|
|
100
109
|
fail "npm install failed"
|
|
101
110
|
exit 1
|
|
@@ -127,6 +136,12 @@ for search_dir in \
|
|
|
127
136
|
done
|
|
128
137
|
|
|
129
138
|
if [ -n "$BUNDLED_PLUGIN" ]; then
|
|
139
|
+
if is_lfs_pointer "$BUNDLED_PLUGIN"; then
|
|
140
|
+
fail "Bundled plugin payload is invalid (Git LFS pointer detected)"
|
|
141
|
+
info "Install the plugin from the GitHub release ZIP instead"
|
|
142
|
+
exit 1
|
|
143
|
+
fi
|
|
144
|
+
|
|
130
145
|
printf " → %s/%s\n" "$PLUGINS_DIR" "$PLUGIN_NAME"
|
|
131
146
|
if confirm " Copy plugin to Roblox Plugins folder?"; then
|
|
132
147
|
mkdir -p "$PLUGINS_DIR"
|
|
@@ -144,6 +159,8 @@ fi
|
|
|
144
159
|
# [3/3] Register MCP with AI apps
|
|
145
160
|
# ═══════════════════════════════════
|
|
146
161
|
step "3/3" "Register MCP with AI apps"
|
|
162
|
+
printf " Automatic registration: Claude Code, Claude Desktop, Cursor, Codex CLI, Gemini CLI\n"
|
|
163
|
+
printf " Manual setup required: Codex App, Antigravity\n"
|
|
147
164
|
|
|
148
165
|
MCP_COMMAND='npx -y @weppy/roblox-mcp'
|
|
149
166
|
|
|
@@ -303,5 +320,7 @@ printf " 1. Restart Roblox Studio\n"
|
|
|
303
320
|
# shellcheck disable=SC2059
|
|
304
321
|
printf " 2. Look for the ${BOLD}W-MCP${NC} button in the Plugins tab\n"
|
|
305
322
|
printf " 3. Click Connect and start building with AI!\n\n"
|
|
323
|
+
printf " Auto registration: Claude Code, Claude Desktop, Cursor, Codex CLI, Gemini CLI\n"
|
|
324
|
+
printf " Manual setup required: Codex App, Antigravity\n\n"
|
|
306
325
|
# shellcheck disable=SC2059
|
|
307
326
|
printf " ${DIM}Docs: https://github.com/hope1026/weppy-roblox-mcp${NC}\n\n"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weppy/roblox-mcp",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
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",
|