@weppy/roblox-mcp 2.5.1 → 2.6.1

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 (233) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/.github/workflows/install-test.yml +55 -4
  3. package/CHANGELOG.md +27 -0
  4. package/README.md +29 -46
  5. package/SUPPORT.md +4 -6
  6. package/install.ps1 +7 -5
  7. package/install.sh +4 -2
  8. package/llms-full.txt +8 -688
  9. package/llms.txt +3 -13
  10. package/package.json +1 -1
  11. package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
  12. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ChangelogDetailPage-kwE4pHZd.js +1 -0
  13. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ChangelogPage-BFfSWE_s.js +1 -0
  14. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ConfirmModal-DfdyAPrJ.js → ConfirmModal-CeEegyOx.js} +1 -1
  15. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConnectionPage-D_mEFudd.css +1 -0
  16. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConnectionPage-XuHLuNwR.js +1 -0
  17. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/GameChangeDetail-BFTVWFJO.js +6 -0
  18. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{PropertyDiff-Cbx8P1zh.css → GameChangeDetail-Be32PRgR.css} +1 -1
  19. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{InfoLabel-DrK7vhO-.js → InfoLabel-MCIgnb3Z.js} +1 -1
  20. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/OverviewPage-BrWw_dSf.js +1 -0
  21. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{PlaytestPage-CgkzRAqQ.js → PlaytestPage-CxeJXqJZ.js} +2 -2
  22. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SettingsPage-Qd2a2pgi.js +1 -0
  23. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{StatusBadge-hJyzgRAl.js → StatusBadge-Dk0M7zQF.js} +1 -1
  24. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-BmMeN4N9.css +1 -0
  25. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-Wu2tD8Lb.js +4 -0
  26. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/TierComparison-DsesL0R1.js +1 -0
  27. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-C7ld3BhY.js +1 -0
  28. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/TooltipText-CjH5N6RH.js +1 -0
  29. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/WhatsNewPage-BwWOghgp.js +1 -0
  30. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-FDX6EnZH.js +355 -0
  31. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-XEVy0XAx.css +1 -0
  32. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{useLiveUptime-BeRNzFBh.js → useLiveUptime-DExWULj9.js} +1 -1
  33. package/plugins/weppy-roblox-mcp/dashboard/dist/index.html +2 -2
  34. package/plugins/weppy-roblox-mcp/dist/index.js +77 -77
  35. package/plugins/weppy-roblox-mcp/roblox-plugin/WeppyRobloxMCP.rbxm +0 -0
  36. package/docs/compatibility.md +0 -44
  37. package/docs/en/dashboard/changelog.md +0 -114
  38. package/docs/en/dashboard/connection.md +0 -77
  39. package/docs/en/dashboard/overview.md +0 -95
  40. package/docs/en/dashboard/playtest.md +0 -61
  41. package/docs/en/dashboard/settings.md +0 -60
  42. package/docs/en/dashboard/sync.md +0 -68
  43. package/docs/en/dashboard/tools.md +0 -69
  44. package/docs/en/explorer/overview.md +0 -104
  45. package/docs/en/installation/README.md +0 -95
  46. package/docs/en/installation/ai-apps/antigravity.md +0 -89
  47. package/docs/en/installation/ai-apps/claude-app.md +0 -78
  48. package/docs/en/installation/ai-apps/claude-code.md +0 -104
  49. package/docs/en/installation/ai-apps/codex-app.md +0 -56
  50. package/docs/en/installation/ai-apps/codex-cli.md +0 -67
  51. package/docs/en/installation/ai-apps/cursor.md +0 -77
  52. package/docs/en/installation/ai-apps/gemini-cli.md +0 -120
  53. package/docs/en/installation/roblox-explorer.md +0 -68
  54. package/docs/en/installation/roblox-plugin.md +0 -96
  55. package/docs/en/pro-upgrade.md +0 -96
  56. package/docs/en/sync/luau-lsp.md +0 -41
  57. package/docs/en/sync/overview.md +0 -153
  58. package/docs/en/tools/assets-and-effects.md +0 -104
  59. package/docs/en/tools/instances-and-properties.md +0 -104
  60. package/docs/en/tools/overview.md +0 -277
  61. package/docs/en/tools/playtest.md +0 -140
  62. package/docs/en/tools/scripting.md +0 -66
  63. package/docs/en/tools/system-and-debugging.md +0 -93
  64. package/docs/en/tools/world-and-environment.md +0 -102
  65. package/docs/es/README.md +0 -209
  66. package/docs/es/dashboard/changelog.md +0 -114
  67. package/docs/es/dashboard/connection.md +0 -77
  68. package/docs/es/dashboard/overview.md +0 -95
  69. package/docs/es/dashboard/playtest.md +0 -61
  70. package/docs/es/dashboard/settings.md +0 -60
  71. package/docs/es/dashboard/sync.md +0 -68
  72. package/docs/es/dashboard/tools.md +0 -69
  73. package/docs/es/explorer/overview.md +0 -104
  74. package/docs/es/installation/README.md +0 -87
  75. package/docs/es/installation/ai-apps/antigravity.md +0 -89
  76. package/docs/es/installation/ai-apps/claude-app.md +0 -78
  77. package/docs/es/installation/ai-apps/claude-code.md +0 -104
  78. package/docs/es/installation/ai-apps/codex-app.md +0 -56
  79. package/docs/es/installation/ai-apps/codex-cli.md +0 -67
  80. package/docs/es/installation/ai-apps/cursor.md +0 -77
  81. package/docs/es/installation/ai-apps/gemini-cli.md +0 -120
  82. package/docs/es/installation/roblox-explorer.md +0 -58
  83. package/docs/es/installation/roblox-plugin.md +0 -85
  84. package/docs/es/pro-upgrade.md +0 -96
  85. package/docs/es/sync/luau-lsp.md +0 -41
  86. package/docs/es/sync/overview.md +0 -153
  87. package/docs/es/tools/assets-and-effects.md +0 -104
  88. package/docs/es/tools/instances-and-properties.md +0 -104
  89. package/docs/es/tools/overview.md +0 -277
  90. package/docs/es/tools/playtest.md +0 -140
  91. package/docs/es/tools/scripting.md +0 -66
  92. package/docs/es/tools/system-and-debugging.md +0 -93
  93. package/docs/es/tools/world-and-environment.md +0 -102
  94. package/docs/id/README.md +0 -209
  95. package/docs/id/dashboard/changelog.md +0 -114
  96. package/docs/id/dashboard/connection.md +0 -77
  97. package/docs/id/dashboard/overview.md +0 -95
  98. package/docs/id/dashboard/playtest.md +0 -61
  99. package/docs/id/dashboard/settings.md +0 -60
  100. package/docs/id/dashboard/sync.md +0 -68
  101. package/docs/id/dashboard/tools.md +0 -69
  102. package/docs/id/explorer/overview.md +0 -104
  103. package/docs/id/installation/README.md +0 -93
  104. package/docs/id/installation/ai-apps/antigravity.md +0 -89
  105. package/docs/id/installation/ai-apps/claude-app.md +0 -78
  106. package/docs/id/installation/ai-apps/claude-code.md +0 -104
  107. package/docs/id/installation/ai-apps/codex-app.md +0 -56
  108. package/docs/id/installation/ai-apps/codex-cli.md +0 -67
  109. package/docs/id/installation/ai-apps/cursor.md +0 -77
  110. package/docs/id/installation/ai-apps/gemini-cli.md +0 -120
  111. package/docs/id/installation/roblox-explorer.md +0 -58
  112. package/docs/id/installation/roblox-plugin.md +0 -85
  113. package/docs/id/pro-upgrade.md +0 -96
  114. package/docs/id/sync/luau-lsp.md +0 -41
  115. package/docs/id/sync/overview.md +0 -153
  116. package/docs/id/tools/assets-and-effects.md +0 -104
  117. package/docs/id/tools/instances-and-properties.md +0 -104
  118. package/docs/id/tools/overview.md +0 -277
  119. package/docs/id/tools/playtest.md +0 -140
  120. package/docs/id/tools/scripting.md +0 -66
  121. package/docs/id/tools/system-and-debugging.md +0 -93
  122. package/docs/id/tools/world-and-environment.md +0 -102
  123. package/docs/installer/assets/index-Bz0amd7x.js +0 -63
  124. package/docs/installer/assets/index-ei4lRUa6.css +0 -1
  125. package/docs/installer/index.html +0 -14
  126. package/docs/installer/manifest.webmanifest +0 -15
  127. package/docs/installer/sw.js +0 -7
  128. package/docs/installer/weppy-icon.png +0 -0
  129. package/docs/ja/README.md +0 -207
  130. package/docs/ja/dashboard/changelog.md +0 -114
  131. package/docs/ja/dashboard/connection.md +0 -77
  132. package/docs/ja/dashboard/overview.md +0 -95
  133. package/docs/ja/dashboard/playtest.md +0 -61
  134. package/docs/ja/dashboard/settings.md +0 -60
  135. package/docs/ja/dashboard/sync.md +0 -68
  136. package/docs/ja/dashboard/tools.md +0 -69
  137. package/docs/ja/explorer/overview.md +0 -104
  138. package/docs/ja/installation/README.md +0 -93
  139. package/docs/ja/installation/ai-apps/antigravity.md +0 -89
  140. package/docs/ja/installation/ai-apps/claude-app.md +0 -78
  141. package/docs/ja/installation/ai-apps/claude-code.md +0 -104
  142. package/docs/ja/installation/ai-apps/codex-app.md +0 -56
  143. package/docs/ja/installation/ai-apps/codex-cli.md +0 -67
  144. package/docs/ja/installation/ai-apps/cursor.md +0 -77
  145. package/docs/ja/installation/ai-apps/gemini-cli.md +0 -120
  146. package/docs/ja/installation/roblox-explorer.md +0 -58
  147. package/docs/ja/installation/roblox-plugin.md +0 -85
  148. package/docs/ja/pro-upgrade.md +0 -96
  149. package/docs/ja/sync/luau-lsp.md +0 -41
  150. package/docs/ja/sync/overview.md +0 -153
  151. package/docs/ja/tools/assets-and-effects.md +0 -104
  152. package/docs/ja/tools/instances-and-properties.md +0 -104
  153. package/docs/ja/tools/overview.md +0 -277
  154. package/docs/ja/tools/playtest.md +0 -140
  155. package/docs/ja/tools/scripting.md +0 -66
  156. package/docs/ja/tools/system-and-debugging.md +0 -93
  157. package/docs/ja/tools/world-and-environment.md +0 -102
  158. package/docs/ko/README.md +0 -207
  159. package/docs/ko/dashboard/changelog.md +0 -114
  160. package/docs/ko/dashboard/connection.md +0 -77
  161. package/docs/ko/dashboard/overview.md +0 -95
  162. package/docs/ko/dashboard/playtest.md +0 -61
  163. package/docs/ko/dashboard/settings.md +0 -60
  164. package/docs/ko/dashboard/sync.md +0 -68
  165. package/docs/ko/dashboard/tools.md +0 -69
  166. package/docs/ko/explorer/overview.md +0 -104
  167. package/docs/ko/installation/README.md +0 -95
  168. package/docs/ko/installation/ai-apps/antigravity.md +0 -88
  169. package/docs/ko/installation/ai-apps/claude-app.md +0 -78
  170. package/docs/ko/installation/ai-apps/claude-code.md +0 -104
  171. package/docs/ko/installation/ai-apps/codex-app.md +0 -56
  172. package/docs/ko/installation/ai-apps/codex-cli.md +0 -67
  173. package/docs/ko/installation/ai-apps/cursor.md +0 -77
  174. package/docs/ko/installation/ai-apps/gemini-cli.md +0 -120
  175. package/docs/ko/installation/roblox-explorer.md +0 -68
  176. package/docs/ko/installation/roblox-plugin.md +0 -96
  177. package/docs/ko/pro-upgrade.md +0 -96
  178. package/docs/ko/sync/luau-lsp.md +0 -41
  179. package/docs/ko/sync/overview.md +0 -153
  180. package/docs/ko/tools/assets-and-effects.md +0 -104
  181. package/docs/ko/tools/instances-and-properties.md +0 -104
  182. package/docs/ko/tools/overview.md +0 -277
  183. package/docs/ko/tools/playtest.md +0 -134
  184. package/docs/ko/tools/scripting.md +0 -66
  185. package/docs/ko/tools/system-and-debugging.md +0 -93
  186. package/docs/ko/tools/world-and-environment.md +0 -102
  187. package/docs/pt-br/README.md +0 -209
  188. package/docs/pt-br/dashboard/changelog.md +0 -114
  189. package/docs/pt-br/dashboard/connection.md +0 -77
  190. package/docs/pt-br/dashboard/overview.md +0 -95
  191. package/docs/pt-br/dashboard/playtest.md +0 -61
  192. package/docs/pt-br/dashboard/settings.md +0 -60
  193. package/docs/pt-br/dashboard/sync.md +0 -68
  194. package/docs/pt-br/dashboard/tools.md +0 -69
  195. package/docs/pt-br/explorer/overview.md +0 -104
  196. package/docs/pt-br/installation/README.md +0 -93
  197. package/docs/pt-br/installation/ai-apps/antigravity.md +0 -89
  198. package/docs/pt-br/installation/ai-apps/claude-app.md +0 -78
  199. package/docs/pt-br/installation/ai-apps/claude-code.md +0 -104
  200. package/docs/pt-br/installation/ai-apps/codex-app.md +0 -56
  201. package/docs/pt-br/installation/ai-apps/codex-cli.md +0 -67
  202. package/docs/pt-br/installation/ai-apps/cursor.md +0 -77
  203. package/docs/pt-br/installation/ai-apps/gemini-cli.md +0 -120
  204. package/docs/pt-br/installation/roblox-explorer.md +0 -58
  205. package/docs/pt-br/installation/roblox-plugin.md +0 -85
  206. package/docs/pt-br/pro-upgrade.md +0 -96
  207. package/docs/pt-br/sync/luau-lsp.md +0 -41
  208. package/docs/pt-br/sync/overview.md +0 -153
  209. package/docs/pt-br/tools/assets-and-effects.md +0 -104
  210. package/docs/pt-br/tools/instances-and-properties.md +0 -104
  211. package/docs/pt-br/tools/overview.md +0 -277
  212. package/docs/pt-br/tools/playtest.md +0 -140
  213. package/docs/pt-br/tools/scripting.md +0 -66
  214. package/docs/pt-br/tools/system-and-debugging.md +0 -93
  215. package/docs/pt-br/tools/world-and-environment.md +0 -102
  216. package/docs/troubleshooting.md +0 -47
  217. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ChangelogDetailPage-DRfFUIvC.js +0 -1
  218. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ChangelogPage-Dgl8dBt6.js +0 -1
  219. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConnectionPage-9bG71eB1.css +0 -1
  220. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConnectionPage-LSvSX1_u.js +0 -1
  221. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/OverviewPage-CXsGuoPu.js +0 -1
  222. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/PropertyDiff-Dy3MffNh.js +0 -6
  223. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SettingsPage-D2ZBQ2KF.js +0 -1
  224. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-CLt9jxd8.css +0 -1
  225. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-eX2Rh-Ct.js +0 -4
  226. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/TierComparison-BwKqP_4s.js +0 -1
  227. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/TierPromo-D5n9OoEm.css +0 -1
  228. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/TierPromo.module-CAoUYgIx.js +0 -1
  229. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/TierPromoProgress-CLAr1gQq.js +0 -1
  230. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-CqzfCxxH.js +0 -1
  231. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/WhatsNewPage-23o8LmsR.js +0 -1
  232. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-BfvSPSNj.js +0 -207
  233. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-YfUJSF5s.css +0 -1
