@weppy/roblox-mcp 2.7.16 → 2.7.18

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/CHANGELOG.md CHANGED
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
 
6
6
 
7
7
 
8
+
9
+
10
+ ## [2.7.18] - 2026-06-08
11
+
12
+ ### Stability
13
+
14
+ - **Clearer sync disk-error troubleshooting** — When Project Sync cannot start because the local sync folder cannot be written, WEPPY now keeps the underlying disk or permission message in the Studio error details and server logs instead of only showing `Disk error`. This makes support logs more actionable without changing the sync workflow.
15
+
16
+ ## [2.7.17] - 2026-06-07
17
+
18
+ ### Bug Fixes
19
+
20
+ - **More reliable Codex Play testing controls** — Fixes an intermittent issue where starting or stopping Play tests from Codex could miss the active Roblox Studio play session, leaving `play` or `stop` commands stuck until retried.
21
+
8
22
  ## [2.7.16] - 2026-06-05
9
23
 
10
24
  ### Bug Fixes