@weppy/roblox-mcp 2.3.0 → 2.4.0
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/.github/workflows/install-test.yml +108 -0
- package/CHANGELOG.md +32 -0
- package/README.md +13 -7
- package/docs/en/installation/README.md +2 -2
- package/docs/en/installation/roblox-explorer.md +13 -3
- package/docs/en/installation/roblox-plugin.md +42 -31
- package/docs/en/pro-upgrade.md +26 -12
- package/docs/en/sync/luau-lsp.md +41 -0
- package/docs/en/sync/overview.md +4 -1
- package/docs/es/README.md +12 -4
- package/docs/es/installation/README.md +2 -2
- package/docs/es/pro-upgrade.md +26 -12
- package/docs/es/sync/luau-lsp.md +41 -0
- package/docs/es/sync/overview.md +4 -1
- package/docs/id/README.md +12 -4
- package/docs/id/installation/README.md +2 -2
- package/docs/id/pro-upgrade.md +26 -12
- package/docs/id/sync/luau-lsp.md +41 -0
- package/docs/id/sync/overview.md +4 -1
- package/docs/installer/assets/index-Bz0amd7x.js +63 -0
- package/docs/installer/assets/index-ei4lRUa6.css +1 -0
- package/docs/installer/index.html +2 -2
- package/docs/ja/README.md +14 -8
- package/docs/ja/installation/README.md +2 -2
- package/docs/ja/pro-upgrade.md +26 -12
- package/docs/ja/sync/luau-lsp.md +41 -0
- package/docs/ja/sync/overview.md +4 -1
- package/docs/ko/README.md +13 -7
- package/docs/ko/installation/README.md +2 -2
- package/docs/ko/installation/roblox-explorer.md +13 -3
- package/docs/ko/installation/roblox-plugin.md +42 -31
- package/docs/ko/pro-upgrade.md +26 -12
- package/docs/ko/sync/luau-lsp.md +41 -0
- package/docs/ko/sync/overview.md +4 -1
- package/docs/pt-br/README.md +12 -4
- package/docs/pt-br/installation/README.md +2 -2
- package/docs/pt-br/pro-upgrade.md +26 -12
- package/docs/pt-br/sync/luau-lsp.md +41 -0
- package/docs/pt-br/sync/overview.md +4 -1
- package/docs/troubleshooting.md +1 -1
- package/install.ps1 +36 -96
- package/install.sh +22 -67
- package/llms.txt +1 -1
- package/package.json +1 -1
- package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ChangelogDetailPage-CGK59Jsx.js → ChangelogDetailPage-CDMDeGei.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ChangelogPage-oNm6ratx.js → ChangelogPage-Uhx5ND-w.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ConfirmModal-Dtak3Vnq.js → ConfirmModal-BHlbjwL7.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConnectionPage-9bG71eB1.css +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConnectionPage-VXh4Hc9N.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{InfoLabel-CLvjiyTG.js → InfoLabel-CGOLGj5z.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{OverviewPage-BdF0Ve7h.js → OverviewPage-CWnqw6VH.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{PlaytestPage-cQMWlAOS.js → PlaytestPage-62dIQkgo.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/PropertyDiff-DnLJY3ZB.js +6 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{SettingsPage-C-QX0AY-.js → SettingsPage-Bjr3d4mM.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{StatusBadge-A9U9m2LQ.js → StatusBadge-6VL6HJhv.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-jdplS80I.js +4 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/TierComparison-7eRDwSAZ.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/TierPromoProgress-DFG_858F.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-B8iwhAW0.css +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-Cc6Vl-VU.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/WhatsNewPage-Lxgj0StO.css +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/WhatsNewPage-WPfXt13q.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-BhDELp5r.js +143 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-YfUJSF5s.css +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{useLiveUptime-Df1ECedb.js → useLiveUptime-BT-AiWEA.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/index.html +2 -2
- package/plugins/weppy-roblox-mcp/dist/index.js +93 -81
- package/plugins/weppy-roblox-mcp/roblox-plugin/WeppyRobloxMCP.rbxm +0 -0
- package/docs/installer/assets/index-B4Gp7BPj.js +0 -63
- package/docs/installer/assets/index-B7mvmOPt.css +0 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConnectionPage-CN3LYLAT.css +0 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConnectionPage-CjLtImxr.js +0 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/PropertyDiff-BnOZxkTS.js +0 -6
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-BAS0cXRM.js +0 -4
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/TierComparison-BA_L4c9p.js +0 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/TierPromoProgress-Dq6ofjr2.js +0 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-BZZZ3FXe.css +0 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-C_tMIyix.js +0 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-DYnjsp-e.css +0 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-OH9mpHwW.js +0 -129
|
@@ -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.
|
|
9
|
+
"version": "2.4.0"
|
|
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.
|
|
16
|
+
"version": "2.4.0",
|
|
17
17
|
"author": {
|
|
18
18
|
"name": "hope1026"
|
|
19
19
|
},
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
name: Install Script E2E Test
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
branches: [main]
|
|
6
|
+
workflow_dispatch:
|
|
7
|
+
|
|
8
|
+
jobs:
|
|
9
|
+
test-bash:
|
|
10
|
+
name: E2E — install.sh (ubuntu)
|
|
11
|
+
runs-on: ubuntu-latest
|
|
12
|
+
steps:
|
|
13
|
+
- uses: actions/checkout@v4
|
|
14
|
+
|
|
15
|
+
- uses: actions/setup-node@v4
|
|
16
|
+
with:
|
|
17
|
+
node-version: '20'
|
|
18
|
+
|
|
19
|
+
- name: Install Claude Code CLI (app detection용)
|
|
20
|
+
run: npm install -g @anthropic-ai/claude-code
|
|
21
|
+
|
|
22
|
+
- name: Run install.sh (CI mode)
|
|
23
|
+
env:
|
|
24
|
+
CI: true
|
|
25
|
+
run: bash install.sh
|
|
26
|
+
|
|
27
|
+
- name: Verify — npm global install
|
|
28
|
+
run: |
|
|
29
|
+
result=$(npm list -g @weppy/roblox-mcp --depth=0 2>&1)
|
|
30
|
+
if ! echo "$result" | grep -q '@weppy/roblox-mcp'; then
|
|
31
|
+
echo "❌ @weppy/roblox-mcp not installed globally"
|
|
32
|
+
exit 1
|
|
33
|
+
fi
|
|
34
|
+
echo "✓ @weppy/roblox-mcp installed"
|
|
35
|
+
|
|
36
|
+
- name: Verify — plugin file exists
|
|
37
|
+
run: |
|
|
38
|
+
PLUGIN_PATH="$HOME/Documents/Roblox/Plugins/WeppyRobloxMCP.rbxm"
|
|
39
|
+
if [ ! -f "$PLUGIN_PATH" ]; then
|
|
40
|
+
echo "❌ Plugin not found: $PLUGIN_PATH"
|
|
41
|
+
exit 1
|
|
42
|
+
fi
|
|
43
|
+
echo "✓ Plugin found: $PLUGIN_PATH"
|
|
44
|
+
|
|
45
|
+
- name: Verify — Claude Code config registered
|
|
46
|
+
run: |
|
|
47
|
+
result=$(claude mcp list 2>&1)
|
|
48
|
+
if ! echo "$result" | grep -q 'weppy-roblox-mcp'; then
|
|
49
|
+
echo "❌ weppy-roblox-mcp not found in claude mcp list"
|
|
50
|
+
echo "Output: $result"
|
|
51
|
+
exit 1
|
|
52
|
+
fi
|
|
53
|
+
echo "✓ weppy-roblox-mcp registered"
|
|
54
|
+
|
|
55
|
+
test-powershell:
|
|
56
|
+
name: E2E — install.ps1 (windows)
|
|
57
|
+
runs-on: windows-latest
|
|
58
|
+
steps:
|
|
59
|
+
- uses: actions/checkout@v4
|
|
60
|
+
|
|
61
|
+
- uses: actions/setup-node@v4
|
|
62
|
+
with:
|
|
63
|
+
node-version: '20'
|
|
64
|
+
|
|
65
|
+
- name: Install Claude Code CLI (app detection용)
|
|
66
|
+
run: npm install -g @anthropic-ai/claude-code
|
|
67
|
+
|
|
68
|
+
- name: Run install.ps1 (CI mode)
|
|
69
|
+
env:
|
|
70
|
+
CI: true
|
|
71
|
+
shell: pwsh
|
|
72
|
+
run: pwsh install.ps1
|
|
73
|
+
|
|
74
|
+
- name: Verify — npm global install
|
|
75
|
+
shell: pwsh
|
|
76
|
+
run: |
|
|
77
|
+
$result = npm list -g @weppy/roblox-mcp --depth=0 2>&1
|
|
78
|
+
if (-not ($result -match '@weppy/roblox-mcp')) {
|
|
79
|
+
Write-Error "❌ @weppy/roblox-mcp not installed globally"
|
|
80
|
+
exit 1
|
|
81
|
+
}
|
|
82
|
+
Write-Host "✓ @weppy/roblox-mcp installed"
|
|
83
|
+
|
|
84
|
+
- name: Verify — plugin file exists
|
|
85
|
+
shell: pwsh
|
|
86
|
+
run: |
|
|
87
|
+
$pluginPath = Join-Path $env:LOCALAPPDATA "Roblox\Plugins\WeppyRobloxMCP.rbxm"
|
|
88
|
+
if (-not (Test-Path $pluginPath)) {
|
|
89
|
+
Write-Error "❌ Plugin not found: $pluginPath"
|
|
90
|
+
exit 1
|
|
91
|
+
}
|
|
92
|
+
Write-Host "✓ Plugin found: $pluginPath"
|
|
93
|
+
|
|
94
|
+
- name: Verify — Claude Code config registered
|
|
95
|
+
shell: pwsh
|
|
96
|
+
run: |
|
|
97
|
+
# claude mcp add는 ~/.claude.json에, 폴백은 ~/.claude/mcp.json에 씁니다
|
|
98
|
+
$found = $false
|
|
99
|
+
@("$env:USERPROFILE\.claude.json", "$env:USERPROFILE\.claude\mcp.json") | ForEach-Object {
|
|
100
|
+
if ((Test-Path $_) -and ((Get-Content $_ -Raw) -match 'weppy-roblox-mcp')) {
|
|
101
|
+
$found = $true
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
if (-not $found) {
|
|
105
|
+
Write-Error "❌ weppy-roblox-mcp not found in claude config files"
|
|
106
|
+
exit 1
|
|
107
|
+
}
|
|
108
|
+
Write-Host "✓ weppy-roblox-mcp registered"
|
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,38 @@ All notable changes to this project will be documented in this file.
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## [2.4.0] - 2026-04-10
|
|
12
|
+
|
|
13
|
+
### ⚠️ BREAKING CHANGES
|
|
14
|
+
|
|
15
|
+
- **Tool statistics and changelog history format updated** — The internal storage format for tool execution statistics (`tool-stats.json`) and changelog history has changed. Existing data will be automatically reset on first launch after upgrading. You will start with fresh statistics — previous history is not migrated.
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
- **Dashboard "What's New" page** — A new announcements page in the dashboard keeps you informed about important changes, breaking updates, and tips. Accessible via the bell icon in the sidebar, with unread indicators for new announcements.
|
|
20
|
+
- **Improved blocked-tool feedback** — When a Pro-only tool is used on Basic tier, the dashboard and plugin now show clearer outcome details (fallback, unsupported, failed) instead of generic error labels.
|
|
21
|
+
- **Connection stability improvements** — Added handshake timeout, connection cancel button, and license reconnect race condition fixes for more reliable Studio connections.
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- **Fix `ws` module not found on install** — Replaced dynamic `require("ws")` with a static import, resolving installation failures where the `ws` dependency could not be located by the bundler.
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## [2.3.1] - 2026-04-07
|
|
29
|
+
|
|
30
|
+
### Features
|
|
31
|
+
|
|
32
|
+
- **WROX Sourcemap support** — Added sourcemap builder that generates and refreshes sourcemaps automatically after sync, enabling luau-lsp integration for WROX users
|
|
33
|
+
- **Dashboard improvements** — Added agent activity indicators, last-seen/last-command columns, process termination, and active place path display to the connection and sync dashboards
|
|
34
|
+
|
|
35
|
+
### Stability
|
|
36
|
+
|
|
37
|
+
- **Sourcemap generation hardened** — Fixed multiple edge cases around sourcemap refresh timing, redundant rebuilds, and state persistence to ensure reliable sourcemap output
|
|
38
|
+
- **Sync reliability improvements** — Improved sync history diff recording, collision index mapping, and error handling across sync and camera operations
|
|
39
|
+
|
|
40
|
+
|
|
9
41
|
## [2.3.0] - 2026-04-05
|
|
10
42
|
|
|
11
43
|
### Performance
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
**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)
|
|
8
8
|
|
|
9
|
-
[](https://youtu.be/puQB4u1VlMw)
|
|
10
10
|
|
|
11
11
|
## Why WROX (Weppy Roblox MCP)?
|
|
12
12
|
|
|
@@ -18,6 +18,14 @@ No copy-pasting code. AI does the work, you review the results.
|
|
|
18
18
|
|
|
19
19
|
## Quick Install
|
|
20
20
|
|
|
21
|
+
Install with the guided web page.
|
|
22
|
+
|
|
23
|
+
👉 **[Install Page](https://weppyai.com/en/install)**
|
|
24
|
+
|
|
25
|
+
### Terminal One-Line Install
|
|
26
|
+
|
|
27
|
+
If you're comfortable with the terminal, install everything in one line.
|
|
28
|
+
|
|
21
29
|
**macOS / Linux**
|
|
22
30
|
|
|
23
31
|
```bash
|
|
@@ -34,13 +42,11 @@ Then reopen your AI app and restart Roblox Studio.
|
|
|
34
42
|
|
|
35
43
|
Automatic MCP registration supports **Claude Code, Claude Desktop, Cursor, Codex CLI/App, Gemini CLI, and Antigravity**.
|
|
36
44
|
|
|
37
|
-
If PowerShell execution is blocked on Windows, use the installation guide below. If you're using the ZIP package, you can run `setup-plugin.sh` / `setup-mcp.sh` on macOS or Linux, or `setup-plugin.bat` / `setup-mcp.bat` on Windows.
|
|
38
|
-
|
|
39
45
|
### Manual Install
|
|
40
46
|
|
|
41
|
-
If the one-line install does not work, or automatic installation is not available in your environment
|
|
47
|
+
If the one-line install does not work, or automatic installation is not available in your environment:
|
|
42
48
|
|
|
43
|
-
**Step 1** — Install the Roblox Studio plugin
|
|
49
|
+
**Step 1** — Install the Roblox Studio plugin:
|
|
44
50
|
[Plugin Installation Guide](docs/en/installation/roblox-plugin.md)
|
|
45
51
|
|
|
46
52
|
**Step 2** — Register the MCP server with your AI app:
|
|
@@ -171,7 +177,7 @@ Yes. See [Cursor Setup](docs/en/installation/ai-apps/cursor.md). Any MCP-compati
|
|
|
171
177
|
Yes. AI can create instances, write scripts, generate terrain, set up lighting, insert assets, configure physics, and more — all inside a live Roblox Studio session. It goes beyond code generation to executable actions.
|
|
172
178
|
|
|
173
179
|
### What is the difference between Basic and Pro?
|
|
174
|
-
Basic (Free) includes MCP tool execution and one-way sync (Studio -> Local). Pro adds bidirectional sync, bulk operations, terrain generation, spatial analysis, audio/animation control, and multi-place support. See the [Pro Upgrade Guide](
|
|
180
|
+
Basic (Free) includes MCP tool execution and one-way sync (Studio -> Local). Pro adds bidirectional sync, bulk operations, terrain generation, spatial analysis, audio/animation control, and multi-place support. See the [Pro Upgrade Guide](https://weppyai.com/en/plans).
|
|
175
181
|
|
|
176
182
|
### How is Weppy different from other Roblox MCP servers?
|
|
177
183
|
Weppy uses action-based dispatching instead of separate tools for each function. This reduces AI token consumption significantly. It also provides bidirectional project sync and multi-place support, which most alternatives lack.
|
|
@@ -183,7 +189,7 @@ The server runs on localhost only (127.0.0.1:3002). Forbidden paths (CoreGui, Co
|
|
|
183
189
|
|
|
184
190
|
Bidirectional Sync, advanced build capabilities, and AI token efficiency — all in one upgrade.
|
|
185
191
|
|
|
186
|
-
[Pro Upgrade Guide](
|
|
192
|
+
[Pro Upgrade Guide](https://weppyai.com/en/plans)
|
|
187
193
|
|
|
188
194
|
## License
|
|
189
195
|
|
|
@@ -48,7 +48,7 @@ If the one-line install does not work, or automatic installation is not availabl
|
|
|
48
48
|
|
|
49
49
|
Download the plugin file from GitHub, then place it in Roblox Studio's Plugins folder.
|
|
50
50
|
|
|
51
|
-
👉 [Plugin Installation Guide](
|
|
51
|
+
👉 [Plugin Installation Guide](https://weppyai.com/en/install#plugin)
|
|
52
52
|
|
|
53
53
|
---
|
|
54
54
|
|
|
@@ -75,7 +75,7 @@ Register the MCP server with your AI app. You can use it with any AI app that su
|
|
|
75
75
|
Browse synced instance trees inside VSCode with Roblox class icons.
|
|
76
76
|
This optional extension requires the Roblox MCP setup above, because it reads sync data from `wrox-project-sync` under your project root.
|
|
77
77
|
|
|
78
|
-
👉 [WROX Roblox Explorer Installation Guide](
|
|
78
|
+
👉 [WROX Roblox Explorer Installation Guide](https://weppyai.com/en/install#explorer)
|
|
79
79
|
|
|
80
80
|
Direct listings:
|
|
81
81
|
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer)
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
# WROX Roblox Explorer (VSCode Extension)
|
|
1
|
+
# WROX Roblox Explorer (VSCode · Antigravity Extension)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
> **Optional** — Explorer is not required. All core features work with just MCP and the plugin. Install it when you want to browse the project structure in your editor.
|
|
4
|
+
|
|
5
|
+
Roblox Studio Explorer-like tree view for your editor. Browse synced instance trees, open scripts directly, and track sync status — all inside your editor.
|
|
4
6
|
This is a companion extension for WROX, not a standalone Roblox integration.
|
|
5
7
|
|
|
6
8
|

|
|
7
9
|
|
|
8
10
|
## Requirements
|
|
9
11
|
|
|
10
|
-
- VSCode 1.85+
|
|
12
|
+
- VSCode 1.85+ or Antigravity
|
|
11
13
|
- [Roblox MCP](../../../README.md) installed with Sync enabled (Basic or Pro)
|
|
12
14
|
- Sync has already generated `wrox-project-sync/place_*/.sync-meta.json` under your project root
|
|
13
15
|
|
|
14
16
|
## Installation
|
|
15
17
|
|
|
18
|
+
### VSCode
|
|
19
|
+
|
|
16
20
|
Search for **WROX Roblox Explorer** in the VSCode Extensions sidebar (`Ctrl+Shift+X` / `Cmd+Shift+X`) and click **Install**.
|
|
17
21
|
|
|
18
22
|
Or install directly from:
|
|
@@ -20,6 +24,12 @@ Or install directly from:
|
|
|
20
24
|
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer)
|
|
21
25
|
- [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer)
|
|
22
26
|
|
|
27
|
+
### Antigravity
|
|
28
|
+
|
|
29
|
+
Antigravity is VSCode-based, so the same extension works. Search for **WROX Roblox Explorer** in the Antigravity Extensions tab and click **Install**.
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
23
33
|
Core tree browsing works from synced files on disk. Live sync state, direction indicators, and Explorer telemetry forwarding are available when the local MCP server is reachable.
|
|
24
34
|
|
|
25
35
|
## Features
|
|
@@ -2,17 +2,42 @@
|
|
|
2
2
|
|
|
3
3
|
How to install the plugin to connect AI agents with Roblox Studio.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Automatic Installation (Recommended)
|
|
6
|
+
|
|
7
|
+
If the MCP server setup is complete, the plugin is **installed automatically**. No manual download or file copy is needed.
|
|
8
|
+
|
|
9
|
+
### How it works
|
|
10
|
+
|
|
11
|
+
1. When the MCP server runs for the first time, it places the plugin file (`WeppyRobloxMCP.rbxm`) into the Roblox Studio Plugins folder automatically.
|
|
12
|
+
2. When you start Roblox Studio, the **WROX** button appears in the Plugins tab.
|
|
13
|
+
|
|
14
|
+
### Connecting
|
|
15
|
+
|
|
16
|
+
1. Open any project in **Roblox Studio**
|
|
17
|
+
2. Go to **Plugins** tab → **WROX**
|
|
18
|
+
|
|
19
|
+

|
|
20
|
+
|
|
21
|
+
3. Click the **Connect** button in the plugin window
|
|
22
|
+
4. Once **"Connected"** status is displayed, you're ready
|
|
23
|
+
|
|
24
|
+

|
|
25
|
+
|
|
26
|
+
> If automatic installation did not work, follow the manual installation below.
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## Manual Installation
|
|
31
|
+
|
|
32
|
+
Use this if automatic installation didn't work or you need to install a specific version.
|
|
33
|
+
|
|
34
|
+
### 1. Download Plugin
|
|
6
35
|
|
|
7
36
|
1. Open [GitHub Releases](https://github.com/hope1026/weppy-roblox-mcp/releases/latest)
|
|
8
37
|
2. Download `weppy-roblox-mcp-v{version}.zip`
|
|
9
|
-
3. Extract the ZIP file
|
|
10
|
-
|
|
11
|
-
Note:
|
|
12
|
-
- Basic users install the same plugin package and use Basic policy (Studio -> Local one-way sync)
|
|
13
|
-
- Pro subscribers unlock bidirectional sync and broader advanced tools after license activation
|
|
38
|
+
3. Extract the ZIP file — you will find `roblox-plugin/WeppyRobloxMCP.rbxm`
|
|
14
39
|
|
|
15
|
-
|
|
40
|
+
### 2. Install Plugin
|
|
16
41
|
|
|
17
42
|
1. Open **Roblox Studio**
|
|
18
43
|
2. Click the **Plugins** tab in the top menu
|
|
@@ -23,38 +48,19 @@ Note:
|
|
|
23
48
|
4. **Copy** the `WeppyRobloxMCP.rbxm` file from the extracted folder into the opened Plugins folder
|
|
24
49
|
5. **Restart Roblox Studio**
|
|
25
50
|
|
|
26
|
-
|
|
51
|
+
### 3. Verify Installation
|
|
27
52
|
|
|
28
53
|
After restarting, the **WROX** button will appear in the Plugins tab.
|
|
29
54
|
|
|
30
55
|

|
|
31
56
|
|
|
32
|
-
|
|
57
|
+
### 4. Connect
|
|
33
58
|
|
|
34
|
-
|
|
59
|
+
Follow the same "Connecting" steps above — click Connect in the plugin.
|
|
35
60
|
|
|
36
|
-
|
|
61
|
+
---
|
|
37
62
|
|
|
38
|
-
|
|
39
|
-
|--------|-------------------|
|
|
40
|
-
| Claude Code | [Setup Guide](ai-apps/claude-code.md) |
|
|
41
|
-
| Claude Desktop | [Setup Guide](ai-apps/claude-app.md) |
|
|
42
|
-
| Cursor | [Setup Guide](ai-apps/cursor.md) |
|
|
43
|
-
| Codex CLI | [Setup Guide](ai-apps/codex-cli.md) |
|
|
44
|
-
| Codex Desktop | [Setup Guide](ai-apps/codex-app.md) |
|
|
45
|
-
| Gemini CLI | [Setup Guide](ai-apps/gemini-cli.md) |
|
|
46
|
-
| Antigravity | [Setup Guide](ai-apps/antigravity.md) |
|
|
47
|
-
|
|
48
|
-
### Connecting
|
|
49
|
-
|
|
50
|
-
1. Open any project in **Roblox Studio**
|
|
51
|
-
2. Go to **Plugins** tab -> **WROX**
|
|
52
|
-
3. Click the **Connect** button in the plugin window
|
|
53
|
-
4. Once **"Connected"** status is displayed, you're ready
|
|
54
|
-
|
|
55
|
-

|
|
56
|
-
|
|
57
|
-
## 5. Settings (Optional)
|
|
63
|
+
## Settings (Optional)
|
|
58
64
|
|
|
59
65
|
Click the settings button in the top right of the plugin to change options.
|
|
60
66
|
|
|
@@ -65,6 +71,11 @@ Click the settings button in the top right of the plugin to change options.
|
|
|
65
71
|
- **Auto Camera Focus**: Automatically move camera to created objects
|
|
66
72
|
- **Language**: Change the plugin UI language
|
|
67
73
|
|
|
74
|
+
## Tier Information
|
|
75
|
+
|
|
76
|
+
- Basic users install the same plugin package and use Basic policy (Studio → Local one-way sync).
|
|
77
|
+
- Pro subscribers unlock bidirectional sync and broader advanced tools after license activation.
|
|
78
|
+
|
|
68
79
|
## Troubleshooting
|
|
69
80
|
|
|
70
81
|
### Plugin not visible
|
package/docs/en/pro-upgrade.md
CHANGED
|
@@ -25,9 +25,16 @@ AI can control Roblox Studio playtests directly. It can start and stop Play (F5)
|
|
|
25
25
|
- "Write a test that verifies the SpawnLocation is above the ground and run it."
|
|
26
26
|
- "Validate that the script I just changed runs without errors in playtest."
|
|
27
27
|
|
|
28
|
-
###
|
|
28
|
+
### More Pro-only features
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
Pro unlocks additional features beyond the core workflow.
|
|
31
|
+
|
|
32
|
+
- **Bulk operations** — Create, modify, or delete multiple instances in a single request
|
|
33
|
+
- **Terrain generation** — Fill with block, ball, cylinder, wedge, and replace materials
|
|
34
|
+
- **Asset search/insert** — Search the Roblox marketplace and insert assets directly
|
|
35
|
+
- **Spatial analysis** — Raycast, find ground, flat area search, collision checks
|
|
36
|
+
- **Environment control** — Lighting, atmosphere, sky, and time-of-day settings
|
|
37
|
+
- **Audio/Animation** — Sound playback and animation load/play
|
|
31
38
|
|
|
32
39
|
## Buy and Activate
|
|
33
40
|
|
|
@@ -70,13 +77,20 @@ You only need to activate the license once, either in the plugin or in the dashb
|
|
|
70
77
|
|
|
71
78
|
| Feature | Basic | Pro |
|
|
72
79
|
|---------|:-----:|:---:|
|
|
73
|
-
| Script
|
|
74
|
-
|
|
|
75
|
-
|
|
|
76
|
-
|
|
|
77
|
-
|
|
|
78
|
-
|
|
|
79
|
-
|
|
|
80
|
-
|
|
|
81
|
-
|
|
|
82
|
-
|
|
|
80
|
+
| Script create/edit | ✅ | ✅ |
|
|
81
|
+
| Instance create/delete/move | ✅ | ✅ + bulk operations |
|
|
82
|
+
| Property read/write | ✅ | ✅ + bulk changes |
|
|
83
|
+
| Selection, tags, search | ✅ | ✅ |
|
|
84
|
+
| Camera control | ✅ | ✅ |
|
|
85
|
+
| Log monitoring | ✅ | ✅ |
|
|
86
|
+
| Luau code execution | ✅ | ✅ |
|
|
87
|
+
| Project sync | Studio → Local one-way | Bidirectional + per-type direction/mode |
|
|
88
|
+
| Multi-place sync | — | Up to 3 Places simultaneously |
|
|
89
|
+
| Change history | — | Track changes before applying |
|
|
90
|
+
| Playtest control | — | Play / stop / pause / resume + automated tests |
|
|
91
|
+
| Terrain generation/editing | — | Block, ball, cylinder, wedge, material replace |
|
|
92
|
+
| Asset search/insert | — | Search Roblox marketplace and insert directly |
|
|
93
|
+
| Spatial analysis | — | Raycast, find ground, collision checks |
|
|
94
|
+
| Environment control | — | Lighting, atmosphere, sky, time of day |
|
|
95
|
+
| Audio / Animation | — | Sound playback, animation load/play |
|
|
96
|
+
| AI token efficiency | Per-action calls | Fewer calls with bulk actions |
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# Use `luau-lsp` with WROX Sync
|
|
2
|
+
|
|
3
|
+
WROX Sync can generate the sourcemap files that `luau-lsp` needs, so you can enable Roblox-aware editor features without setting up a separate Rojo project.
|
|
4
|
+
|
|
5
|
+
## What WROX writes
|
|
6
|
+
|
|
7
|
+
After Full Sync finishes, WROX writes:
|
|
8
|
+
|
|
9
|
+
- Place sourcemap: `wrox-project-sync/place_<id>/sourcemap.json`
|
|
10
|
+
- Root representative file: `wrox-project-sync/sourcemap.json`
|
|
11
|
+
|
|
12
|
+
For most users, the recommended path is `wrox-project-sync/sourcemap.json`.
|
|
13
|
+
|
|
14
|
+
## Why this helps
|
|
15
|
+
|
|
16
|
+
Pointing `luau-lsp` at the WROX sourcemap improves:
|
|
17
|
+
|
|
18
|
+
- `game.*` autocomplete
|
|
19
|
+
- Navigation across synced scripts
|
|
20
|
+
- `require` resolution between synced scripts
|
|
21
|
+
|
|
22
|
+
## Recommended setup
|
|
23
|
+
|
|
24
|
+
1. Run Full Sync once so WROX creates `wrox-project-sync/sourcemap.json`.
|
|
25
|
+
2. Point your editor's `luau-lsp` sourcemap setting to `wrox-project-sync/sourcemap.json`.
|
|
26
|
+
3. If your client can disable automatic Rojo generation, set `luau-lsp.sourcemap.autogenerate` to `false`.
|
|
27
|
+
|
|
28
|
+
Example VSCode settings:
|
|
29
|
+
|
|
30
|
+
```json
|
|
31
|
+
{
|
|
32
|
+
"luau-lsp.sourcemap.enabled": true,
|
|
33
|
+
"luau-lsp.sourcemap.autogenerate": false,
|
|
34
|
+
"luau-lsp.sourcemap.sourcemapFile": "wrox-project-sync/sourcemap.json"
|
|
35
|
+
}
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
## Multi-place note
|
|
39
|
+
|
|
40
|
+
`wrox-project-sync/sourcemap.json` follows the current representative place for the project.
|
|
41
|
+
If you need a fixed place instead, point `luau-lsp` directly to that place's `wrox-project-sync/place_<id>/sourcemap.json`.
|
package/docs/en/sync/overview.md
CHANGED
|
@@ -19,6 +19,8 @@ Without Sync, AI only sees snippets pasted into chat. With Sync enabled, AI work
|
|
|
19
19
|
3. History/Status tracking: inspect what changed, when, and in which direction
|
|
20
20
|
|
|
21
21
|
Sync data is stored under `{projectRoot}/wrox-project-sync/place_{placeId}/explorer`.
|
|
22
|
+
WROX also writes a place sourcemap to `{projectRoot}/wrox-project-sync/place_{placeId}/sourcemap.json` and keeps the recommended root representative file at `{projectRoot}/wrox-project-sync/sourcemap.json`.
|
|
23
|
+
Use the root path for editor integrations such as `luau-lsp`. Setup steps are covered in [Use `luau-lsp` with WROX Sync](./luau-lsp.md).
|
|
22
24
|
|
|
23
25
|
### Browse sync data in VSCode
|
|
24
26
|
|
|
@@ -146,5 +148,6 @@ Names containing `~` are escaped to `~~` (e.g. `Part~2` becomes `Part~~2/`). The
|
|
|
146
148
|
|
|
147
149
|
## Related docs
|
|
148
150
|
|
|
151
|
+
- [Use `luau-lsp` with WROX Sync](./luau-lsp.md)
|
|
149
152
|
- [Tools Overview](../tools/overview.md)
|
|
150
|
-
- [Pro Upgrade Guide](
|
|
153
|
+
- [Pro Upgrade Guide](https://weppyai.com/en/plans)
|
package/docs/es/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
[English](../../README.md) | [한국어](../ko/README.md) | [日本語](../ja/README.md) | **Español** | [Português](../pt-br/README.md) | [Bahasa Indonesia](../id/README.md)
|
|
8
8
|
|
|
9
|
-
[](https://youtu.be/puQB4u1VlMw)
|
|
10
10
|
|
|
11
11
|
## ¿Por qué WROX (Weppy Roblox MCP)?
|
|
12
12
|
|
|
@@ -18,6 +18,14 @@ No necesitas copiar ni pegar código. La IA trabaja y tú verificas los resultad
|
|
|
18
18
|
|
|
19
19
|
## Instalacion rapida
|
|
20
20
|
|
|
21
|
+
Instala siguiendo la guia en la pagina web.
|
|
22
|
+
|
|
23
|
+
👉 **[Pagina de instalacion](https://weppyai.com/en/install)**
|
|
24
|
+
|
|
25
|
+
### Instalacion por terminal
|
|
26
|
+
|
|
27
|
+
Si prefieres la terminal, instala todo en una linea.
|
|
28
|
+
|
|
21
29
|
**macOS / Linux**
|
|
22
30
|
|
|
23
31
|
```bash
|
|
@@ -40,7 +48,7 @@ Si la ejecución de PowerShell está bloqueada en Windows, continúa con la inst
|
|
|
40
48
|
|
|
41
49
|
Si la instalacion en un solo comando no funciona, o si no puedes usar la instalacion automatica en tu entorno, usa la instalacion manual de abajo como alternativa.
|
|
42
50
|
|
|
43
|
-
**Paso 1** — Instala el plugin de Roblox Studio
|
|
51
|
+
**Paso 1** — Instala el plugin de Roblox Studio:
|
|
44
52
|
[Guia de instalacion del plugin](installation/roblox-plugin.md)
|
|
45
53
|
|
|
46
54
|
**Paso 2** — Registra el servidor MCP en tu app de IA:
|
|
@@ -169,7 +177,7 @@ Sí. Consulta [Configuración de Cursor](installation/ai-apps/cursor.md). Cualqu
|
|
|
169
177
|
Sí. La IA puede crear instancias, escribir scripts, generar terrain, configurar iluminación, insertar assets, configurar física y más — todo dentro de una sesión de Studio en vivo. Va más allá de la generación de código hacia acciones ejecutables.
|
|
170
178
|
|
|
171
179
|
### ¿Cuál es la diferencia entre Basic y Pro?
|
|
172
|
-
Basic (gratuito) incluye ejecución de herramientas MCP y sincronización unidireccional (Studio -> Local). Pro agrega sincronización bidireccional, operaciones masivas, generación de terrain, análisis espacial, control de audio/animación y soporte multi-place. Consulta la [Guía de actualización Pro](
|
|
180
|
+
Basic (gratuito) incluye ejecución de herramientas MCP y sincronización unidireccional (Studio -> Local). Pro agrega sincronización bidireccional, operaciones masivas, generación de terrain, análisis espacial, control de audio/animación y soporte multi-place. Consulta la [Guía de actualización Pro](https://weppyai.com/en/plans).
|
|
173
181
|
|
|
174
182
|
### ¿Cómo se diferencia Weppy de otros servidores MCP para Roblox?
|
|
175
183
|
Weppy usa despacho basado en acciones en lugar de herramientas separadas para cada función. Esto reduce significativamente el consumo de tokens de IA. También proporciona sincronización bidireccional de proyecto y soporte multi-place, que la mayoría de las alternativas no tienen.
|
|
@@ -181,7 +189,7 @@ El servidor se ejecuta solo en localhost (127.0.0.1:3002). Las rutas prohibidas
|
|
|
181
189
|
|
|
182
190
|
Sync bidireccional, capacidades de creacion avanzadas y eficiencia de tokens de IA — todo en una sola actualizacion.
|
|
183
191
|
|
|
184
|
-
[Guia de actualizacion Pro](
|
|
192
|
+
[Guia de actualizacion Pro](https://weppyai.com/en/plans)
|
|
185
193
|
|
|
186
194
|
## Licencia
|
|
187
195
|
|
|
@@ -42,7 +42,7 @@ Si la instalacion en un solo comando no funciona, o cuando no puedes usar la ins
|
|
|
42
42
|
|
|
43
43
|
El plugin conecta Roblox Studio con la IA.
|
|
44
44
|
|
|
45
|
-
👉 [Guía de instalación del plugin](
|
|
45
|
+
👉 [Guía de instalación del plugin](https://weppyai.com/en/install#plugin)
|
|
46
46
|
|
|
47
47
|
### Paso 2: Registrar el Servidor MCP en tu App de IA
|
|
48
48
|
|
|
@@ -68,7 +68,7 @@ Configura el servidor MCP en tu app de IA para que pueda comunicarse con Roblox
|
|
|
68
68
|
Explora los árboles de instancias sincronizados dentro de VSCode con iconos de clases Roblox.
|
|
69
69
|
Esta extension opcional requiere completar antes la instalacion de Roblox MCP, porque Explorer lee los datos de Sync desde `wrox-project-sync` dentro de la raiz del proyecto.
|
|
70
70
|
|
|
71
|
-
👉 [Guía de instalación de WROX Roblox Explorer](
|
|
71
|
+
👉 [Guía de instalación de WROX Roblox Explorer](https://weppyai.com/en/install#explorer)
|
|
72
72
|
|
|
73
73
|
Instalación directa:
|
|
74
74
|
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer)
|
package/docs/es/pro-upgrade.md
CHANGED
|
@@ -25,9 +25,16 @@ La IA puede controlar los playtests de Roblox Studio de forma directa. Puede ini
|
|
|
25
25
|
- "Escribe un test que compruebe si el SpawnLocation está sobre el suelo y ejecútalo."
|
|
26
26
|
- "Valida que el script que acabo de cambiar funciona sin errores en el playtest."
|
|
27
27
|
|
|
28
|
-
###
|
|
28
|
+
### Más funciones exclusivas de Pro
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
Pro desbloquea funciones adicionales más allá del flujo de trabajo principal.
|
|
31
|
+
|
|
32
|
+
- **Operaciones masivas** — Crear, modificar o eliminar múltiples instancias en una sola solicitud
|
|
33
|
+
- **Generación de terreno** — Rellenar con bloque, esfera, cilindro, cuña y reemplazar materiales
|
|
34
|
+
- **Búsqueda/inserción de assets** — Buscar en el marketplace de Roblox e insertar assets directamente
|
|
35
|
+
- **Análisis espacial** — Raycast, encontrar suelo, búsqueda de área plana, detección de colisiones
|
|
36
|
+
- **Control de entorno** — Iluminación, atmósfera, cielo y hora del día
|
|
37
|
+
- **Audio/Animación** — Reproducción de sonido y carga/reproducción de animaciones
|
|
31
38
|
|
|
32
39
|
## Compra y activación
|
|
33
40
|
|
|
@@ -70,13 +77,20 @@ Solo necesitas activar la licencia una vez, ya sea en el plugin o en el dashboar
|
|
|
70
77
|
|
|
71
78
|
| Función | Basic | Pro |
|
|
72
79
|
|---------|:-----:|:---:|
|
|
73
|
-
|
|
|
74
|
-
|
|
|
75
|
-
|
|
|
76
|
-
|
|
|
77
|
-
|
|
|
78
|
-
|
|
|
79
|
-
|
|
|
80
|
-
|
|
|
81
|
-
|
|
|
82
|
-
|
|
|
80
|
+
| Creación/edición de scripts | ✅ | ✅ |
|
|
81
|
+
| Crear/eliminar/mover instancias | ✅ | ✅ + operaciones masivas |
|
|
82
|
+
| Leer/modificar propiedades | ✅ | ✅ + cambios masivos |
|
|
83
|
+
| Selección, tags, búsqueda | ✅ | ✅ |
|
|
84
|
+
| Control de cámara | ✅ | ✅ |
|
|
85
|
+
| Monitoreo de logs | ✅ | ✅ |
|
|
86
|
+
| Ejecución de código Luau | ✅ | ✅ |
|
|
87
|
+
| Sincronización de proyecto | Studio → Local una vía | Bidireccional + dirección/modo por tipo |
|
|
88
|
+
| Sync multi-place | — | Hasta 3 Places simultáneamente |
|
|
89
|
+
| Historial de cambios | — | Rastreo de cambios antes de aplicar |
|
|
90
|
+
| Control de playtest | — | Reproducir / detener / pausar / reanudar + tests automáticos |
|
|
91
|
+
| Generación/edición de terreno | — | Bloque, esfera, cilindro, cuña, reemplazo de material |
|
|
92
|
+
| Búsqueda/inserción de assets | — | Buscar en marketplace de Roblox e insertar directamente |
|
|
93
|
+
| Análisis espacial | — | Raycast, encontrar suelo, detección de colisiones |
|
|
94
|
+
| Control de entorno | — | Iluminación, atmósfera, cielo, hora del día |
|
|
95
|
+
| Audio / Animación | — | Reproducción de sonido, carga/reproducción de animaciones |
|
|
96
|
+
| Eficiencia de tokens IA | Acciones individuales | Menos llamadas con acciones masivas |
|