@@ -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.5.1"
9
+ "version": "2.6.1"
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.5.1",
16
+ "version": "2.6.1",
17
17
  "author": {
18
18
  "name": "hope1026"
19
19
  },
@@ -19,10 +19,24 @@ jobs:
19
19
  - name: Install Claude Code CLI (app detection용)
20
20
  run: npm install -g @anthropic-ai/claude-code
21
21
 
22
- - name: Run install.sh (CI mode)
22
+ - name: Pre-seed Codex config (force is_codex_config_configured node path)
23
+ run: |
24
+ mkdir -p "$HOME/.codex"
25
+ cat > "$HOME/.codex/config.toml" <<'EOF'
26
+ [mcp_servers.dummy-server]
27
+ command = "echo"
28
+ args = ["hello"]
29
+ EOF
30
+
31
+ - name: Run install.sh (CI mode, pipe — simulates curl | bash)
23
32
  env:
24
33
  CI: true
25
- run: bash install.sh
34
+ run: |
35
+ cat install.sh | bash 2>&1 | tee install-output.log
36
+ if grep -q 'SyntaxError' install-output.log; then
37
+ echo "❌ SyntaxError detected in install output"
38
+ exit 1
39
+ fi
26
40
 
27
41
  - name: Verify — plugin file exists
