@weppy/roblox-mcp 2.0.1 → 2.0.3

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 (90) hide show
  1. package/.claude-plugin/marketplace.json +3 -3
  2. package/CHANGELOG.md +18 -0
  3. package/COMMERCIAL-LICENSE.md +13 -0
  4. package/Dockerfile +13 -0
  5. package/LICENSE +648 -40
  6. package/README.md +31 -2
  7. package/TRADEMARKS.md +18 -0
  8. package/docs/assets/screenshots/license/license-dashboard.png +3 -0
  9. package/docs/assets/screenshots/license/license-plugin.png +3 -0
  10. package/docs/compatibility.md +1 -1
  11. package/docs/en/installation/README.md +25 -2
  12. package/docs/en/installation/ai-apps/cursor.md +77 -0
  13. package/docs/en/installation/roblox-explorer.md +5 -5
  14. package/docs/en/installation/roblox-plugin.md +1 -0
  15. package/docs/en/pro-upgrade.md +36 -12
  16. package/docs/es/README.md +29 -10
  17. package/docs/es/installation/README.md +25 -2
  18. package/docs/es/installation/ai-apps/cursor.md +77 -0
  19. package/docs/es/installation/roblox-plugin.md +1 -0
  20. package/docs/es/pro-upgrade.md +37 -13
  21. package/docs/id/README.md +29 -10
  22. package/docs/id/installation/README.md +25 -2
  23. package/docs/id/installation/ai-apps/cursor.md +77 -0
  24. package/docs/id/installation/roblox-plugin.md +1 -0
  25. package/docs/id/pro-upgrade.md +36 -12
  26. package/docs/ja/README.md +29 -10
  27. package/docs/ja/installation/README.md +25 -2
  28. package/docs/ja/installation/ai-apps/cursor.md +77 -0
  29. package/docs/ja/installation/roblox-plugin.md +1 -0
  30. package/docs/ja/pro-upgrade.md +35 -11
  31. package/docs/ko/README.md +28 -9
  32. package/docs/ko/installation/README.md +25 -2
  33. package/docs/ko/installation/ai-apps/cursor.md +77 -0
  34. package/docs/ko/installation/roblox-explorer.md +5 -5
  35. package/docs/ko/installation/roblox-plugin.md +1 -0
  36. package/docs/ko/pro-upgrade.md +35 -11
  37. package/docs/pt-br/README.md +29 -10
  38. package/docs/pt-br/installation/README.md +25 -2
  39. package/docs/pt-br/installation/ai-apps/cursor.md +77 -0
  40. package/docs/pt-br/installation/roblox-plugin.md +1 -0
  41. package/docs/pt-br/pro-upgrade.md +37 -13
  42. package/glama.json +7 -0
  43. package/install.ps1 +277 -0
  44. package/install.sh +306 -0
  45. package/llms-full.txt +92 -7
  46. package/llms.txt +13 -1
  47. package/package.json +14 -3
  48. package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +2 -2
  49. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ChangelogDetailPage-Ss9rBuou.js → ChangelogDetailPage-IgHLnaEX.js} +1 -1
  50. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ChangelogPage-Br-A5H5t.css +1 -0
  51. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ChangelogPage-Dao4jPQA.js +1 -0
  52. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConfirmModal-CvXLNYq0.js +1 -0
  53. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConfirmModal-tvPLhSO9.css +1 -0
  54. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConnectionPage-Bl7tLgL2.js +1 -0
  55. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConnectionPage-CN3LYLAT.css +1 -0
  56. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/InfoLabel-vz7vtbbV.js +1 -0
  57. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{OverviewPage-BcSHb-KS.js → OverviewPage-BDDctbAl.js} +1 -1
  58. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/PlaytestPage-C0iCoAQp.js +1 -0
  59. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/PlaytestPage-LnuHE5FL.css +1 -0
  60. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{PropertyDiff-BGBA0lal.js → PropertyDiff-CbDafceC.js} +1 -1
  61. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SettingsPage-CJs9ctOf.js +1 -0
  62. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SettingsPage-DP9OFhNb.css +1 -0
  63. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{StatusBadge-C_KxiYEt.js → StatusBadge-BMTgkxDJ.js} +1 -1
  64. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-Bf1SdHGg.css +1 -0
  65. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-BfXIBNVS.js +4 -0
  66. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{TierPromoPanel-B2hY_Iul.js → TierPromoPanel-CUrTMsXB.js} +1 -1
  67. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/TierPromoProgress-DBA-FZGE.js +1 -0
  68. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-BZZZ3FXe.css +1 -0
  69. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-O4dXhEU-.js +1 -0
  70. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-CkXvRg-O.js +69 -0
  71. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{tier-promo-config-BFJCz95t.js → tier-promo-config-B9lIKWCQ.js} +1 -1
  72. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{useLiveUptime-Gqoo4lJE.js → useLiveUptime-DXXyWm6j.js} +1 -1
  73. package/plugins/weppy-roblox-mcp/dashboard/dist/index.html +1 -1
  74. package/plugins/weppy-roblox-mcp/dist/index.js +58 -57
  75. package/plugins/weppy-roblox-mcp/roblox-plugin/WeppyRobloxMCP.rbxm +3 -0
  76. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ChangelogPage-ByQDwNhh.css +0 -1
  77. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ChangelogPage-D_OScUeF.js +0 -1
  78. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConnectionPage-C3QU6eRJ.js +0 -1
  79. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConnectionPage-CkQVyTc5.css +0 -1
  80. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/InfoLabel-Cvotfyns.js +0 -1
  81. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/PlaytestPage-CqIxk3qY.js +0 -1
  82. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/PlaytestPage-emQ5xjZz.css +0 -1
  83. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SettingsPage-D-SyrBho.js +0 -1
  84. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SettingsPage-NF_CPSvZ.css +0 -1
  85. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-BNHvpQxD.css +0 -1
  86. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-DeQjKxmi.js +0 -4
  87. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/TierPromoProgress-B9L7tJGd.js +0 -1
  88. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-CzFt06tW.js +0 -1
  89. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-cVoMPYAn.css +0 -1
  90. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-mMUjBHCe.js +0 -69
