ue-mcp 1.0.55 → 1.0.56

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.
@@ -26,6 +26,6 @@
26
26
  "statetree": 35,
27
27
  "plugins": 2
28
28
  },
29
- "generatedAt": "2026-05-27T01:01:29.188Z",
30
- "version": "1.0.55"
29
+ "generatedAt": "2026-05-27T03:47:19.737Z",
30
+ "version": "1.0.56"
31
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ue-mcp",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "description": "Unreal Engine MCP server - 21 tools, 527+ actions for AI-driven editor control",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -6,6 +6,8 @@ public class UE_MCP_Bridge : ModuleRules
6
6
  {
7
7
  PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs;
8
8
 
9
+ PublicIncludePaths.Add(System.IO.Path.Combine(ModuleDirectory, "Private"));
10
+
9
11
  PublicDependencyModuleNames.AddRange(
10
12
  new string[]
11
13
  {