28
42
  run: |
@@ -43,6 +57,15 @@ jobs:
43
57
  fi
44
58
  echo "✓ weppy-roblox-mcp registered"
45
59
 
60
+ - name: Verify — Codex config registered
61
+ run: |
62
+ if ! grep -q '\[mcp_servers.weppy-roblox-mcp\]' "$HOME/.codex/config.toml"; then
63
+ echo "❌ weppy-roblox-mcp not found in ~/.codex/config.toml"
64
+ cat "$HOME/.codex/config.toml"
65
+ exit 1
66
+ fi
67
+ echo "✓ weppy-roblox-mcp registered in Codex config"
68
+
46
69
  test-powershell:
47
70
  name: E2E — install.ps1 (windows)
48
71
  runs-on: windows-latest
@@ -56,11 +79,28 @@ jobs:
56
79
  - name: Install Claude Code CLI (app detection용)
57
80
  run: npm install -g @anthropic-ai/claude-code
58
81
 
59
- - name: Run install.ps1 (CI mode)
82
+ - name: Pre-seed Codex config (force Test-CodexConfigConfigured node path)
83
+ shell: pwsh
84
+ run: |
85
+ $codexDir = Join-Path $env:USERPROFILE '.codex'
86
+ New-Item -ItemType Directory -Path $codexDir -Force | Out-Null
87
+ @'
88
+ [mcp_servers.dummy-server]
89
+ command = "echo"
90
+ args = ["hello"]
91
+ '@ | Set-Content -Path (Join-Path $codexDir 'config.toml') -Encoding UTF8
92
+
93
+ - name: Run install.ps1 (CI mode, pipe — simulates irm | iex)
60
94
  env:
