This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+13 more
ReleasePort's take
Light signalPlaytest controls have been relocated to the Studio actions API. The Play Stop workflow now completes without requiring retries due to multiple plugin connections.
Why it matters: Moving Playtest controls under `manage_studio` APIs centralizes control logic, and eliminating retry requirements for stopping a Playtest improves reliability in version v2.8.1.
Summary
AI summaryPlaytest controls moved to manage_studio APIs and stopping a Playtest no longer requires retries.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Playtest controls moved under Studio actions API Playtest controls moved under Studio actions API Source: llm_adapter@2026-06-15 Confidence: high |
— |
| Bugfix | Medium |
Fixes Play Stop requiring retry due to multiple plugin connections Fixes Play Stop requiring retry due to multiple plugin connections Source: llm_adapter@2026-06-15 Confidence: low |
— |
Full changelog
Features
- Playtest controls now live under Studio actions — AI agents and direct MCP users should use
manage_studio.play_start,manage_studio.play_stop,manage_studio.play_pause,manage_studio.play_resume,manage_studio.play_status, andmanage_studio.run_testfor Playtest workflows. The oldersystem_infoPlaytest aliases are no longer the documented path, keepingsystem_infofocused on read-only status and diagnostics.
Bug Fixes
- Fix Play Stop cases that required a retry — Stopping a Playtest now handles cases where Roblox Studio creates multiple plugin connections after Play starts. WEPPY no longer relies on only one connection for Stop, and cleanup checks the Playtest status when it needs confirmation that Studio returned to Edit mode. This reduces cases where the AI asks Studio to stop but the test keeps running until you retry.
Breaking Changes
- Removed `system_info` Playtest aliases; use new `manage_studio.*` APIs instead.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About hope1026/weppy-roblox-mcp
MCP server and plugin that lets AI agents (Claude Code, Cursor, Codex, Gemini) directly control a live Roblox Studio session — create scripts, instances, terrain, lighting, and assets via natural language. 21 tools, 140+ actions, bidirectional sync, and automated playtest.
Beta — feedback welcome: [email protected]