@chrrxs/robloxstudio-mcp-inspector 2.13.0 → 2.15.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chrrxs/robloxstudio-mcp-inspector",
3
- "version": "2.13.0",
4
- "description": "Read-only MCP Server for Roblox Studio (fork of boshyxd/robloxstudio-mcp-inspector with per-peer execute_luau fixes baked in)",
3
+ "version": "2.15.0",
4
+ "description": "Read-only MCP server for inspecting and debugging Roblox Studio from AI coding tools",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
7
7
  "bin": {
@@ -21,6 +21,7 @@ Complete your AI assistant integration with this easy-to-install Studio plugin.
21
21
  - **Windows**: Save to `%LOCALAPPDATA%/Roblox/Plugins/`
22
22
  - **macOS**: Save to `~/Documents/Roblox/Plugins/`
23
23
  - **Or use Studio**: Plugins tab > Plugins Folder > drop the file
24
+ - Keep only one MCP variant in this folder. Remove `MCPInspectorPlugin.rbxmx` if installing `MCPPlugin.rbxmx`, and remove `MCPPlugin.rbxmx` if installing the inspector variant.
24
25
 
25
26
  3. **Restart Roblox Studio** - Plugin appears automatically!
26
27