61
95
  CI: true
62
96
  shell: pwsh
63
- run: pwsh install.ps1
97
+ run: |
98
+ $log = Join-Path $env:RUNNER_TEMP 'install-output.log'
99
+ Get-Content install.ps1 -Raw | Invoke-Expression *>&1 | Tee-Object -FilePath $log
100
+ if (Select-String -Path $log -Pattern 'SyntaxError' -Quiet) {
101
+ Write-Error "❌ SyntaxError detected in install output"
102
+ exit 1
103
+ }
64
104
 
65
105
  - name: Verify — plugin file exists
66
106
  shell: pwsh
@@ -87,3 +127,14 @@ jobs:
87
127
  exit 1
88
128
  }
89
129
  Write-Host "✓ weppy-roblox-mcp registered"
130
+
131
+ - name: Verify — Codex config registered
132
+ shell: pwsh
133
+ run: |
134
+ $codexConfig = Join-Path $env:USERPROFILE '.codex\config.toml'
135
+ if (-not ((Get-Content $codexConfig -Raw) -match '\[mcp_servers\.weppy-roblox-mcp\]')) {
136
+ Write-Error "❌ weppy-roblox-mcp not found in ~/.codex/config.toml"
137
+ Get-Content $codexConfig
138
+ exit 1
139
+ }
140
+ Write-Host "✓ weppy-roblox-mcp registered in Codex config"
package/CHANGELOG.md CHANGED
@@ -4,6 +4,33 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
 
