@weppy/roblox-mcp 2.7.15 → 2.7.16
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 +11 -0
- package/dist/index.js +41 -41
- package/package.json +1 -1
- package/roblox-plugin/WeppyRobloxMCP.rbxm +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
|
|
8
|
+
## [2.7.16] - 2026-06-05
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
- **More reliable full sync for large places** — WEPPY no longer lets the server-side sync cleanup timer expire while Studio is still actively uploading a large Workspace in chunks. This prevents full sync from stopping with errors like `Cannot read properties of null (reading 'setClassName')` during long-running project syncs.
|
|
13
|
+
|
|
14
|
+
### Stability
|
|
15
|
+
|
|
16
|
+
- **Longer wait time for full sync completion** — The Roblox Studio plugin now gives full sync completion requests more time to finish, so large temp-folder swaps, index saves, and sourcemap updates can complete without being reported as a `/sync/init` timeout.
|
|
17
|
+
|
|
7
18
|
## [2.7.15] - 2026-06-03
|
|
8
19
|
|
|
9
20
|
### Stability
|