@chrrxs/robloxstudio-mcp-inspector 2.21.0 → 2.22.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrrxs/robloxstudio-mcp-inspector",
3
- "version": "2.21.0",
3
+ "version": "2.22.0",
4
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",
@@ -1413,9 +1413,9 @@ local function computeBridgeStamp()
1413
1413
  for i = 1, #combined do
1414
1414
  h = (h * 33 + (string.byte(combined, i))) % 2147483647
1415
1415
  end
1416
- -- "2.21.0" is replaced with the package version at package time
1416
+ -- "2.22.0" is replaced with the package version at package time
1417
1417
  -- (scripts/build-plugin.mjs injectVersion), so a release bump also restamps.
1418
- return `{tostring(h)}-2.21.0`
1418
+ return `{tostring(h)}-2.22.0`
1419
1419
  end
1420
1420
  local BRIDGE_STAMP = computeBridgeStamp()
1421
1421
  local function setSource(scriptInst, source)
@@ -10745,7 +10745,7 @@ return {
10745
10745
  <Properties>
10746
10746
  <string name="Name">State</string>
10747
10747
  <string name="Source"><![CDATA[-- Compiled with roblox-ts v3.0.0
10748
- local CURRENT_VERSION = "2.21.0"
10748
+ local CURRENT_VERSION = "2.22.0"
10749
10749
  local PLUGIN_VARIANT = "inspector"
10750
10750
  local BASE_PORT = 58741
10751
10751
  local function createConnection(port)
@@ -1413,9 +1413,9 @@ local function computeBridgeStamp()
1413
1413
  for i = 1, #combined do
1414
1414
  h = (h * 33 + (string.byte(combined, i))) % 2147483647
1415
1415
  end
1416
- -- "2.21.0" is replaced with the package version at package time
1416
+ -- "2.22.0" is replaced with the package version at package time
1417
1417
  -- (scripts/build-plugin.mjs injectVersion), so a release bump also restamps.
1418
- return `{tostring(h)}-2.21.0`
1418
+ return `{tostring(h)}-2.22.0`
1419
1419
  end
1420
1420
  local BRIDGE_STAMP = computeBridgeStamp()
1421
1421
  local function setSource(scriptInst, source)
@@ -10745,7 +10745,7 @@ return {
10745
10745
  <Properties>
10746
10746
  <string name="Name">State</string>
10747
10747
  <string name="Source"><![CDATA[-- Compiled with roblox-ts v3.0.0
10748
- local CURRENT_VERSION = "2.21.0"
10748
+ local CURRENT_VERSION = "2.22.0"
10749
10749
  local PLUGIN_VARIANT = "main"
10750
10750
  local BASE_PORT = 58741
10751
10751
  local function createConnection(port)