Skip to content

hope1026/weppy-roblox-mcp

v2.3.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 2mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai ai-agents antigravity claude claude-code codex
+13 more
cursor game-development gemini luau mcp mcp-server model-context-protocol plugin roblox roblox-plugin roblox-studio typescript weppy-roblox-mcp

Summary

AI summary

Prevent 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

Track hope1026/weppy-roblox-mcp

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]