@weppy/roblox-mcp 1.5.5 → 2.0.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.
- package/.claude-plugin/marketplace.json +2 -2
- package/CHANGELOG.md +35 -0
- package/README.md +12 -1
- package/docs/assets/screenshots/dashboard/dashboard_changelog1.png +3 -0
- package/docs/assets/screenshots/dashboard/dashboard_changelog2.png +3 -0
- package/docs/assets/screenshots/dashboard/dashboard_connection.png +3 -0
- package/docs/assets/screenshots/dashboard/dashboard_overview.png +3 -0
- package/docs/assets/screenshots/dashboard/dashboard_playtest.png +3 -0
- package/docs/assets/screenshots/dashboard/dashboard_sync.png +3 -0
- package/docs/assets/screenshots/dashboard/dashboard_tools.png +3 -0
- package/docs/en/dashboard/changelog.md +114 -0
- package/docs/en/dashboard/connection.md +77 -0
- package/docs/en/dashboard/overview.md +95 -0
- package/docs/en/dashboard/playtest.md +61 -0
- package/docs/en/dashboard/settings.md +67 -0
- package/docs/en/dashboard/sync.md +75 -0
- package/docs/en/dashboard/tools.md +69 -0
- package/docs/es/README.md +12 -1
- package/docs/es/dashboard/changelog.md +114 -0
- package/docs/es/dashboard/connection.md +77 -0
- package/docs/es/dashboard/overview.md +95 -0
- package/docs/es/dashboard/playtest.md +61 -0
- package/docs/es/dashboard/settings.md +67 -0
- package/docs/es/dashboard/sync.md +75 -0
- package/docs/es/dashboard/tools.md +69 -0
- package/docs/id/README.md +12 -1
- package/docs/id/dashboard/changelog.md +114 -0
- package/docs/id/dashboard/connection.md +77 -0
- package/docs/id/dashboard/overview.md +95 -0
- package/docs/id/dashboard/playtest.md +61 -0
- package/docs/id/dashboard/settings.md +67 -0
- package/docs/id/dashboard/sync.md +75 -0
- package/docs/id/dashboard/tools.md +69 -0
- package/docs/ja/README.md +12 -1
- package/docs/ja/dashboard/changelog.md +114 -0
- package/docs/ja/dashboard/connection.md +77 -0
- package/docs/ja/dashboard/overview.md +95 -0
- package/docs/ja/dashboard/playtest.md +61 -0
- package/docs/ja/dashboard/settings.md +67 -0
- package/docs/ja/dashboard/sync.md +75 -0
- package/docs/ja/dashboard/tools.md +69 -0
- package/docs/ko/README.md +12 -1
- package/docs/ko/dashboard/changelog.md +114 -0
- package/docs/ko/dashboard/connection.md +77 -0
- package/docs/ko/dashboard/overview.md +95 -0
- package/docs/ko/dashboard/playtest.md +61 -0
- package/docs/ko/dashboard/settings.md +67 -0
- package/docs/ko/dashboard/sync.md +75 -0
- package/docs/ko/dashboard/tools.md +69 -0
- package/docs/pt-br/README.md +12 -1
- package/docs/pt-br/dashboard/changelog.md +114 -0
- package/docs/pt-br/dashboard/connection.md +77 -0
- package/docs/pt-br/dashboard/overview.md +95 -0
- package/docs/pt-br/dashboard/playtest.md +61 -0
- package/docs/pt-br/dashboard/settings.md +67 -0
- package/docs/pt-br/dashboard/sync.md +75 -0
- package/docs/pt-br/dashboard/tools.md +69 -0
- package/package.json +1 -7
- package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ChangelogDetailPage-C2oKsYGC.css +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ChangelogDetailPage-Ss9rBuou.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ChangelogPage-ByQDwNhh.css +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ChangelogPage-D_OScUeF.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConnectionPage-C3QU6eRJ.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConnectionPage-CkQVyTc5.css +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/InfoLabel-Cvotfyns.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/OverviewPage-BcSHb-KS.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/OverviewPage-CS05LsEh.css +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/PlaytestPage-CqIxk3qY.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/PlaytestPage-emQ5xjZz.css +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/PropertyDiff-BGBA0lal.js +6 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/PropertyDiff-Cbx8P1zh.css +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SettingsPage-D-SyrBho.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SettingsPage-NF_CPSvZ.css +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/StatusBadge-C2zYt5iE.css +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/StatusBadge-C_KxiYEt.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-BNHvpQxD.css +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-DeQjKxmi.js +4 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/TierPromoPanel-B2hY_Iul.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/TierPromoProgress-B9L7tJGd.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-CzFt06tW.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-cVoMPYAn.css +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-BOVxaPTw.css +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-mMUjBHCe.js +69 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/tier-promo-config-BFJCz95t.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/tier-promo-config-CJ-J0n2q.css +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/useLiveUptime-Gqoo4lJE.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/index.html +14 -0
- package/plugins/weppy-roblox-mcp/dist/index.js +66 -54
|
@@ -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": "
|
|
9
|
+
"version": "2.0.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": "
|
|
16
|
+
"version": "2.0.1",
|
|
17
17
|
"author": {
|
|
18
18
|
"name": "hope1026"
|
|
19
19
|
},
|
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,41 @@ All notable changes to this project will be documented in this file.
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
## [2.0.1] - 2026-03-22
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- Fix setup scripts (`setup-mcp.sh`, `setup-mcp.bat`) failing to resolve MCP server path on Windows and macOS
|
|
23
|
+
- Fix project sync directory path resolution when multiple MCP instances share the same workspace
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## [2.0.0] - 2026-03-22
|
|
27
|
+
|
|
28
|
+
### BREAKING CHANGES
|
|
29
|
+
|
|
30
|
+
- **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`.
|
|
31
|
+
|
|
32
|
+
### Highlights
|
|
33
|
+
|
|
34
|
+
- **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.
|
|
35
|
+
- **Unified deploy structure**: npm, ZIP, and local dev environments all share the same `plugins/weppy-roblox-mcp/dist/index.js` runtime layout.
|
|
36
|
+
|
|
37
|
+
### Features
|
|
38
|
+
|
|
39
|
+
- Built-in dashboard with 7 pages: Overview, Connection, Tools, Sync, Changelog, Playtest, Settings
|
|
40
|
+
- Multi-language support (en, ko) with auto-detection
|
|
41
|
+
- Real-time SSE updates for connection status and license changes
|
|
42
|
+
- Unified tool and sync changelog extraction
|
|
43
|
+
- Sync apply modes (auto/manual per content type)
|
|
44
|
+
|
|
45
|
+
### Bug Fixes
|
|
46
|
+
|
|
47
|
+
- Unified MCP server path across all setup scripts and guides (6 languages)
|
|
48
|
+
- Tooltip clipping at viewport edges
|
|
49
|
+
|
|
50
|
+
|
|
16
51
|
## [1.5.5] - 2026-03-16
|
|
17
52
|
|
|
18
53
|
### Improved
|
package/README.md
CHANGED
|
@@ -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)
|
|
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
|
+

|
|
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)
|
|
@@ -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
|
+

|
|
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
|
+

|
|
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
|
+

|
|
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
|
+

|
|
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
|
+

|
|
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)
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
# Settings
|
|
2
|
+
|
|
3
|
+
> View and manage license information, server settings, sync settings, and language.
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
|
|
7
|
+
The Settings page lets you view license information and server settings, and modify some of them. It is accessible whenever the server is connected (L1 or above).
|
|
8
|
+
|
|
9
|
+
## License (Read-Only)
|
|
10
|
+
|
|
11
|
+
Displays the current license status:
|
|
12
|
+
|
|
13
|
+
| Field | Description |
|
|
14
|
+
|-------|-------------|
|
|
15
|
+
| Status | Status badge (Active/Inactive) |
|
|
16
|
+
| Tier | Current tier (Basic/Pro) |
|
|
17
|
+
| License Key | Masked license key |
|
|
18
|
+
| Provider | License provider information |
|
|
19
|
+
|
|
20
|
+
## General
|
|
21
|
+
|
|
22
|
+
| Setting | Description |
|
|
23
|
+
|---------|-------------|
|
|
24
|
+
| Log Level | Log output level |
|
|
25
|
+
| History Recording | Whether tool execution history is saved |
|
|
26
|
+
| Stats Collection | Whether tool statistics are collected |
|
|
27
|
+
| Request Timeout | Request timeout (seconds) |
|
|
28
|
+
|
|
29
|
+
## Server Environment (Read-Only)
|
|
30
|
+
|
|
31
|
+
Displays server settings configured via environment variables:
|
|
32
|
+
|
|
33
|
+
| Environment Variable | Description | Default |
|
|
34
|
+
|---------------------|-------------|---------|
|
|
35
|
+
| `HTTP_PORT` | HTTP port | 3002 |
|
|
36
|
+
| `HTTP_HOST` | HTTP host | 127.0.0.1 |
|
|
37
|
+
| `DASHBOARD_AUTO_OPEN` | Auto-open dashboard | true |
|
|
38
|
+
|
|
39
|
+
## Sync Settings
|
|
40
|
+
|
|
41
|
+
| Setting | Description |
|
|
42
|
+
|---------|-------------|
|
|
43
|
+
| Max Depth | Maximum sync depth |
|
|
44
|
+
| Max Instances | Maximum number of synced instances |
|
|
45
|
+
|
|
46
|
+
## Language
|
|
47
|
+
|
|
48
|
+
Change the dashboard UI language. 6 languages + Auto (automatic browser language detection) are supported.
|
|
49
|
+
|
|
50
|
+
| Option | Language |
|
|
51
|
+
|--------|----------|
|
|
52
|
+
| Auto | Automatic browser language detection |
|
|
53
|
+
| English | English |
|
|
54
|
+
| 한국어 | Korean |
|
|
55
|
+
| 日本語 | Japanese |
|
|
56
|
+
| Español | Spanish |
|
|
57
|
+
| Português | Portuguese |
|
|
58
|
+
| Bahasa Indonesia | Indonesian |
|
|
59
|
+
|
|
60
|
+
## Related Documents
|
|
61
|
+
|
|
62
|
+
- [Dashboard Overview](overview.md)
|
|
63
|
+
- [Changelog](changelog.md)
|
|
64
|
+
- [Connection](connection.md)
|
|
65
|
+
- [Sync](sync.md)
|
|
66
|
+
- [Playtest](playtest.md)
|
|
67
|
+
- [Tools](tools.md)
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
# Sync
|
|
2
|
+
|
|
3
|
+
> Monitor the current status, direction settings, and logs for Studio <-> local file synchronization.
|
|
4
|
+
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
> For a detailed guide on the Sync feature itself, see the [Sync Deep Dive](../sync/overview.md).
|
|
8
|
+
|
|
9
|
+
## Overview
|
|
10
|
+
|
|
11
|
+
The Sync page provides a visual overview of the current state and settings for Studio <-> local file synchronization. It is accessible only when the plugin is connected (L2).
|
|
12
|
+
|
|
13
|
+
## Sync Status
|
|
14
|
+
|
|
15
|
+
Displays the current sync state:
|
|
16
|
+
|
|
17
|
+
| Status | Meaning |
|
|
18
|
+
|--------|---------|
|
|
19
|
+
| **Idle** | Waiting for sync |
|
|
20
|
+
| **Initializing** | Initial sync in progress |
|
|
21
|
+
| **Syncing** | Incremental sync in progress |
|
|
22
|
+
| **Error** | Sync error occurred |
|
|
23
|
+
|
|
24
|
+
The status card also shows the sync path, number of synced instances, and the current apply mode (Auto/Manual).
|
|
25
|
+
|
|
26
|
+
## Sync Directions
|
|
27
|
+
|
|
28
|
+
Shows sync directions by type in a table:
|
|
29
|
+
|
|
30
|
+
| Column | Description |
|
|
31
|
+
|--------|-------------|
|
|
32
|
+
| Type | Sync target type (Scripts, Values, Instances, Data, Services) |
|
|
33
|
+
| Direction | Sync direction (Local -> Studio, Studio -> Local) |
|
|
34
|
+
| Apply Mode | Apply mode (Auto/Manual) |
|
|
35
|
+
|
|
36
|
+
Check each type's sync direction to understand which changes are reflected in which direction.
|
|
37
|
+
|
|
38
|
+
## Sync Config
|
|
39
|
+
|
|
40
|
+
Displays sync configuration values:
|
|
41
|
+
- Max Depth — Maximum sync depth
|
|
42
|
+
- Max Instances — Maximum number of synced instances
|
|
43
|
+
- Interval — Sync interval
|
|
44
|
+
|
|
45
|
+
## Sync Log
|
|
46
|
+
|
|
47
|
+
Displays sync events in chronological order. Each log entry includes a change type tag (create, update, delete, etc.) and the target path.
|
|
48
|
+
|
|
49
|
+
## Use Cases
|
|
50
|
+
|
|
51
|
+
### Checking Sync Status
|
|
52
|
+
|
|
53
|
+
```
|
|
54
|
+
"I want to verify that Sync is working properly"
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
Confirm that Sync Status is Idle and check the Sync Log to verify that recent changes were recorded normally.
|
|
58
|
+
|
|
59
|
+
### Understanding Sync Direction
|
|
60
|
+
|
|
61
|
+
```
|
|
62
|
+
"I want to know which direction script changes are synced"
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
Check the Direction for the Scripts type in the Sync Directions table.
|
|
66
|
+
|
|
67
|
+
## Related Documents
|
|
68
|
+
|
|
69
|
+
- [Dashboard Overview](overview.md)
|
|
70
|
+
- [Changelog](changelog.md)
|
|
71
|
+
- [Connection](connection.md)
|
|
72
|
+
- [Playtest](playtest.md)
|
|
73
|
+
- [Tools](tools.md)
|
|
74
|
+
- [Settings](settings.md)
|
|
75
|
+
- [Sync Deep Dive](../sync/overview.md)
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
# Tools
|
|
2
|
+
|
|
3
|
+
> View the execution history and statistics of MCP tools run by the AI.
|
|
4
|
+
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
## Overview
|
|
8
|
+
|
|
9
|
+
The Tools page provides the execution history and statistics of MCP tools run by the AI. It consists of two sub-tabs: **History** and **Statistics**. It is accessible whenever the server is connected (L1 or above).
|
|
10
|
+
|
|
11
|
+
## History Tab
|
|
12
|
+
|
|
13
|
+
Shows tool execution records in a chronological table:
|
|
14
|
+
|
|
15
|
+
| Column | Description |
|
|
16
|
+
|--------|-------------|
|
|
17
|
+
| Time | Execution time |
|
|
18
|
+
| Tool.Action | Executed tool and action (e.g., `query_instances.get_instance`) |
|
|
19
|
+
| Duration | Execution duration |
|
|
20
|
+
| Status | Result status (OK/Error) |
|
|
21
|
+
| Tier | Tier used (Basic/Pro) |
|
|
22
|
+
|
|
23
|
+
Features:
|
|
24
|
+
- **Tool filter** dropdown to show only a specific tool
|
|
25
|
+
- Pagination for browsing large volumes of records
|
|
26
|
+
- New execution records are added in real time
|
|
27
|
+
|
|
28
|
+
## Statistics Tab
|
|
29
|
+
|
|
30
|
+
Provides visual analysis of tool usage statistics:
|
|
31
|
+
|
|
32
|
+
- **Tier distribution** — Basic/Pro tool usage ratio
|
|
33
|
+
- **Per-tool statistics** — Call count and average response time for each tool
|
|
34
|
+
- **Per-action breakdown** — Detailed statistics for each action within a tool
|
|
35
|
+
|
|
36
|
+
## Basic Tier-Exclusive Features
|
|
37
|
+
|
|
38
|
+
Additional UI is displayed for Basic tier users:
|
|
39
|
+
|
|
40
|
+
- **Tier Usage Progress** — Usage progress bar
|
|
41
|
+
- **Basic vs Pro comparison modal** — Information about additional Pro tier features
|
|
42
|
+
|
|
43
|
+
## Use Cases
|
|
44
|
+
|
|
45
|
+
### Analyzing Tool Performance
|
|
46
|
+
|
|
47
|
+
```
|
|
48
|
+
"I want to know which tool takes the longest"
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
Check the average response time per tool in the Statistics tab.
|
|
52
|
+
|
|
53
|
+
### Tracking Errors
|
|
54
|
+
|
|
55
|
+
```
|
|
56
|
+
"I want to find out why the tool I just ran failed"
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
Find items with an Error status in the History tab to view detailed information.
|
|
60
|
+
|
|
61
|
+
## Related Documents
|
|
62
|
+
|
|
63
|
+
- [Dashboard Overview](overview.md)
|
|
64
|
+
- [Changelog](changelog.md)
|
|
65
|
+
- [Connection](connection.md)
|
|
66
|
+
- [Sync](sync.md)
|
|
67
|
+
- [Playtest](playtest.md)
|
|
68
|
+
- [Settings](settings.md)
|
|
69
|
+
- [Full Tool Reference](../tools/overview.md)
|