@@ -6,20 +6,20 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "Weppy Roblox MCP — MCP server that lets AI coding agents control a live Roblox Studio session with 21 tools, 140+ actions, bidirectional sync, automated playtest, and multi-place support",
9
- "version": "2.0.1"
9
+ "version": "2.0.3"
10
10
  },
11
11
  "plugins": [
12
12
  {
13
13
  "name": "weppy-roblox-mcp",
14
14
  "source": "./plugins/weppy-roblox-mcp",
15
15
  "description": "Weppy Roblox MCP — MCP server that lets AI coding agents control a live Roblox Studio session with 21 tools, 140+ actions, bidirectional sync, automated playtest, and multi-place support",
16
- "version": "2.0.1",
16
+ "version": "2.0.3",
17
17
  "author": {
18
18
  "name": "hope1026"
19
19
  },
20
20
  "homepage": "https://github.com/hope1026/weppy-roblox-mcp",
21
21
  "repository": "https://github.com/hope1026/weppy-roblox-mcp",
22
- "license": "SEE LICENSE IN LICENSE",
22
+ "license": "AGPL-3.0",
23
23
  "keywords": [
24
24
  "mcp",
25
25
  "roblox",
package/CHANGELOG.md CHANGED
@@ -15,6 +15,24 @@ All notable changes to this project will be documented in this file.
15
15
 
16
16
 
17
17
 
18
+
19
+
20
+ ## [2.0.3] - 2026-03-24
21
+
22
+ ### Bug Fixes
23
+
24
+ - **Fix install script failures on macOS/Linux**: Resolved a path resolution bug in `install.sh` that caused the installer to fail when the Claude or Cursor config directory did not exist yet. The script now creates the config directory automatically before writing the MCP entry.
25
+
26
+
27
+ ## [2.0.2] - 2026-03-24
28
+
29
+ ### Features
30
+
31
+ - **New one-line installation method**: Install the MCP server and Roblox Studio plugin with a single command. On macOS/Linux run `curl -fsSL https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.sh | bash`, on Windows run `irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1 | iex`. The installer auto-detects the Claude/Cursor config path, injects the MCP entry, and opens the plugin install page in your browser.
32
+ - **Dashboard data clearing**: Added clear buttons to the web dashboard for connection history, tool execution history, and sync history. Each section can now be reset independently without restarting the server.
33
+ - **Plugin and MCP stability improvements**: Hardened the HTTP polling loop in the Roblox Studio plugin to recover from transient network errors without dropping the connection. The MCP server now retries failed result deliveries and surfaces timeout details in error responses for easier debugging.
34
+
35
+
18
36
  ## [2.0.1] - 2026-03-22
19
37
 
20
38
  ### Bug Fixes
@@ -0,0 +1,13 @@
1
+ # Commercial Licensing
2
+
3
+ Weppy Roblox MCP is available under the GNU Affero General Public License v3.0 in this repository.
4
+
5
+ If you need commercial terms that differ from AGPL-3.0, including closed-source distribution or custom contractual support, contact the maintainer to discuss a separate commercial license.
6
+
7
+ Contact:
8
+
9
+ - Email: `hope841026@gmail.com`
10
+ - GitHub Discussions: <https://github.com/hope1026/weppy-roblox-mcp/discussions>
11
+
12
+ No commercial rights are granted unless a separate written agreement is executed.
13
+
package/Dockerfile ADDED
@@ -0,0 +1,13 @@
1
+ FROM node:20-bookworm-slim
2
+
3
+ WORKDIR /app
4
+
5
+ COPY package.json ./package.json
6
+ COPY LICENSE ./LICENSE
7
+ COPY README.md ./README.md
8
+ COPY plugins/weppy-roblox-mcp/dist ./plugins/weppy-roblox-mcp/dist
9
+
10
+ ENV NODE_ENV=production
11
+
12
+ CMD ["node", "plugins/weppy-roblox-mcp/dist/index.js"]
13
+