@weppy/roblox-mcp 1.5.4 → 2.0.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.
Files changed (119) hide show
  1. package/.claude-plugin/marketplace.json +6 -6
  2. package/.github/ISSUE_TEMPLATE/bug_report.yml +2 -2
  3. package/.github/ISSUE_TEMPLATE/install_help.yml +3 -3
  4. package/CHANGELOG.md +35 -1
  5. package/CODE_OF_CONDUCT.md +1 -1
  6. package/CONTRIBUTING.md +3 -3
  7. package/README.md +35 -18
  8. package/SECURITY.md +1 -1
  9. package/SUPPORT.md +2 -2
  10. package/docs/assets/screenshots/dashboard/dashboard_changelog1.png +3 -0
  11. package/docs/assets/screenshots/dashboard/dashboard_changelog2.png +3 -0
  12. package/docs/assets/screenshots/dashboard/dashboard_connection.png +3 -0
  13. package/docs/assets/screenshots/dashboard/dashboard_overview.png +3 -0
  14. package/docs/assets/screenshots/dashboard/dashboard_playtest.png +3 -0
  15. package/docs/assets/screenshots/dashboard/dashboard_sync.png +3 -0
  16. package/docs/assets/screenshots/dashboard/dashboard_tools.png +3 -0
  17. package/docs/en/dashboard/changelog.md +114 -0
  18. package/docs/en/dashboard/connection.md +77 -0
  19. package/docs/en/dashboard/overview.md +95 -0
  20. package/docs/en/dashboard/playtest.md +61 -0
  21. package/docs/en/dashboard/settings.md +67 -0
  22. package/docs/en/dashboard/sync.md +75 -0
  23. package/docs/en/dashboard/tools.md +69 -0
  24. package/docs/en/installation/ai-apps/claude-code.md +1 -1
  25. package/docs/en/installation/roblox-explorer.md +2 -2
  26. package/docs/en/installation/roblox-plugin.md +1 -1
  27. package/docs/en/pro-upgrade.md +1 -1
  28. package/docs/es/README.md +18 -5
  29. package/docs/es/dashboard/changelog.md +114 -0
  30. package/docs/es/dashboard/connection.md +77 -0
  31. package/docs/es/dashboard/overview.md +95 -0
  32. package/docs/es/dashboard/playtest.md +61 -0
  33. package/docs/es/dashboard/settings.md +67 -0
  34. package/docs/es/dashboard/sync.md +75 -0
  35. package/docs/es/dashboard/tools.md +69 -0
  36. package/docs/es/installation/ai-apps/claude-code.md +1 -1
  37. package/docs/es/installation/roblox-plugin.md +1 -1
  38. package/docs/es/pro-upgrade.md +1 -1
  39. package/docs/id/README.md +18 -5
  40. package/docs/id/dashboard/changelog.md +114 -0
  41. package/docs/id/dashboard/connection.md +77 -0
  42. package/docs/id/dashboard/overview.md +95 -0
  43. package/docs/id/dashboard/playtest.md +61 -0
  44. package/docs/id/dashboard/settings.md +67 -0
  45. package/docs/id/dashboard/sync.md +75 -0
  46. package/docs/id/dashboard/tools.md +69 -0
  47. package/docs/id/installation/ai-apps/claude-code.md +1 -1
  48. package/docs/id/installation/roblox-plugin.md +1 -1
  49. package/docs/id/pro-upgrade.md +1 -1
  50. package/docs/ja/README.md +18 -5
  51. package/docs/ja/dashboard/changelog.md +114 -0
  52. package/docs/ja/dashboard/connection.md +77 -0
  53. package/docs/ja/dashboard/overview.md +95 -0
  54. package/docs/ja/dashboard/playtest.md +61 -0
  55. package/docs/ja/dashboard/settings.md +67 -0
  56. package/docs/ja/dashboard/sync.md +75 -0
  57. package/docs/ja/dashboard/tools.md +69 -0
  58. package/docs/ja/installation/ai-apps/claude-code.md +1 -1
  59. package/docs/ja/installation/roblox-plugin.md +1 -1
  60. package/docs/ja/pro-upgrade.md +1 -1
  61. package/docs/ko/README.md +18 -5
  62. package/docs/ko/dashboard/changelog.md +114 -0
  63. package/docs/ko/dashboard/connection.md +77 -0
  64. package/docs/ko/dashboard/overview.md +95 -0
  65. package/docs/ko/dashboard/playtest.md +61 -0
  66. package/docs/ko/dashboard/settings.md +67 -0
  67. package/docs/ko/dashboard/sync.md +75 -0
  68. package/docs/ko/dashboard/tools.md +69 -0
  69. package/docs/ko/installation/ai-apps/claude-code.md +1 -1
  70. package/docs/ko/installation/roblox-explorer.md +2 -2
  71. package/docs/ko/installation/roblox-plugin.md +1 -1
  72. package/docs/ko/pro-upgrade.md +1 -1
  73. package/docs/pt-br/README.md +18 -5
  74. package/docs/pt-br/dashboard/changelog.md +114 -0
  75. package/docs/pt-br/dashboard/connection.md +77 -0
  76. package/docs/pt-br/dashboard/overview.md +95 -0
  77. package/docs/pt-br/dashboard/playtest.md +61 -0
  78. package/docs/pt-br/dashboard/settings.md +67 -0
  79. package/docs/pt-br/dashboard/sync.md +75 -0
  80. package/docs/pt-br/dashboard/tools.md +69 -0
  81. package/docs/pt-br/installation/ai-apps/claude-code.md +1 -1
  82. package/docs/pt-br/installation/roblox-plugin.md +1 -1
  83. package/docs/pt-br/pro-upgrade.md +1 -1
  84. package/docs/troubleshooting.md +1 -1
  85. package/llms-full.txt +12 -10
  86. package/llms.txt +21 -18
  87. package/package.json +4 -10
  88. package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +3 -3
  89. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ChangelogDetailPage-BOp7G4Fi.js +1 -0
  90. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ChangelogDetailPage-C2oKsYGC.css +1 -0
  91. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ChangelogPage-ByQDwNhh.css +1 -0
  92. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ChangelogPage-DGhZm1j7.js +1 -0
  93. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConnectionPage-CkQVyTc5.css +1 -0
  94. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConnectionPage-DXv_C7i6.js +1 -0
  95. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/InfoLabel-CszBT8rJ.js +1 -0
  96. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/OverviewPage-CS05LsEh.css +1 -0
  97. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/OverviewPage-DS-g_EC0.js +1 -0
  98. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/PlaytestPage-C4X6-jp-.js +1 -0
  99. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/PlaytestPage-emQ5xjZz.css +1 -0
  100. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/PropertyDiff-Cbx8P1zh.css +1 -0
  101. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/PropertyDiff-qdFEmTM4.js +6 -0
  102. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SettingsPage-BtjNT-j0.js +1 -0
  103. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SettingsPage-NF_CPSvZ.css +1 -0
  104. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/StatusBadge-C2zYt5iE.css +1 -0
  105. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/StatusBadge-CC_OzjmT.js +1 -0
  106. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-BNHvpQxD.css +1 -0
  107. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-BOYoftuM.js +4 -0
  108. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/TierPromoPanel-DzFynur7.js +1 -0
  109. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/TierPromoProgress-DkpXj7Ui.js +1 -0
  110. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-CZsA-7CL.js +1 -0
  111. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-cVoMPYAn.css +1 -0
  112. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-BOVxaPTw.css +1 -0
  113. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-BYvG5KEz.js +69 -0
  114. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/tier-promo-config-CJ-J0n2q.css +1 -0
  115. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/tier-promo-config-CckH43fU.js +1 -0
  116. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/useLiveUptime-DZCw70vn.js +1 -0
  117. package/plugins/weppy-roblox-mcp/dashboard/dist/index.html +14 -0
  118. package/plugins/weppy-roblox-mcp/dist/index.js +66 -54
  119. package/smithery.yaml +1 -1
