This repository was archived by the owner on Apr 3, 2026. It is now read-only.
Releases: Roblox/studio-rust-mcp-server
Releases · Roblox/studio-rust-mcp-server
Release list
Product discontinued
Warning
This MCP Server is no longer being actively developed
We’ve shifted ongoing engineering investment to the built-in MCP Server included with Roblox Studio, which we recommend as the best way to connect external AI tools going forward.
This server’s source code and previous releases will remain available here for reference and existing workflows.
v0.2.365
Warning
This MCP Server is no longer being actively developed
We’ve shifted ongoing engineering investment to the built-in MCP Server included with Roblox Studio, which we recommend as the best way to connect external AI tools going forward.
v0.2.363
v0.2.361
Always call stop play in run_script_in_play_mode tool (#92) Always call stop play in run_script_in_play_mode tool. Steer away from run_script_in_play_mode unless for one time unit test
v0.2.359
Support MCP Tool Error Response, refactor the Tool dispatcher (#91) Fixed the issue that: Previously it always return success, with result = "Error: ", It does not really return the MCP Error Result Object.
v0.2.356
Update run_script_in_play_mode description, Fix the issue if enter pl…
v0.2.354
v0.2.342
Fixing claude config location (#82)
v0.2.340
Update start_stop_play tool description to not enter play_server mode…