@weppy/roblox-mcp 2.7.8 → 2.7.9
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 +8 -0
- package/README.md +8 -2
- package/dist/index.js +70 -70
- package/package.json +1 -1
- package/roblox-plugin/WeppyRobloxMCP.rbxm +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,14 @@ All notable changes to this project will be documented in this file.
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
+
|
|
14
|
+
## [2.7.9] - 2026-05-17
|
|
15
|
+
|
|
16
|
+
### Stability
|
|
17
|
+
|
|
18
|
+
- **Clearer failure diagnostics for AI tool calls** — WEPPY now records more precise low-cardinality diagnostics when Roblox Studio commands time out or fail inside workspace state sync and script editing. This helps support and future fixes identify whether failures came from queue delays, Studio connection state, script edit input, or a specific workspace sync stage, without exposing script source or raw Studio paths.
|
|
19
|
+
- **More resilient workspace state sync reporting** — Workspace state sync now labels failures by stage, so a problem while reading scripts, viewport metadata, tree data, or change history no longer collapses into a generic runtime error. Existing workflows and tool behavior are unchanged.
|
|
20
|
+
|
|
13
21
|
## [2.7.8] - 2026-05-16
|
|
14
22
|
|
|
15
23
|
### Features
|
package/README.md
CHANGED
|
@@ -177,6 +177,14 @@ Detailed guides and app-specific setup now live on the web.
|
|
|
177
177
|
|
|
178
178
|
For app setup details, open the web docs hub and choose the relevant AI client guide.
|
|
179
179
|
|
|
180
|
+
## Privacy & Telemetry
|
|
181
|
+
|
|
182
|
+
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.
|
|
183
|
+
|
|
184
|
+
WEPPY does not collect your name, email address, raw license key, local file paths, script source, or Roblox project contents through telemetry.
|
|
185
|
+
|
|
186
|
+
See [PRIVACY.md](PRIVACY.md) for the full telemetry notice.
|
|
187
|
+
|
|
180
188
|
## FAQ
|
|
181
189
|
|
|
182
190
|
### How do I connect Claude Code to Roblox Studio?
|
|
@@ -218,6 +226,4 @@ Use of the Weppy name and logos is governed by [TRADEMARKS.md](TRADEMARKS.md).
|
|
|
218
226
|
|
|
219
227
|
[](https://www.npmjs.com/package/@weppy/roblox-mcp) [](https://nodejs.org/) [](https://smithery.ai/server/@hope1026/weppy-roblox-mcp)
|
|
220
228
|
|
|
221
|
-
[](https://glama.ai/mcp/servers/hope1026/roblox-mcp)
|
|
222
|
-
|
|
223
229
|
[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)
|