@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
@@ -1,104 +0,0 @@
1
- # WEPPY Roblox Explorer Guide
2
-
3
- **WEPPY Roblox Explorer** is a companion VSCode/Antigravity extension that mirrors the Roblox Studio Explorer tree directly inside your editor. Browse synced instances, open scripts, and edit properties without constantly switching between Studio and your editor.
4
-
5
- > **Optional** — Explorer is not required. The MCP server and the Roblox Studio plugin are enough to use every core feature. Install Explorer when you want to browse project structure or inspect/edit properties right from your editor.
6
-
7
- ![WEPPY Roblox Explorer — Studio instance tree displayed in the VSCode sidebar](../../assets/screenshots/roblox-explorer/roblox-explorer-screen.png)
8
-
9
- ## Why Use Explorer
10
-
11
- AI agents can already understand the entire project context from the files generated by Sync, but when a human browses the mirror, file paths alone do not make the hierarchy obvious. Explorer reuses the same sync data and renders it as the **same tree you see in Roblox Studio**, which makes the following much easier:
12
-
13
- - See at a glance which service/instance a script belongs to
14
- - Quickly locate instances across services by name or path
15
- - Check per-file sync status (modified / studio / conflict)
16
- - Edit properties without switching to Studio
17
-
18
- ## Requirements
19
-
20
- - VSCode 1.85+ or Antigravity
21
- - [Roblox MCP](../installation/README.md) installed with Sync enabled (Basic or Pro)
22
- - A Sync-generated `weppy-project-sync/place_*/.sync-meta.json` under your project root
23
-
24
- Explorer works purely from the on-disk sync files by default. When the local MCP server is running, live sync state and direction information are reflected as well.
25
-
26
- ## Installation
27
-
28
- Search for **WEPPY Roblox Explorer** in the Extensions sidebar (`Ctrl+Shift+X` / `Cmd+Shift+X`) of VSCode or Antigravity and click **Install**.
29
-
30
- Direct marketplace links:
31
-
32
- - [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer)
33
- - [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer)
34
-
35
- ## Browsing the Instance Tree
36
-
37
- After installing, a **WEPPY Explorer** view appears in the VSCode Activity Bar and auto-discovers the sync directory from your project root.
38
-
39
- - **Service roots**: Synced services such as `Workspace`, `ReplicatedStorage`, and `ServerScriptService` appear at the top level.
40
- - **Roblox class icons**: Over 200 Studio-style icons that switch automatically between dark and light themes.
41
- - **Multi-place support**: Each synced Place is shown as its own tree root when multiple places exist.
42
- - **Auto refresh**: The tree updates with a 500ms debounce whenever sync files change.
43
- - **Sync status badges**: `modified`, `studio`, and `conflict` states are shown next to icons so you can spot changes and conflicts immediately.
44
-
45
- Clicking a tree item opens the file that backs the instance (`.server.luau`, `.client.luau`, `.module.luau`, `.props.json`, ...). The right-click menu lets you copy the instance path in `game.Workspace.Part` format or reveal the backing file in the default VSCode explorer.
46
-
47
- ## Property Panel
48
-
49
- Select an instance in the Explorer tree and run **Open Properties** to launch a panel that looks just like the Properties window in Studio. You can inspect and edit properties in grouped form without touching the `.props.json` file directly.
50
-
51
- ![Property Panel — edit Studio-style properties inside VSCode](../../assets/screenshots/roblox-explorer/roblox-explorer-property-window.png)
52
-
53
- - **Grouped display**: Properties are sorted into the same groups as Studio (Appearance, Behavior, Data, Part, Transform, and so on).
54
- - **Type-aware editors**: Input widgets match the property type — numbers, strings, booleans, colors, Vector3, enums, and more.
55
- - **File-backed editing**: Changes are written to the instance's `*.props.json` file and flow back to Studio through Sync's reverse path (Pro, when bidirectional is enabled).
56
- - **Custom editor binding**: Opening a `.props.json` file directly uses the Property Panel instead of the default text editor.
57
-
58
- If you want the Property Panel to open automatically as you click around the tree, set `robloxExplorer.propertyPanel.autoOpen` to `true` in settings.
59
-
60
- ## Searching Instances
61
-
62
- Run `WEPPY Explorer: Search Instances` (from the view title icon or the Command Palette) to open a QuickPick that searches across every synced service.
63
-
64
- - Partial matches against instance names
65
- - Selecting a result focuses the tree on the matching item
66
- - When multiple places are synced, results are scoped per place
67
-
68
- ## Settings
69
-
70
- | Setting | Default | Description |
71
- |---------|---------|-------------|
72
- | `robloxExplorer.mcpBaseUrl` | `""` | Local MCP HTTP base URL. If empty, Explorer tries `http://127.0.0.1:3002` and then `http://127.0.0.1:3003`. |
73
- | `robloxExplorer.syncRoot` | `""` | Absolute path to the `weppy-project-sync` root. Auto-discovered from workspace folders when empty. |
74
- | `robloxExplorer.hidePropsFiles` | `false` | Hide sync artifacts (`.props.json`, `_tree.json`, `.value.json`) in the default VSCode explorer. |
75
- | `robloxExplorer.autoRefresh` | `true` | Auto-refresh the tree when sync files change. |
76
- | `robloxExplorer.showSyncStatus` | `true` | Show sync status decorations on tree items. |
77
- | `robloxExplorer.followFocusCue` | `false` | Follow external focus cue files by best-effort tree reveal and script file open. |
78
- | `robloxExplorer.propertyPanel.autoOpen` | `false` | Automatically open the Property Panel when you select an instance in the tree. |
79
-
80
- ## Commands
81
-
82
- | Command | Description |
83
- |---------|-------------|
84
- | `WEPPY Explorer: Refresh` | Manually refresh the instance tree |
85
- | `WEPPY Explorer: Search Instances` | Search for instances across every service |
86
- | `WEPPY Explorer: Open Backing File` | Open the backing file for the selected instance |
87
- | `WEPPY Explorer: Open Properties` | Open the Property Panel for the selected instance |
88
- | `WEPPY Explorer: Copy Instance Path` | Copy the full instance path (e.g. `game.Workspace.Part`) |
89
- | `WEPPY Explorer: Reveal in Explorer` | Show the backing file in the default VSCode explorer |
90
- | `WEPPY Explorer: Collapse All` | Collapse every tree node |
91
- | `WEPPY Explorer: Open Settings` | Open the Explorer settings page |
92
-
93
- ## Troubleshooting
94
-
95
- - **Tree is empty**: Check that the `weppy-project-sync/place_*` directory exists and that Sync has completed at least one Full Sync. Set `robloxExplorer.syncRoot` manually if needed.
96
- - **Sync status does not appear**: Make sure the local MCP server is running and try setting `robloxExplorer.mcpBaseUrl` explicitly.
97
- - **Property Panel does not open**: If a `.props.json` file opens in the default text editor, right-click the file and choose **Reopen Editor With... → WEPPY Property Panel**.
98
- - **Icons look broken**: Re-select your VSCode theme or restart the window to refresh the icon cache.
99
-
100
- ## See Also
101
-
102
- - [Roblox MCP Installation Guide](../installation/README.md)
103
- - [Sync Guide](../sync/overview.md)
104
- - [Tools Overview](../tools/overview.md)
@@ -1,95 +0,0 @@
1
- # Installation Guide
2
-
3
- To use Roblox MCP, you need to install **two things**.
4
-
5
- ```
6
- AI App (Claude, Codex, Gemini, etc.)
7
-
8
- MCP Server ← Converts AI commands into a format Roblox understands
9
-
10
- Roblox Studio Plugin ← Executes commands inside Studio
11
- ```
12
-
13
- When an AI app says "Create a blue part", the MCP server converts this request, and the Roblox Studio plugin actually creates the part.
14
-
15
- ---
16
-
17
- ## One-Line Install (Recommended)
18
-
19
- Install everything in one command:
20
-
21
- **macOS / Linux**
22
-
23
- ```bash
24
- curl -fsSL https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.sh | bash
25
- ```
26
-
27
- **Windows (PowerShell)**
28
-
29
- ```powershell
30
- irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1 | iex
31
- ```
32
-
33
- Then reopen your AI app and restart Roblox Studio.
34
-
35
- If the installer fails, it writes an error log to a temporary file and keeps the console open in interactive runs so you can read the reason before exiting.
36
-
37
- Automatic MCP registration supports **Claude Code, Claude Desktop, Cursor, Codex CLI/App, Gemini CLI, and Antigravity**.
38
-
39
- 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`.
40
-
41
- ---
42
-
43
- ## Manual Install
44
-
45
- If the one-line install does not work, or automatic installation is not available in your environment, use the manual install path below as an alternative.
46
-
47
- ### Step 1: Install Roblox Studio Plugin
48
-
49
- Download the plugin file from GitHub, then place it in Roblox Studio's Plugins folder.
50
-
51
- 👉 [Plugin Installation Guide](https://weppyai.com/en/install#plugin)
52
-
53
- ---
54
-
55
- ### Step 2: Register MCP Server with AI App
56
-
57
- Register the MCP server with your AI app. You can use it with any AI app that supports MCP.
58
-
59
- | AI App | Installation Guide |
60
- |--------|-------------------|
61
- | Claude Code | [Setup Instructions](ai-apps/claude-code.md) |
62
- | Claude Desktop | [Setup Instructions](ai-apps/claude-app.md) |
63
- | Cursor | [Setup Instructions](ai-apps/cursor.md) |
64
- | Codex CLI | [Setup Instructions](ai-apps/codex-cli.md) |
65
- | Codex Desktop | [Setup Instructions](ai-apps/codex-app.md) |
66
- | Gemini CLI | [Setup Instructions](ai-apps/gemini-cli.md) |
67
- | Antigravity | [Setup Instructions](ai-apps/antigravity.md) |
68
-
69
- > Even if your AI app isn't listed above, you can use it if it supports MCP. The MCP server command is `npx -y @weppy/roblox-mcp`.
70
-
71
- ---
72
-
73
- ## Optional: Install WEPPY Roblox Explorer (VSCode Extension)
74
-
75
- Browse synced instance trees inside VSCode with Roblox class icons.
76
- This optional extension requires the Roblox MCP setup above, because it reads sync data from `weppy-project-sync` under your project root.
77
-
78
- 👉 [WEPPY Roblox Explorer Installation Guide](https://weppyai.com/en/install#explorer)
79
-
80
- Direct listings:
81
- - [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer)
82
- - [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer)
83
-
84
- ---
85
-
86
- ## After Installation
87
-
88
- 1. Open **Roblox Studio**, go to Plugins tab and click **WEPPY** → **Connect**
89
- 2. Test in your **AI app** with:
90
-
91
- ```
92
- Create a blue part in Roblox Studio
93
- ```
94
-
95
- If the part is created successfully, installation is complete!
@@ -1,89 +0,0 @@
1
- # Antigravity Setup
2
-
3
- How to use Roblox MCP with [Google Antigravity](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/).
4
-
5
- > **Antigravity** is Google's agentic development platform where AI agents autonomously move between code editing, terminal, and browser to carry out complex tasks.
6
-
7
- ## Prerequisites
8
-
9
- 1. **Antigravity** installed (see official docs for supported OS/requirements)
10
- 2. **Node.js** (v18.0.0 or later, `npx` available)
11
- 3. **Roblox Studio plugin** installed
12
-
13
- ## Register MCP Server
14
-
15
- In Antigravity, MCP servers are managed in the **agent pane (Agent pane)**.
16
-
17
- ### Manual registration via raw config (recommended)
18
-
19
- 1. In the agent pane, click **⋯** → **MCP Servers** → **Manage MCP Servers** → **View raw config**
20
-
21
- ![Open MCP Servers menu](../../../assets/screenshots/antigravity/antigravity_mcp_services_menu.png)
22
-
23
- 2. Add/merge the following into the displayed config (JSON):
24
-
25
- ```json
26
- {
27
- "mcpServers": {
28
- "weppy-roblox-mcp": {
29
- "command": "npx",
30
- "args": ["-y", "@weppy/roblox-mcp"]
31
- }
32
- }
33
- }
34
- ```
35
-
36
- ![Edit raw config](../../../assets/screenshots/antigravity/antigravity_mcp_raw.png)
37
-
38
- 3. After saving, do **Refresh** (or restart/refresh per the UI guidance)
39
-
40
- > The actual path/name of the config file can vary by OS and Antigravity version, so always edit based on the location shown in **View raw config**.
41
-
42
- ### Optional: Adjust port/logs with environment variables
43
-
44
- We recommend keeping the defaults (HTTP `127.0.0.1:3002`). If needed, you can set environment variables like this:
45
-
46
- ```json
47
- {
48
- "mcpServers": {
49
- "weppy-roblox-mcp": {
50
- "command": "npx",
51
- "args": ["-y", "@weppy/roblox-mcp"],
52
- "env": {
53
- "HTTP_HOST": "127.0.0.1",
54
- "HTTP_PORT": "3002",
55
- "LOG_LEVEL": "INFO"
56
- }
57
- }
58
- }
59
- }
60
- ```
61
-
62
- ## Connection Test
63
-
64
- 1. Open **Roblox Studio** → Plugins tab → **WEPPY** → **Connect**
65
- 2. In **Antigravity**, enter:
66
- ```
67
- Tell me what's currently selected in Roblox Studio
68
- ```
69
-
70
- ## Troubleshooting
71
-
72
- ### When the server won't start
73
-
74
- Run the MCP server directly to check for errors:
75
- ```bash
76
- npx -y @weppy/roblox-mcp
77
- ```
78
-
79
- ### Connection failed
80
-
81
- - Verify the Roblox Studio plugin is **Connected**
82
- - Check whether port **3002** is blocked by a firewall
83
- - Check server status in the agent pane **⋯** → **MCP Servers**
84
- - (Advanced) If you changed `HTTP_PORT`, the Roblox Studio plugin/bridge must be configured to use the same port.
85
-
86
- ## References
87
-
88
- - [Google Antigravity introduction](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/)
89
- - [Antigravity Getting Started Guide (Codelab)](https://codelabs.developers.google.com/getting-started-google-antigravity)
@@ -1,78 +0,0 @@
1
- # Claude Desktop App Setup
2
-
3
- How to use Roblox MCP with [Claude Desktop App](https://claude.ai/download).
4
-
5
- ## Prerequisites
6
-
7
- - **Claude Desktop App** installed
8
- - **Node.js** (v18.0.0 or higher)
9
- - **Roblox Studio Plugin** installed
10
-
11
- ## Register MCP Server
12
-
13
- ### Method 1: Desktop Extensions (Recommended)
14
-
15
- > One-click installation available like browser extensions since 2026
16
-
17
- 1. Claude Desktop → **Settings** → **Extensions**
18
- 2. Search for `weppy-roblox-mcp`
19
- 3. Click **Install**
20
-
21
- ### Method 2: Edit Configuration File Directly
22
-
23
- 1. Claude Desktop → **Settings** → **Developers** → Click **Edit Config**
24
-
25
- 2. Add the following content to the `claude_desktop_config.json` file:
26
-
27
- ```json
28
- {
29
- "mcpServers": {
30
- "weppy-roblox-mcp": {
31
- "command": "npx",
32
- "args": ["-y", "@weppy/roblox-mcp"]
33
- }
34
- }
35
- }
36
- ```
37
-
38
- 3. **Completely quit** and restart Claude Desktop
39
-
40
- **Configuration file locations:**
41
-
42
- | OS | Path |
43
- |----|------|
44
- | macOS | `~/Library/Application Support/Claude/claude_desktop_config.json` |
45
- | Windows | `%APPDATA%\Claude\claude_desktop_config.json` |
46
-
47
- ## Connection Test
48
-
49
- 1. Open **Roblox Studio** → Plugins tab → **WEPPY** → **Connect**
50
- 2. Start a new conversation in **Claude Desktop** and test:
51
- ```
52
- Create a blue part in Roblox Studio
53
- ```
54
-
55
- ## Troubleshooting
56
-
57
- ### MCP server not loading
58
-
59
- 1. **Check JSON syntax**: Validate configuration file with an online JSON validator
60
- 2. **Fully restart Claude Desktop**: After configuration changes, completely quit and restart the app
61
- 3. **Verify paths**: Check that command and args are correct
62
-
63
- ### Server won't start
64
-
65
- Run the MCP server directly to check for errors:
66
- ```bash
67
- npx -y @weppy/roblox-mcp
68
- ```
69
-
70
- ### Connection failed
71
-
72
- - Verify the Roblox Studio plugin is in **Connected** state
73
- - Check if port 3002 is blocked by a firewall
74
-
75
- ## Reference
76
-
77
- - [Claude Desktop MCP Official Guide](https://support.claude.com/en/articles/10949351-getting-started-with-local-mcp-servers-on-claude-desktop)
78
- - [MCP Server Connection Guide](https://modelcontextprotocol.io/docs/develop/connect-local-servers)
@@ -1,104 +0,0 @@
1
- # Claude Code Setup
2
-
3
- How to use Roblox MCP with [Claude Code](https://claude.ai/code) (terminal-based AI coding tool).
4
-
5
- ## Prerequisites
6
-
7
- - **Claude Code** installed
8
- - **Roblox Studio Plugin** installed
9
-
10
- ## Installation
11
-
12
- ```bash
13
- npm install -g @anthropic-ai/claude-code
14
- ```
15
-
16
- ## Register MCP Server
17
-
18
- ### Method 1: Install from Marketplace (Recommended)
19
-
20
- Run in Claude Code terminal:
21
-
22
- ```bash
23
- # Add marketplace
24
- /plugin marketplace add hope1026/weppy-roblox-mcp
25
-
26
- # Install plugin
27
- /plugin install weppy-roblox-mcp@hope1026-roblox-mcp
28
- ```
29
-
30
- Verify installation:
31
- ```bash
32
- /plugin list
33
- ```
34
-
35
- ### Method 2: Edit Configuration File Directly
36
-
37
- Create a `.mcp.json` file:
38
-
39
- ```json
40
- {
41
- "mcpServers": {
42
- "weppy-roblox-mcp": {
43
- "command": "npx",
44
- "args": ["-y", "@weppy/roblox-mcp"]
45
- }
46
- }
47
- }
48
- ```
49
-
50
- **Configuration file locations:**
51
-
52
- | Scope | Path |
53
- |-------|------|
54
- | Project | `<project>/.mcp.json` |
55
- | Global | `~/.claude/mcp.json` |
56
-
57
- ## Automatic Server Management
58
-
59
- Claude Code manages MCP servers automatically:
60
-
61
- - Starts automatically when needed
62
- - Stops automatically when session ends
63
- - No additional configuration required
64
-
65
- ## Connection Test
66
-
67
- 1. Open **Roblox Studio** → Plugins tab → **WEPPY** → **Connect**
68
- 2. Test in **Claude Code**:
69
- ```
70
- Create a blue part in Roblox Studio
71
- ```
72
-
73
- ## Troubleshooting
74
-
75
- ### Plugin installation failed
76
-
77
- ```bash
78
- # Clear cache and retry
79
- /plugin cache clear
80
- /plugin install weppy-roblox-mcp@hope1026-roblox-mcp
81
- ```
82
-
83
- ### Server won't start
84
-
85
- 1. Check Node.js version (18.0 or higher required):
86
- ```bash
87
- node --version
88
- ```
89
-
90
- 2. Test starting the server manually:
91
- ```bash
92
- npx -y @weppy/roblox-mcp
93
- ```
94
-
95
- ### MCP tools not visible
96
-
97
- Check in Claude Code:
98
- ```
99
- Show me the list of available MCP tools
100
- ```
101
-
102
- ## Reference
103
-
104
- - [Claude Code Official Documentation](https://docs.anthropic.com/claude-code)
@@ -1,56 +0,0 @@
1
- # Codex App Setup
2
-
3
- How to use Roblox MCP with [OpenAI Codex App](https://openai.com/codex/) (macOS).
4
-
5
- > **Released February 2, 2026** - Native macOS app supporting multi-agent workflows
6
-
7
- ## Prerequisites
8
-
9
- - **Codex App** installed (macOS)
10
- - **Roblox Studio Plugin** installed
11
-
12
- ## Register MCP Server
13
-
14
- ### Auto-sync with Codex CLI Settings
15
-
16
- If you've already configured MCP in Codex CLI, you can use it in the app **without additional setup**.
17
-
18
- ```
19
- CLI session history and settings are automatically synced to the app.
20
- ```
21
-
22
- ### New Setup
23
-
24
- Add in the app under **Settings** → **MCP Servers**:
25
-
26
- ```
27
- Server name: weppy-roblox-mcp
28
- Command: npx -y @weppy/roblox-mcp
29
- ```
30
-
31
- ## Connection Test
32
-
33
- 1. Open **Roblox Studio** → Plugins tab → **WEPPY** → **Connect**
34
- 2. Start a new conversation in **Codex App** and test:
35
- ```
36
- Tell me what's currently selected in Roblox Studio
37
- ```
38
-
39
- ## Troubleshooting
40
-
41
- ### Server won't start
42
-
43
- Run the MCP server directly to check for errors:
44
- ```bash
45
- npx -y @weppy/roblox-mcp
46
- ```
47
-
48
- ### Connection failed
49
-
50
- - Verify the Roblox Studio plugin is in **Connected** state
51
- - Check if port 3002 is blocked by a firewall
52
-
53
- ## Reference
54
-
55
- - [Codex App Introduction](https://openai.com/index/introducing-the-codex-app/)
56
- - [Codex MCP Official Documentation](https://developers.openai.com/codex/mcp/)
@@ -1,67 +0,0 @@
1
- # Codex CLI Setup
2
-
3
- How to use Roblox MCP with [OpenAI Codex CLI](https://github.com/openai/codex) (terminal-based AI coding tool).
4
-
5
- ## Prerequisites
6
-
7
- - **Node.js** (v18.0.0 or higher)
8
- - **Roblox Studio Plugin** installed
9
-
10
- ## Installation
11
-
12
- ```bash
13
- npm install -g @openai/codex
14
- ```
15
-
16
- ## Register MCP Server
17
-
18
- ### Method 1: CLI Command (Recommended)
19
-
20
- ```bash
21
- codex mcp add weppy-roblox-mcp -- npx -y @weppy/roblox-mcp
22
- ```
23
-
24
- ### Method 2: Edit Configuration File Directly
25
-
26
- Add the following content to `~/.codex/config.toml`:
27
-
28
- ```toml
29
- [mcp_servers.weppy-roblox-mcp]
30
- command = "npx"
31
- args = ["-y", "@weppy/roblox-mcp"]
32
- ```
33
-
34
- **Configuration file locations:**
35
-
36
- | OS | Path |
37
- |----|------|
38
- | macOS/Linux | `~/.codex/config.toml` |
39
- | Windows | `%USERPROFILE%\.codex\config.toml` |
40
-
41
- ## Connection Test
42
-
43
- 1. Open **Roblox Studio** → Plugins tab → **WEPPY** → **Connect**
44
- 2. Run **Codex CLI** and enter:
45
- ```
46
- Tell me what's currently selected in Roblox Studio
47
- ```
48
-
49
- ## Troubleshooting
50
-
51
- ### Server won't start
52
-
53
- Run the MCP server directly to check for errors:
54
- ```bash
55
- npx -y @weppy/roblox-mcp
56
- ```
57
-
58
- ### Connection failed
59
-
60
- - Verify the Roblox Studio plugin is in **Connected** state
61
- - Check if port 3002 is blocked by a firewall
62
-
63
- ## Reference
64
-
65
- - [Codex CLI GitHub](https://github.com/openai/codex)
66
- - [Codex MCP Official Documentation](https://developers.openai.com/codex/mcp/)
67
- - [Codex Configuration Reference](https://developers.openai.com/codex/config-reference/)
@@ -1,77 +0,0 @@
1
- # Cursor Setup
2
-
3
- How to use Roblox MCP with [Cursor](https://cursor.com/).
4
-
5
- ## Prerequisites
6
-
7
- - **Cursor** installed
8
- - **Node.js** (v18.0.0 or higher)
9
- - **Roblox Studio Plugin** installed
10
-
11
- ## Register MCP Server
12
-
13
- ### Method 1: Project Configuration
14
-
15
- Add the following to `.cursor/mcp.json` in your project:
16
-
17
- ```json
18
- {
19
- "mcpServers": {
20
- "weppy-roblox-mcp": {
21
- "command": "npx",
22
- "args": ["-y", "@weppy/roblox-mcp"]
23
- }
24
- }
25
- }
26
- ```
27
-
28
- ### Method 2: Global Configuration
29
-
30
- Add the same content to your global Cursor MCP config file.
31
-
32
- **Configuration file locations:**
33
-
34
- | Scope | Path |
35
- |-------|------|
36
- | Project | `<project>/.cursor/mcp.json` |
37
- | Global (macOS/Linux) | `~/.cursor/mcp.json` |
38
- | Global (Windows) | `%USERPROFILE%\\.cursor\\mcp.json` |
39
-
40
- > If the file already exists, merge the `weppy-roblox-mcp` entry into the existing `mcpServers` object.
41
-
42
- ### Apply Changes
43
-
44
- After editing the config, reload the Cursor window or restart the app.
45
-
46
- ## Connection Test
47
-
48
- 1. Open **Roblox Studio** → Plugins tab → **WEPPY** → **Connect**
49
- 2. In **Cursor**, enter:
50
- ```
51
- Tell me what's currently selected in Roblox Studio
52
- ```
53
-
54
- ## Troubleshooting
55
-
56
- ### MCP server not showing up
57
-
58
- - Check that the config file path is correct
59
- - Verify the JSON syntax is valid
60
- - Reload Cursor after editing the config
61
-
62
- ### Server won't start
63
-
64
- Run the MCP server directly to check for errors:
65
-
66
- ```bash
67
- npx -y @weppy/roblox-mcp
68
- ```
69
-
70
- ### Connection failed
71
-
72
- - Verify the Roblox Studio plugin is in **Connected** state
73
- - Check if port 3002 is blocked by a firewall
74
-
75
- ## Reference
76
-
77
- - [Cursor MCP Documentation](https://docs.cursor.com/context/model-context-protocol)