6
6
 
7
+ ## [2.6.1] - 2026-04-19
8
+
9
+ ### Features
10
+
11
+ - **Dashboard design refresh** — The dashboard now has a cleaner layout with a slimmer top header, an updated sidebar using Lucide icons, and a new Upgrade widget. It also supports light and dark themes and follows your system preference by default.
12
+ - **Changelog shows before/after values** — The Changelog page now displays the previous value and the new value side by side for each property change, so you can see exactly what changed without digging through raw data. Added and removed items are highlighted more clearly too.
13
+ - **What's New announcement for the 2026-04-19 release** — The dashboard What's New page includes a new entry covering the design refresh, light/dark mode, and Changelog before/after display.
14
+
15
+
16
+ ## [2.6.0] - 2026-04-15
17
+
18
+ ### Features
19
+
20
+ - **Edit-mode screen capture** — AI agents can now capture the Studio viewport directly in Edit mode, so they can see what you see and give feedback on layout, lighting, and placement without entering Playtest.
21
+ - **German (Deutsch) language support** — The dashboard and plugin are now fully available in German. Switch to Deutsch from Settings → Language.
22
+
23
+ ### Stability
24
+
25
+ - **Improved overall stability** — Tool execution, error messages, sync operations, and the dashboard "What's New" page have all been hardened for a smoother, more reliable experience.
26
+
27
+
28
+ ## [Unreleased]
29
+
30
+ ### ⚠️ BREAKING CHANGES
31
+
32
+ - **Legacy sync folder names removed from spec and runtime** — `roblox-project-sync` (the pre-rebrand folder name) is no longer recognized by the MCP server, dashboard, Explorer extension, or playtest/test-report writers. Users who still had sync data under `roblox-project-sync/` must manually rename the folder to `weppy-project-sync/`. The `wrox-project-sync` → `weppy-project-sync` one-shot copy migration remains in place as transitional compat code for users upgrading from v2.5.x but is no longer part of the spec and will be removed in a future release.
33
+
7
34
 
8
35
 
9
36
 
package/README.md CHANGED
@@ -1,18 +1,18 @@
1
- # Roblox MCP MCP Server for Roblox Studio | AI Game Development with Claude, Codex, Cursor & Gemini
1
+ # Roblox MCP - MCP Server for Roblox Studio | AI Game Development with Claude, Codex, Cursor & Gemini
2
2
 
3
- > **WEPPY** is an MCP server that lets AI coding agents control a live Roblox Studio session create and edit scripts, instances, terrain, lighting, assets, audio, and animations via natural language.
3
+ > **WEPPY** is an MCP server that lets AI coding agents control a live Roblox Studio session - create and edit scripts, instances, terrain, lighting, assets, audio, and animations through natural language.
4
4
 
5
5
  **Action-based tool surface · Bidirectional sync · Automated playtest · Multi-place support**
