@weppy/roblox-mcp 2.9.1 → 2.9.2
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 +7 -0
- package/README.md +1 -1
- package/dist/index.js +62 -62
- package/package.json +1 -1
- package/roblox-plugin/WeppyRobloxMCP.rbxm +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,13 @@ All notable changes to this project will be documented in this file.
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
+
|
|
16
|
+
## [2.9.2] - 2026-06-23
|
|
17
|
+
|
|
18
|
+
### Stability
|
|
19
|
+
|
|
20
|
+
- **Stability improvements** — WEPPY can now verify MCP launches with an additional anonymous operations check, helping us spot release-health gaps sooner while keeping Studio workflows unchanged. No setup changes are required.
|
|
21
|
+
|
|
15
22
|
## [2.9.1] - 2026-06-21
|
|
16
23
|
|
|
17
24
|
### Stability
|
package/README.md
CHANGED
|
@@ -211,7 +211,7 @@ For app setup details, open the web docs hub and choose the relevant AI client g
|
|
|
211
211
|
|
|
212
212
|
## Privacy & Telemetry
|
|
213
213
|
|
|
214
|
-
WEPPY uses Google Analytics 4 Measurement Protocol telemetry to understand product usage, reliability, platform coverage, and feature adoption. Telemetry can be disabled by setting `ENABLE_TELEMETRY=false` or `ENABLE_TELEMETRY=0` in the MCP server environment.
|
|
214
|
+
WEPPY uses Google Analytics 4 Measurement Protocol telemetry and a best-effort anonymous operations device observation to understand product usage, reliability, platform coverage, and feature adoption. Telemetry can be disabled by setting `ENABLE_TELEMETRY=false` or `ENABLE_TELEMETRY=0` in the MCP server environment.
|
|
215
215
|
|
|
216
216
|
WEPPY does not collect your name, email address, raw license key, local file paths, script source, or Roblox project contents through telemetry.
|
|
217
217
|
|