This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+13 more
Summary
AI summaryPrevent OOM on large history files by using reverse‑chunk tail scanning and auto‑trimming when exceeding 2 MB.
Full changelog
Performance
- Dramatically faster tool action execution — Switched MCP ↔ Plugin communication from polling to streaming, eliminating round-trip latency and significantly improving response throughput
Stability
- Hardened connection management — Streaming-based transport replaces polling with a real-time bidirectional channel, reducing dropped connections and improving reconnect resilience
Bug Fixes
- Prevent OOM on large history files — Tool history and sync changelog reads now use reverse-chunk tail scanning instead of loading the full file into memory, preventing out-of-memory crashes on long-running sessions
- Auto-trim history files — History files are now automatically trimmed when they exceed 2 MB, keeping disk usage bounded without manual cleanup
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.
Related context
Beta — feedback welcome: [email protected]