@@ -5,20 +5,20 @@
5
5
  "email": "hope841026@gmail.com"
6
6
  },
7
7
  "metadata": {
8
- "description": "Roblox MCP server and tools for AI-powered game development",
9
- "version": "1.5.4"
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.0"
10
10
  },
11
11
  "plugins": [
12
12
  {
13
13
  "name": "weppy-roblox-mcp",
14
14
  "source": "./plugins/weppy-roblox-mcp",
15
- "description": "MCP server for Roblox Studio integration - AI-powered game development with specialized agents and skills",
16
- "version": "1.5.4",
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.0",
17
17
  "author": {
18
18
  "name": "hope1026"
19
19
  },
20
- "homepage": "https://github.com/hope1026/roblox-mcp",
21
- "repository": "https://github.com/hope1026/roblox-mcp",
20
+ "homepage": "https://github.com/hope1026/weppy-roblox-mcp",
21
+ "repository": "https://github.com/hope1026/weppy-roblox-mcp",
22
22
  "license": "SEE LICENSE IN LICENSE",
23
23
  "keywords": [
24
24
  "mcp",
@@ -5,8 +5,8 @@ body:
5
5
  - type: markdown
6
6
  attributes:
7
7
  value: |
8
- Before reporting, check [Troubleshooting](https://github.com/hope1026/roblox-mcp/blob/main/docs/en/troubleshooting.md)
9
- and [Discussions](https://github.com/hope1026/roblox-mcp/discussions).
8
+ Before reporting, check [Troubleshooting](https://github.com/hope1026/weppy-roblox-mcp/blob/main/docs/en/troubleshooting.md)
9
+ and [Discussions](https://github.com/hope1026/weppy-roblox-mcp/discussions).
10
10
  - type: input
11
11
  id: os
12
12
  attributes:
@@ -5,9 +5,9 @@ body:
5
5
  - type: markdown
6
6
  attributes:
7
7
  value: |
8
- **First:** check the [Installation Guide](https://github.com/hope1026/roblox-mcp/blob/main/docs/en/installation/README.md)
9
- and [Troubleshooting](https://github.com/hope1026/roblox-mcp/blob/main/docs/en/troubleshooting.md).
10
- For general questions, use [Discussions](https://github.com/hope1026/roblox-mcp/discussions) instead.
8
+ **First:** check the [Installation Guide](https://github.com/hope1026/weppy-roblox-mcp/blob/main/docs/en/installation/README.md)
9
+ and [Troubleshooting](https://github.com/hope1026/weppy-roblox-mcp/blob/main/docs/en/troubleshooting.md).
10
+ For general questions, use [Discussions](https://github.com/hope1026/weppy-roblox-mcp/discussions) instead.
11
11
  - type: dropdown
12
12
  id: ai-client
13
13
  attributes:
package/CHANGELOG.md CHANGED
@@ -12,6 +12,40 @@ All notable changes to this project will be documented in this file.
12
12
 
13
13
 
14
14
 
15
+
16
+
17
+ ## [2.0.0] - 2026-03-22
18
+
19
+ ### BREAKING CHANGES
20
+
21
+ - **ZIP users**: Package directory structure has changed. You must re-run `setup-mcp.sh` (or `setup-mcp.bat`). The MCP server path in `.mcp.json` has moved from `mcp-server/index.js` to `plugins/weppy-roblox-mcp/dist/index.js`.
22
+
23
+ ### Highlights
24
+
25
+ - **Built-in Dashboard**: The MCP server now includes an embedded dashboard. Access it at `http://127.0.0.1:3002/dashboard` — no extra setup required for npm or ZIP installs.
26
+ - **Unified deploy structure**: npm, ZIP, and local dev environments all share the same `plugins/weppy-roblox-mcp/dist/index.js` runtime layout.
27
+
28
+ ### Features
29
+
30
+ - Built-in dashboard with 7 pages: Overview, Connection, Tools, Sync, Changelog, Playtest, Settings
31
+ - Multi-language support (en, ko) with auto-detection
32
+ - Real-time SSE updates for connection status and license changes
33
+ - Unified tool and sync changelog extraction
34
+ - Sync apply modes (auto/manual per content type)
35
+
36
+ ### Bug Fixes
37
+
38
+ - Unified MCP server path across all setup scripts and guides (6 languages)
39
+ - Tooltip clipping at viewport edges
40
+
41
+
42
+ ## [1.5.5] - 2026-03-16
43
+
44
+ ### Improved
45
+
46
+ - Enhanced overall stability and reliability
47
+
48
+
15
49
  ## [1.5.4] - 2026-03-16
16
50
 
17
51
  ### Improved
@@ -340,4 +374,4 @@ First public release of Roblox MCP - AI-powered Roblox Studio integration.
340
374
  - **Secure by design** - Localhost only, no external network access
341
375
  - **Basic tier included** - Essential tools, free forever
342
376
 
343
- [0.1.0]: https://github.com/hope1026/roblox-mcp/releases/tag/v0.1.0
377
+ [0.1.0]: https://github.com/hope1026/weppy-roblox-mcp/releases/tag/v0.1.0
@@ -22,7 +22,7 @@ Examples of unacceptable behavior:
22
22
 
23
23
  ## Enforcement
24
24
 
25
- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting the maintainer via [GitHub Discussions](https://github.com/hope1026/roblox-mcp/discussions). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate.
25
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting the maintainer via [GitHub Discussions](https://github.com/hope1026/weppy-roblox-mcp/discussions). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate.
26
26
 
27
27
  ## Attribution
28
28
 
package/CONTRIBUTING.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## Bug Reports
4
4
 
5
- Use the [Bug Report issue template](https://github.com/hope1026/roblox-mcp/issues/new?template=bug_report.yml).
5
+ Use the [Bug Report issue template](https://github.com/hope1026/weppy-roblox-mcp/issues/new?template=bug_report.yml).
6
6
 
7
7
  Include:
8
8
  - OS and Node.js version (`node --version`)
@@ -14,11 +14,11 @@ Include:
14
14
 
15
15
  ## Feature Requests
16
16
 
17
- Use the [Feature Request template](https://github.com/hope1026/roblox-mcp/issues/new?template=feature_request.yml).
17
+ Use the [Feature Request template](https://github.com/hope1026/weppy-roblox-mcp/issues/new?template=feature_request.yml).
18
18
 
19
19
  ## Questions & Install Help
20
20
 
21
- Use [GitHub Discussions](https://github.com/hope1026/roblox-mcp/discussions) — not Issues — for questions and install help.
21
+ Use [GitHub Discussions](https://github.com/hope1026/weppy-roblox-mcp/discussions) — not Issues — for questions and install help.
22
22
 
23
23
  ## Pull Requests
24
24
 
package/README.md CHANGED
@@ -1,18 +1,18 @@
1
- # Roblox MCP
1
+ # Roblox MCP — MCP Server for Roblox Studio | AI Game Development with Claude, Codex, Cursor & Gemini
2
2
 
3
- > The MCP server that connects AI coding agents to Roblox Studio — control scripts, terrain, assets, lighting, audio, and animations via natural language.
3
+ > **Weppy Roblox MCP** 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.
4
+
5
+ **21 consolidated tools · 140+ actions · Bidirectional sync · Automated playtest · Multi-place support**
4
6
 
5
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)
6
8
 
7
- [![Demo](https://img.youtube.com/vi/3jrUpBbZPaw/maxresdefault.jpg)](https://youtu.be/3jrUpBbZPaw)
9
+ [![Demo — AI building a Roblox game in real time](https://img.youtube.com/vi/3jrUpBbZPaw/maxresdefault.jpg)](https://youtu.be/3jrUpBbZPaw)
8
10
 
9
- ## The Problem
11
+ ## Why Weppy Roblox MCP?
10
12
 
11
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.
12
14
 
13
- ## The Solution
14
-
15
- Roblox MCP provides a real-time bridge between AI agents and the Roblox Studio DataModel. It exposes the full Roblox API surface as executable MCP tools, so AI can **directly create, read, modify, and delete** instances, scripts, properties, terrain, and more — inside a live Studio session.
15
+ **Weppy Roblox MCP** provides a real-time bridge between AI agents and the Roblox Studio DataModel. It exposes the full Roblox API surface as executable MCP tools, so AI can **directly create, read, modify, and delete** instances, scripts, properties, terrain, and more — inside a live Studio session.
16
16
 
17
17
  This is not just code generation. It is **executable, production-oriented actions** running directly in Studio.
18
18
 
@@ -75,7 +75,17 @@ AI can control Roblox Studio playtests directly. It can start and stop Play (F5)
75
75
  - "Write a test that verifies the SpawnLocation is above the ground and run it."
76
76
  - "Validate that the script I just changed runs without errors in playtest."
77
77
 
78
- ### 4) Roblox Explorer: Browse Studio hierarchy in VSCode
78
+ ### 4) Dashboard: Monitor AI work in real time
79
+
80
+ The MCP server provides a web dashboard where you can check connection status, tool execution history, sync state, and game change logs in real time.
81
+
82
+ ![Dashboard Overview — Server status, recent changes, and session summary](docs/assets/screenshots/dashboard/dashboard_overview.png)
83
+
84
+ - Server/Plugin/Agent connection status at a glance
85
+ - Compare every change the AI made via Before & After in Changelog
86
+ - Analyze workflow with tool execution history and statistics
87
+
88
+ ### 5) Roblox Explorer: Browse Studio hierarchy in VSCode
79
89
 
80
90
  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.
81
91
 
@@ -105,6 +115,7 @@ View the full instance tree of your Roblox Studio place directly inside VSCode.
105
115
  - [Installation Guide](docs/en/installation/README.md)
106
116
  - [Tools Reference](docs/en/tools/overview.md)
107
117
  - [Sync Deep Dive](docs/en/sync/overview.md)
118
+ - [Dashboard Guide](docs/en/dashboard/overview.md)
108
119
  - [Roblox Explorer (VSCode Extension)](docs/en/installation/roblox-explorer.md)
109
120
  - [Compatibility](docs/compatibility.md)
110
121
  - [Troubleshooting](docs/troubleshooting.md)
@@ -120,19 +131,25 @@ View the full instance tree of your Roblox Studio place directly inside VSCode.
120
131
 
121
132
  ## FAQ
122
133
 
123
- **How do I let Claude edit my Roblox scripts?**
124
- Install the Roblox Studio plugin, then register the MCP server (`npx -y @weppy/roblox-mcp`) in Claude Code or Claude Desktop. Claude can then directly read and write scripts inside Studio.
134
+ ### How do I connect Claude Code to Roblox Studio?
135
+ 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).
125
136
 
126
- **Can AI build Roblox games with this?**
127
- 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.
137
+ ### How do I use Codex CLI with Roblox Studio?
138
+ Install the plugin, then add the MCP server config to Codex CLI. See [Codex CLI Setup](docs/en/installation/ai-apps/codex-cli.md).
128
139
 
129
- **Does it work with Cursor / Codex / Gemini?**
140
+ ### Does Roblox MCP work with Cursor?
130
141
  Yes. Any MCP-compatible AI client works. Setup guides are provided for Claude Code, Claude Desktop, Cursor, Codex CLI, Codex Desktop, Gemini CLI, and Antigravity.
131
142
 
132
- **What is the difference between Basic and Pro?**
133
- Basic 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](docs/en/pro-upgrade.md).
143
+ ### Can AI build Roblox games with this?
144
+ 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.
145
+
146
+ ### What is the difference between Basic and Pro?
147
+ 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](docs/en/pro-upgrade.md).
148
+
149
+ ### How is Weppy different from other Roblox MCP servers?
150
+ Weppy uses 21 consolidated tools with action-based dispatching (140+ actions) 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.
134
151
 
135
- **Is it safe? Can AI break my game?**
152
+ ### Is it safe? Can AI break my game?
136
153
  The server runs on localhost only (127.0.0.1:3002). Forbidden paths (CoreGui, CorePackages) are blocked. Rate limiting (450 req/min) and 30-second timeouts prevent runaway operations. All changes are trackable via sync history.
137
154
 
138
155
  ## Pro Upgrade
@@ -143,6 +160,6 @@ Bidirectional Sync, advanced build capabilities, and AI token efficiency — all
143
160
 
144
161
  ---
145
162
 
146
- [![npm version](https://img.shields.io/npm/v/@weppy/roblox-mcp)](https://www.npmjs.com/package/@weppy/roblox-mcp) [![Node.js](https://img.shields.io/badge/node-%3E%3D18-brightgreen)](https://nodejs.org/) [![Smithery](https://smithery.ai/badge/@hope1026/roblox-mcp)](https://smithery.ai/server/@hope1026/roblox-mcp)
163
+ [![npm version](https://img.shields.io/npm/v/@weppy/roblox-mcp)](https://www.npmjs.com/package/@weppy/roblox-mcp) [![Node.js](https://img.shields.io/badge/node-%3E%3D18-brightgreen)](https://nodejs.org/) [![Smithery](https://smithery.ai/badge/@hope1026/weppy-roblox-mcp)](https://smithery.ai/server/@hope1026/weppy-roblox-mcp)
147
164
 
148
- [GitHub Issues](https://github.com/hope1026/roblox-mcp/issues) · [Discussions](https://github.com/hope1026/roblox-mcp/discussions) · [npm](https://www.npmjs.com/package/@weppy/roblox-mcp)
165
+ [GitHub Issues](https://github.com/hope1026/weppy-roblox-mcp/issues) · [Discussions](https://github.com/hope1026/weppy-roblox-mcp/discussions) · [npm](https://www.npmjs.com/package/@weppy/roblox-mcp)
package/SECURITY.md CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  Do **not** open a public GitHub issue for security vulnerabilities.
13
13
 
14
- Report security issues via [GitHub Issues](https://github.com/hope1026/roblox-mcp/issues/new) with the title prefixed `[SECURITY]`, or contact the maintainer via [GitHub Discussions](https://github.com/hope1026/roblox-mcp/discussions).
14
+ Report security issues via [GitHub Issues](https://github.com/hope1026/weppy-roblox-mcp/issues/new) with the title prefixed `[SECURITY]`, or contact the maintainer via [GitHub Discussions](https://github.com/hope1026/weppy-roblox-mcp/discussions).
15
15
 
16
16
  We will respond within 72 hours and aim to release a fix within 14 days for confirmed vulnerabilities.
17
17
 
package/SUPPORT.md CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  ## Community Help
13
13
 
14
- For questions and install issues, use [GitHub Discussions](https://github.com/hope1026/roblox-mcp/discussions).
14
+ For questions and install issues, use [GitHub Discussions](https://github.com/hope1026/weppy-roblox-mcp/discussions).
15
15
 
16
16
  Please include:
17
17
  - Your OS and Node.js version
@@ -20,7 +20,7 @@ Please include:
20
20
 
21
21
  ## Bug Reports
22
22
 
23
- For confirmed bugs, open an [Issue](https://github.com/hope1026/roblox-mcp/issues/new?template=bug_report.yml).
23
+ For confirmed bugs, open an [Issue](https://github.com/hope1026/weppy-roblox-mcp/issues/new?template=bug_report.yml).
24
24
 
25
25
  ## Pro Users
26
26
 
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aa4fe8a80c84f198bdc1a32440d4e71b7a24e3d00cdb999c723d8de49eca4a6
3
+ size 279777
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a19e2000a06772d6ec33de7b4f1782381800b00275f1258efd8976d48a906704
3
+ size 326045
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ab62ef32bca0454bdf0aeab1e961ff2848a439e89c7f5a49df4b8cb8d92eeeb
3
+ size 245143
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fcccaac444b8cbe9b4b1c3f7be6763a094dbe3f5770e9c3b05b2cd245e6c2f0
3
+ size 269366
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2563c8b9311301a0267b38496819fc6ab6d89fb34e54555551d239417a49650
3
+ size 178898
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:337ae2adbf483467a3db0fe34f8273ce0af7af6d810616a59e148234b6fd8518
3
+ size 344763
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd94291f99183c550df181ae383e13d9214a6bd0170a5ced35ea1ce21c3946e7
3
+ size 405201
@@ -0,0 +1,114 @@
1
+ # Changelog
2
+
3
+ > Records every change the AI performs in Roblox Studio on a per-session basis, providing change summaries, timelines, and Before & After comparisons.
4
+
5
+ ![Changelog — Per-session change card list](../../assets/screenshots/dashboard/dashboard_changelog1.png)
6
+
7
+ ## Overview
8
+
9
+ The Changelog page tracks the history of game changes made by the AI agent in Studio. Changes are grouped by session, making it easy to see what kinds of changes occurred and how many in each session at a glance.
10
+
11
+ ## Session Card List
12
+
13
+ The Changelog's main view shows a list of cards organized by session.
14
+
15
+ ### Session Status
16
+
17
+ Each session card displays a status:
18
+
19
+ | Status | Meaning |
20
+ |--------|---------|
21
+ | **Active** | Currently in-progress session (updates in real time) |
22
+ | **Completed** | Finished session |
23
+ | **Bootstrap** | Initial sync session |
24
+
25
+ ### Session Summary
26
+
27
+ Each card includes a summary of change counts by category:
28
+
29
+ - Script — Number of scripts created/modified
30
+ - Instance — Number of instances created/deleted/moved
31
+ - Property — Number of property changes
32
+ - Lighting — Number of lighting/environment changes
33
+ - Terrain — Number of terrain changes
34
+ - Asset — Number of assets inserted
35
+
36
+ ### Filter Tabs
37
+
38
+ Use the tabs at the top to filter sessions:
39
+ - **All** — All sessions
40
+ - **Active** — In-progress sessions only
41
+ - **Completed** — Finished sessions only
42
+
43
+ ## Session Detail View
44
+
45
+ Click a session card to enter the detail view.
46
+
47
+ ![Changelog Detail View — Change summary, timeline, Before & After](../../assets/screenshots/dashboard/dashboard_changelog2.png)
48
+
49
+ ### Change Summary
50
+
51
+ Visualizes the session's changes as 6 category cards:
52
+
53
+ | Category | Icon | Description |
54
+ |----------|------|-------------|
55
+ | Scripts | Script | Number of scripts created/modified |
56
+ | Instances | Instance | Number of instances created/deleted/moved |
57
+ | Properties | Property | Number of property changes |
58
+ | Lighting | Lighting | Number of lighting/environment changes |
59
+ | Terrain | Terrain | Number of terrain changes |
60
+ | Assets | Asset | Number of assets inserted |
61
+
62
+ ### Change Timeline
63
+
64
+ Lists all changes within the session in chronological order.
65
+
66
+ - Each item shows a timestamp, change category tag, and target path
67
+ - Use the **Category** dropdown to filter by a specific category
68
+ - Click an item to expand the Before & After comparison view
69
+
70
+ ### Before & After
71
+
72
+ Compares data before and after a change. Different levels of detail are provided depending on the change type:
73
+
74
+ | Confidence | Meaning | Example |
75
+ |------------|---------|---------|
76
+ | **exact** | Both before and after values are precisely recorded | Property changes, script modifications |
77
+ | **partial** | Only some information is recorded | Compound changes |
78
+ | **after-only** | Only the after value exists | New instance creation |
79
+ | **intent-only** | Only the intent is recorded | Deletions, etc. |
80
+
81
+ ## Use Cases
82
+
83
+ ### Verifying Work
84
+
85
+ ```
86
+ "I want to check which scripts the AI just modified"
87
+ ```
88
+
89
+ Filter the Active session by the Script category in Changelog to see the list of modified scripts and compare before/after code.
90
+
91
+ ### Tracking Changes
92
+
93
+ ```
94
+ "I want to review how Lighting was configured in yesterday's session"
95
+ ```
96
+
97
+ Find the session in the Completed tab and filter by the Lighting category to view the change history and setting values.
98
+
99
+ ### Debugging Issues
100
+
101
+ ```
102
+ "I need to find when a specific instance was deleted"
103
+ ```
104
+
105
+ Filter the timeline by the Instance category and trace delete-type changes chronologically.
106
+
107
+ ## Related Documents
108
+
109
+ - [Dashboard Overview](overview.md)
110
+ - [Connection](connection.md)
111
+ - [Sync](sync.md)
112
+ - [Playtest](playtest.md)
113
+ - [Tools](tools.md)
114
+ - [Settings](settings.md)
@@ -0,0 +1,77 @@
1
+ # Connection
2
+
3
+ > Monitor the connection status of the server, AI agents, and plugins all in one place.
4
+
5
+ ![Connection — Server status, AI agents, and plugin connection info](../../assets/screenshots/dashboard/dashboard_connection.png)
6
+
7
+ ## Overview
8
+
9
+ The Connection page lets you monitor all connection states of the MCP system in one place. It is accessible whenever the server is connected (L1 or above).
10
+
11
+ ## Server Status
12
+
13
+ Displays key server information:
14
+
15
+ | Field | Description |
16
+ |-------|-------------|
17
+ | Status | Connection status badge (Online/Offline) |
18
+ | Version | MCP server version |
19
+ | PID | Server process ID |
20
+ | Uptime | Server uptime |
21
+ | Session ID | Current session identifier |
22
+ | Exec Path | Server executable path |
23
+
24
+ ## AI Agents
25
+
26
+ Displays a table of currently connected AI agents:
27
+
28
+ | Column | Description |
29
+ |--------|-------------|
30
+ | Name | Agent name (e.g., Claude Code) |
31
+ | PID | Agent process ID |
32
+ | Working Dir | Agent working directory |
33
+ | Connected | Time since connection |
34
+
35
+ All agents are listed when multiple are connected simultaneously.
36
+
37
+ ## Plugins
38
+
39
+ Displays a list of connected Roblox Studio plugins:
40
+
41
+ | Column | Description |
42
+ |--------|-------------|
43
+ | Place | Place name |
44
+ | Client ID | Plugin client identifier |
45
+ | Last Seen | Time of last communication |
46
+ | Version | Plugin version |
47
+
48
+ ## Connection Log
49
+
50
+ Displays connection-related events in real time. Agent/plugin connect/disconnect events are automatically appended via SSE.
51
+
52
+ ## Use Cases
53
+
54
+ ### Diagnosing Connection Issues
55
+
56
+ ```
57
+ "It seems like the AI isn't connecting to Studio"
58
+ ```
59
+
60
+ Check whether Server Status is Online and whether a plugin appears in the Plugins table. You can trace connect/disconnect events in the Connection Log.
61
+
62
+ ### Checking Agents
63
+
64
+ ```
65
+ "I want to see which AI is currently connected"
66
+ ```
67
+
68
+ Check the name, PID, and working directory of connected agents in the AI Agents table.
69
+
70
+ ## Related Documents
71
+
72
+ - [Dashboard Overview](overview.md)
73
+ - [Changelog](changelog.md)
74
+ - [Sync](sync.md)
75
+ - [Playtest](playtest.md)
76
+ - [Tools](tools.md)
77
+ - [Settings](settings.md)
@@ -0,0 +1,95 @@
1
+ # Dashboard
2
+
3
+ > Monitor and manage the MCP server's status, connections, sync state, tool execution history, and game change log in real time from your web browser.
4
+
5
+ ![Dashboard Overview — Server status, recent changes, and session summary at a glance](../../assets/screenshots/dashboard/dashboard_overview.png)
6
+
7
+ ## What Is the Dashboard?
8
+
9
+ The dashboard is a web-based monitoring interface provided by the MCP server. It opens automatically in your browser when the MCP server starts, letting you track every action the AI agent performs in Roblox Studio in real time.
10
+
11
+ - Visually monitor status without digging through terminal logs
12
+ - Track what the AI changed in Studio via the change history
13
+ - View sync status, connection state, and tool execution statistics in one place
14
+
15
+ ## Pages
16
+
17
+ | Page | Description | Detailed Guide |
18
+ |------|-------------|----------------|
19
+ | [Overview](#overview) | Server/Plugin/Agent/Sync status cards, recent changes feed | This document |
20
+ | [Changelog](changelog.md) | Game change history — per-session cards, change summary, timeline, Before & After | [Detailed Guide](changelog.md) |
21
+ | [Connection](connection.md) | Server status, AI agent list, plugin connection info | [Detailed Guide](connection.md) |
22
+ | [Sync](sync.md) | Sync status, direction settings, logs | [Detailed Guide](sync.md) |
23
+ | [Playtest](playtest.md) | Playtest status, test history | [Detailed Guide](playtest.md) |
24
+ | [Tools](tools.md) | Tool execution history, statistics, tier distribution | [Detailed Guide](tools.md) |
25
+ | [Settings](settings.md) | License, log level, sync settings, language | [Detailed Guide](settings.md) |
26
+
27
+ ## How to Access
28
+
29
+ The dashboard opens automatically in your browser when the MCP server starts. To access it manually:
30
+
31
+ ```
32
+ http://localhost:3002
33
+ ```
34
+
35
+ > Set `DASHBOARD_AUTO_OPEN=false` to disable automatic opening (see the [Settings](settings.md) page).
36
+
37
+ ## Connection Levels
38
+
39
+ The features available in the dashboard depend on the connection state:
40
+
41
+ | Level | Condition | Available Pages |
42
+ |:-----:|-----------|-----------------|
43
+ | **L0** | Server not connected | Only the reconnection waiting screen is displayed |
44
+ | **L1** | Server connected, plugin not connected | Connection, Tools, Settings |
45
+ | **L2** | Both server and plugin connected | All pages |
46
+
47
+ When the plugin is not connected (L1), the Overview, Changelog, Sync, and Playtest pages are inaccessible.
48
+
49
+ ## Overview
50
+
51
+ The Overview page is the dashboard's home screen, providing a quick look at the entire system status.
52
+
53
+ ### Status Cards
54
+
55
+ | Card | Information Displayed |
56
+ |------|-----------------------|
57
+ | **Server** | Server connection state (Online/Offline) |
58
+ | **Plugin** | Plugin connection state, Place info |
59
+ | **Agent** | Currently connected AI agent name |
60
+ | **Sync** | Sync state (Idle/Syncing/Error) |
61
+
62
+ ### Recent Game Changes
63
+
64
+ Displays the most recent changes performed by the AI in Studio in real time (up to 20 items). Each item is shown with a change category icon, and clicking it navigates to the detailed view in [Changelog](changelog.md).
65
+
66
+ Category icons:
67
+ - Script — Script creation/modification
68
+ - Instance — Instance creation/deletion/movement
69
+ - Property — Property changes
70
+ - Lighting — Lighting/environment settings
71
+ - Terrain — Terrain changes
72
+ - Asset — Asset insertion
73
+
74
+ ### Session Change Summary
75
+
76
+ Aggregates the current session's change statistics by category (e.g., "4 scripts · 3 properties").
77
+
78
+ ## Real-Time Updates
79
+
80
+ The dashboard uses SSE (Server-Sent Events) to update data in real time:
81
+
82
+ - Server status: polled every 5 seconds
83
+ - Change feed, connection events: SSE real-time streaming
84
+ - On SSE disconnection: automatic reconnection after 3 seconds
85
+
86
+ ## Related Documents
87
+
88
+ - [Changelog](changelog.md) — Game change history tracking
89
+ - [Connection](connection.md) — Server/Agent/Plugin connection status
90
+ - [Sync](sync.md) — Sync status monitoring
91
+ - [Playtest](playtest.md) — Playtest history
92
+ - [Tools](tools.md) — Tool execution history/statistics
93
+ - [Settings](settings.md) — License, server settings, language
94
+ - [Full Tool Reference](../tools/overview.md)
95
+ - [Sync Deep Dive](../sync/overview.md)
@@ -0,0 +1,61 @@
1
+ # Playtest
2
+
3
+ > View the status and test results of playtests run by the AI.
4
+
5
+ ![Playtest — Playtest status and test history](../../assets/screenshots/dashboard/dashboard_playtest.png)
6
+
7
+ ## Overview
8
+
9
+ The Playtest page shows the status and test results of playtests run by the AI. It is accessible only when the plugin is connected (L2).
10
+
11
+ ## Playtest Status
12
+
13
+ Displays the current playtest state:
14
+
15
+ | Status | Meaning |
16
+ |--------|---------|
17
+ | **NotRunning** | Playtest not running |
18
+ | **Running** | Playtest in progress |
19
+ | **Paused** | Playtest paused (Run mode) |
20
+
21
+ ## Test History
22
+
23
+ Lists the results of tests executed by the AI via the `run_test` action in chronological order:
24
+
25
+ | Field | Description |
26
+ |-------|-------------|
27
+ | Timestamp | Test execution time |
28
+ | Test Report | Link to the test report |
29
+ | Mode | Execution mode (play/run) |
30
+ | Duration | Test duration |
31
+ | Status | Result (Passed/Failed) |
32
+
33
+ Click a test report to view the detailed report in markdown format along with logs.
34
+
35
+ ## Use Cases
36
+
37
+ ### Analyzing Test Failures
38
+
39
+ ```
40
+ "I want to find out why the automated test I just ran failed"
41
+ ```
42
+
43
+ Find the test with a Failed status in Test History and click the Test Report to view detailed logs and the failure cause.
44
+
45
+ ### Reviewing Test History
46
+
47
+ ```
48
+ "I want to see the pass/fail results of today's tests"
49
+ ```
50
+
51
+ Check the timestamps and Status in Test History to track test result trends.
52
+
53
+ ## Related Documents
54
+
55
+ - [Dashboard Overview](overview.md)
56
+ - [Changelog](changelog.md)
57
+ - [Connection](connection.md)
58
+ - [Sync](sync.md)
59
+ - [Tools](tools.md)
60
+ - [Settings](settings.md)
61
+ - [Playtest & Automated Tests (Tools)](../tools/playtest.md)