6
6
 
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)
7
+ **English** | [한국어](https://weppyai.com/ko) | [日本語](https://weppyai.com/ja) | [Español](https://weppyai.com/es) | [Português](https://weppyai.com/pt-br) | [Bahasa Indonesia](https://weppyai.com/id) | [Deutsch](https://weppyai.com/de)
8
8
 
9
- [![Demo AI building a Roblox game in real time](https://img.youtube.com/vi/puQB4u1VlMw/maxresdefault.jpg)](https://youtu.be/puQB4u1VlMw)
9
+ [![Demo - AI building a Roblox game in real time](https://img.youtube.com/vi/puQB4u1VlMw/maxresdefault.jpg)](https://youtu.be/puQB4u1VlMw)
10
10
 
11
11
  ## Why WEPPY (Weppy Roblox MCP)?
12
12
 
13
- AI coding agents like Claude, Codex, and Gemini are powerful but they cannot see or modify anything inside Roblox Studio. The DataModel, scripts, terrain, and lighting are all invisible to external tools. Without a bridge, AI can only generate code snippets that you must paste manually.
13
+ AI coding agents like Claude, Codex, and Gemini are powerful, but they cannot see or modify anything inside Roblox Studio. The DataModel, scripts, terrain, and lighting are invisible to external tools. Without a bridge, AI can only generate code snippets that you must paste manually.
14
14
 
15
- **WEPPY** is a bridge between AI agents and Roblox Studio. AI directly creates and modifies instances, scripts, properties, terrain, and more inside Studio, and the changes are reflected immediately in Studio and the dashboard so you can **see exactly what changed**.
15
+ **WEPPY** bridges AI agents and Roblox Studio. AI directly creates and modifies instances, scripts, properties, terrain, and more inside Studio, and the changes are reflected immediately in Studio and the dashboard so you can see exactly what changed.
16
16
 
17
17
  No copy-pasting code. AI does the work, you review the results.
18
18
 
@@ -40,30 +40,23 @@ irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1
40
40
 
41
41
  Then reopen your AI app and restart Roblox Studio.
42
42
 
43
- Automatic MCP registration supports **Claude Code, Claude Desktop, Cursor, Codex CLI/App, Gemini CLI, and Antigravity**.
43
+ Automatic MCP registration supports Claude Code, Claude Desktop, Cursor, Codex CLI/App, Gemini CLI, and Antigravity.
44
44
 
45
45
  ### Manual Install
46
46
 
47
47
  If the one-line install does not work, or automatic installation is not available in your environment:
48
48
 
49
- **Step 1** Install the Roblox Studio plugin:
50
- [Plugin Installation Guide](docs/en/installation/roblox-plugin.md)
49
+ **Step 1** - Use the web install page for the Roblox Studio plugin and app-specific setup.
51
50
 
52
- **Step 2** Register the MCP server with your AI app:
51
+ 👉 **[Web Install Docs](https://weppyai.com/ko/docs)**
52
+
53
+ **Step 2** - Register the MCP server with your AI app:
53
54
 
54
55
  ```bash
55
56
  npx -y @weppy/roblox-mcp
56
57
  ```
57
58
 
58
- | AI App | Guide |
59
- |--------|-------|
60
- | Claude Code | [Setup](docs/en/installation/ai-apps/claude-code.md) |
61
- | Claude Desktop | [Setup](docs/en/installation/ai-apps/claude-app.md) |
62
- | Cursor | [Setup](docs/en/installation/ai-apps/cursor.md) |
63
- | Codex CLI | [Setup](docs/en/installation/ai-apps/codex-cli.md) |
64
- | Codex Desktop | [Setup](docs/en/installation/ai-apps/codex-app.md) |
65
- | Gemini CLI | [Setup](docs/en/installation/ai-apps/gemini-cli.md) |
66
- | Antigravity | [Setup](docs/en/installation/ai-apps/antigravity.md) |
59
+ Supported AI apps are Claude Code, Claude Desktop, Cursor, Codex CLI, Codex App, Gemini CLI, and Antigravity.
67
60
 
68
61
  > Any MCP-compatible AI client works. The server command is `npx -y @weppy/roblox-mcp`.
69
62
 
@@ -94,7 +87,7 @@ AI works from a synchronized local mirror, so multi-file updates stay consistent
94
87
  - Basic: one-way sync (Studio -> Local)
95
88
  - Pro: bidirectional sync + per-type Direction/Apply Mode + history + multi-place
96
89
 
97
- ![Sync workflow Studio and local files synchronized in real time](docs/assets/screenshots/plugin/sync/sync-overview.png)
90
+ ![Sync workflow - Studio and local files synchronized in real time](docs/assets/screenshots/plugin/sync/sync-overview.png)
98
91
 
99
92
  ### 3) Playtest: Let AI run and verify tests automatically
100
93
 
@@ -104,7 +97,7 @@ AI can control Roblox Studio playtests directly. It can start and stop Play (F5)
104
97
  - "Write a test that verifies the SpawnLocation is above the ground and run it."
105
98
  - "Validate that the script I just changed runs without errors in playtest."
106
99
 
107
- ![WEPPY Playtest Dashboard Test history and detailed report](docs/assets/screenshots/dashboard/dashboard_playtest.png)
100
+ ![WEPPY Playtest Dashboard - Test history and detailed report](docs/assets/screenshots/dashboard/dashboard_playtest.png)
108
101
 
109
102
  ### 4) WEPPY Dashboard: Monitor AI work in real time
110
103
 
@@ -114,11 +107,11 @@ The MCP server provides a web dashboard where you can check connection status, t
114
107
  - Compare every change the AI made via Before & After in Changelog
115
108
  - Analyze workflow with tool execution history and statistics
116
109
 
117
- ![WEPPY WEPPY Dashboard Overview Server status, recent changes, and session summary](docs/assets/screenshots/dashboard/dashboard_overview.png)
110
+ ![WEPPY Dashboard Overview - Server status, recent changes, and session summary](docs/assets/screenshots/dashboard/dashboard_overview.png)
118
111
 
119
112
  ### 5) WEPPY Roblox Explorer: Browse Studio hierarchy in VSCode
120
113
 
121
- View the full instance tree of your Roblox Studio place directly inside VSCode. Navigate services, open synced scripts and property files, and track sync status all without switching to Studio.
114
+ View the full instance tree of your Roblox Studio place directly inside VSCode. Navigate services, open synced scripts and property files, and track sync status - all without switching to Studio.
122
115
  WEPPY Roblox Explorer is a companion VSCode extension for sync data generated by WEPPY. Tree browsing works from synced files, and live sync state or direction indicators are enhanced when the local MCP server is running.
123
116
  Install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer) or [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer).
124
117
 
@@ -126,13 +119,13 @@ Install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?it
126
119
  - Click to open synced scripts and property files
127
120
  - Multi-place support with sync status indicators
128
121
 
129
- ![WEPPY Roblox Explorer Studio instance tree displayed in VSCode sidebar](docs/assets/screenshots/roblox-explorer/roblox-explorer-screen.png)
122
+ ![WEPPY Roblox Explorer - Studio instance tree displayed in VSCode sidebar](docs/assets/screenshots/roblox-explorer/roblox-explorer-screen.png)
130
123
 
131
124
  ## Use Cases
132
125
 
133
126
  - **Rapid prototyping**: Describe a game mechanic in natural language and watch AI build it in Studio
134
127
  - **Bulk refactoring**: Rename a module interface and update every dependent script in one request
135
- - **Terrain & environment**: Generate procedural terrain, set lighting/atmosphere, place assets all from a single prompt
128
+ - **Terrain & environment**: Generate procedural terrain, set lighting/atmosphere, place assets - all from a single prompt
136
129
  - **Multi-file consistency**: AI reads the full project via Sync and applies changes across related scripts together
137
130
  - **Asset integration**: Search the Creator Store, insert models, and configure properties without leaving your editor
138
131
 
@@ -145,40 +138,30 @@ Install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?it
145
138
 
146
139
  ## Docs
147
140
 
148
- - [Installation Guide](docs/en/installation/README.md)
149
- - [Tools Reference](docs/en/tools/overview.md)
150
- - [Sync Deep Dive](docs/en/sync/overview.md)
151
- - [WEPPY Dashboard Guide](docs/en/dashboard/overview.md)
152
- - [WEPPY Roblox Explorer Guide](docs/en/explorer/overview.md)
153
- - [WEPPY Roblox Explorer Installation](docs/en/installation/roblox-explorer.md)
154
- - [Compatibility](docs/compatibility.md)
155
- - [Troubleshooting](docs/troubleshooting.md)
141
+ Detailed guides and app-specific setup now live on the web.
156
142
 
157
- ### Workflow Guides
143
+ - [Web Docs Hub](https://weppyai.com/ko/docs)
144
+ - [Install Guide](https://weppyai.com/en/install)
145
+ - [Pro Upgrade](https://weppyai.com/en/plans)
158
146
 
159
- - [Instances & Properties](docs/en/tools/instances-and-properties.md) - search, creation, editing, tags
160
- - [Scripting & Code Execution](docs/en/tools/scripting.md) - script management and Luau execution
161
- - [World & Environment](docs/en/tools/world-and-environment.md) - lighting, terrain, camera
162
- - [Assets & Effects](docs/en/tools/assets-and-effects.md) - asset insertion, tweening, effects
163
- - [Playtest & Automated Tests](docs/en/tools/playtest.md) - playtest control and automated validation
164
- - [System & Debugging](docs/en/tools/system-and-debugging.md) - connection, logs, batch execution
147
+ For app setup details, open the web docs hub and choose the relevant AI client guide.
165
148
 
166
149
  ## FAQ
167
150
 
168
151
  ### How do I connect Claude Code to Roblox Studio?
169
- Install the Roblox Studio plugin, then register the MCP server (`npx -y @weppy/roblox-mcp`) in Claude Code. Claude can then directly read and write scripts inside Studio. See [Claude Code Setup](docs/en/installation/ai-apps/claude-code.md).
152
+ Install the Roblox Studio plugin, then register the MCP server (`npx -y @weppy/roblox-mcp`) in Claude Code. Claude can then directly read and write scripts inside Studio.
170
153
 
171
154
  ### How do I use Codex CLI with Roblox Studio?
172
- Install the plugin, then add the MCP server config to Codex CLI. See [Codex CLI Setup](docs/en/installation/ai-apps/codex-cli.md).
155
+ Install the plugin, then add the MCP server config to Codex CLI.
173
156
 
174
157
  ### Does Roblox MCP work with Cursor?
175
- Yes. See [Cursor Setup](docs/en/installation/ai-apps/cursor.md). Any MCP-compatible AI client works.
158
+ Yes. Any MCP-compatible AI client works.
176
159
 
177
160
  ### Can AI build Roblox games with this?
178
- 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.
161
+ 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.
179
162
 
180
163
  ### What is the difference between Basic and Pro?
181
- 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).
164
+ 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 page.
182
165
 
183
166
  ### How is Weppy different from other Roblox MCP servers?
184
167
  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.
@@ -188,7 +171,7 @@ The server runs on localhost only (127.0.0.1:3002). Forbidden paths (CoreGui, Co
188
171
 
189
172
  ## Pro Upgrade
190
173
 
191
- Bidirectional Sync, advanced build capabilities, and AI token efficiency all in one upgrade.
174
+ Bidirectional Sync, advanced build capabilities, and AI token efficiency - all in one upgrade.
192
175
 
193
176
  [Pro Upgrade Guide](https://weppyai.com/en/plans)
194
177
 
package/SUPPORT.md CHANGED
@@ -2,12 +2,10 @@
2
2
 
3
3
  ## Documentation
4
4
 
5
- - [Installation Guide](docs/en/installation/README.md)
6
- - [Tools Reference](docs/en/tools/overview.md)
7
- - [Sync Deep Dive](docs/en/sync/overview.md)
8
- - [Roblox Explorer (VSCode Extension)](docs/en/installation/roblox-explorer.md)
9
- - [Compatibility](docs/en/compatibility.md)
10
- - [Troubleshooting](docs/en/troubleshooting.md)
5
+ - [Web Docs Hub](https://weppyai.com/ko/docs)
6
+ - [Install Page](https://weppyai.com/en/install)
7
+ - [Pro Upgrade](https://weppyai.com/en/plans)
8
+ - [Roblox Explorer (VSCode Extension)](https://weppyai.com/ko/docs)
11
9
 
12
10
  ## Community Help
13
11
 
package/install.ps1 CHANGED
@@ -168,7 +168,7 @@ function Test-CodexConfigConfigured($configPath) {
168
168
 
169
169
  $env:MCP_CODEX_CONFIG_PATH = $configPath
170
170
  try {
171
- node --input-type=commonjs -e @'
171
+ @'
172
172
  const fs = require('fs');
173
173
 
174
174
  const configPath = process.env.MCP_CODEX_CONFIG_PATH;
@@ -301,7 +301,7 @@ function findAllCodexBlocks(source) {
301
301
  }
302
302
 
303
303
  function parseStringAssignment(value, key) {
304
- const match = new RegExp('^\\s*' + key + '\\s*=\\s*(["\\'])([^"\\']+)\\1\\s*$').exec(value);
304
+ const match = new RegExp('^\\s*' + key + '\\s*=\\s*(["\'])([^"\']+)\\1\\s*$').exec(value);
305
305
  return match ? match[2] : null;
306
306
  }
307
307
 
@@ -575,7 +575,7 @@ try {
575
575
  } catch {
576
576
  process.exit(1);
577
577
  }
578
- '@
578
+ '@ | node --input-type=commonjs
579
579
  return $LASTEXITCODE -eq 0
580
580
  }
581
581
  finally {
@@ -641,7 +641,9 @@ if (Confirm-Action " Run npx -y @weppy/roblox-mcp --setup?") {
641
641
  try {
642
642
  New-Item -ItemType Directory -Path $setupWorkingDir -Force | Out-Null
643
643
  Set-Location $setupWorkingDir
644
- & $npxPath -y @weppy/roblox-mcp --setup
644
+ # stdin을 파이프로 격리: irm|iex 대화형 모드에서 stdio MCP 서버가
645
+ # pwsh의 터미널 stdin을 상속받아 hang되는 문제를 방지한다
646
+ $null | & $npxPath -y @weppy/roblox-mcp --setup
645
647
  if ($LASTEXITCODE -ne 0) {
646
648
  Write-Warn "Setup encountered a warning (non-blocking)"
647
649
  } else {
@@ -890,7 +892,7 @@ Write-Host " 3. Click Connect and start building with AI!"
890
892
  Write-Host ""
891
893
  Write-Host " Auto registration: Claude Code, Claude Desktop, Cursor, Codex CLI/App, Gemini CLI, Antigravity"
892
894
  Write-Host ""
893
- Write-Host " Docs: https://github.com/hope1026/weppy-roblox-mcp" -ForegroundColor DarkGray
895
+ Write-Host " Docs: https://weppyai.com/en/install" -ForegroundColor DarkGray
894
896
  Write-Host ""
895
897
 
896
898
  Stop-InstallTranscript
package/install.sh CHANGED
@@ -649,7 +649,9 @@ if confirm " Run npx -y @weppy/roblox-mcp --setup?"; then
649
649
  fi
650
650
 
651
651
  if [ -n "${setup_tmp_dir:-}" ] && [ -d "$setup_tmp_dir" ]; then
652
- if (cd "$setup_tmp_dir" && npx -y @weppy/roblox-mcp --setup); then
652
+ # stdin을 /dev/null로 격리: curl|bash 파이프 모드에서 stdio MCP 서버가
653
+ # bash의 남은 스크립트 바이트를 소비해버리는 문제를 방지한다
654
+ if (cd "$setup_tmp_dir" && npx -y @weppy/roblox-mcp --setup </dev/null); then
653
655
  success "Setup complete"
654
656
  else
655
657
  warn "Setup encountered a warning (non-blocking)"
@@ -889,4 +891,4 @@ printf " 2. Look for the ${BOLD}WEPPY${NC} button in the Plugins tab\n"
889
891
  printf " 3. Click Connect and start building with AI!\n\n"
890
892
  printf " Auto registration: Claude Code, Claude Desktop, Cursor, Codex CLI/App, Gemini CLI, Antigravity\n\n"
891
893
  # shellcheck disable=SC2059
892
- printf " ${DIM}Docs: https://github.com/hope1026/weppy-roblox-mcp${NC}\n\n"
894
+ printf " ${DIM}Docs: https://weppyai.com/en/install${NC}\n\n"