unreal-engine-mcp-server 0.5.3 → 0.5.5

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.
Files changed (480) hide show
  1. package/CHANGELOG.md +66 -0
  2. package/dist/automation/bridge.d.ts +1 -0
  3. package/dist/automation/bridge.d.ts.map +1 -0
  4. package/dist/automation/bridge.js +62 -4
  5. package/dist/automation/bridge.js.map +1 -0
  6. package/dist/automation/connection-manager.d.ts.map +1 -0
  7. package/dist/automation/connection-manager.js.map +1 -0
  8. package/dist/automation/handshake.d.ts.map +1 -0
  9. package/dist/automation/handshake.js.map +1 -0
  10. package/dist/automation/index.d.ts.map +1 -0
  11. package/dist/automation/index.js.map +1 -0
  12. package/dist/automation/message-handler.d.ts.map +1 -0
  13. package/dist/automation/message-handler.js.map +1 -0
  14. package/dist/automation/request-tracker.d.ts.map +1 -0
  15. package/dist/automation/request-tracker.js.map +1 -0
  16. package/dist/automation/types.d.ts +1 -0
  17. package/dist/automation/types.d.ts.map +1 -0
  18. package/dist/automation/types.js.map +1 -0
  19. package/dist/cli.d.ts.map +1 -0
  20. package/dist/cli.js +4 -3
  21. package/dist/cli.js.map +1 -0
  22. package/dist/config/class-aliases.d.ts.map +1 -0
  23. package/dist/config/class-aliases.js.map +1 -0
  24. package/dist/config.d.ts.map +1 -0
  25. package/dist/config.js.map +1 -0
  26. package/dist/constants.d.ts +2 -0
  27. package/dist/constants.d.ts.map +1 -0
  28. package/dist/constants.js +2 -0
  29. package/dist/constants.js.map +1 -0
  30. package/dist/graphql/loaders.d.ts.map +1 -0
  31. package/dist/graphql/loaders.js.map +1 -0
  32. package/dist/graphql/resolvers.d.ts.map +1 -0
  33. package/dist/graphql/resolvers.js +29 -29
  34. package/dist/graphql/resolvers.js.map +1 -0
  35. package/dist/graphql/schema.d.ts.map +1 -0
  36. package/dist/graphql/schema.js.map +1 -0
  37. package/dist/graphql/server.d.ts +0 -1
  38. package/dist/graphql/server.d.ts.map +1 -0
  39. package/dist/graphql/server.js +15 -16
  40. package/dist/graphql/server.js.map +1 -0
  41. package/dist/graphql/types.d.ts.map +1 -0
  42. package/dist/graphql/types.js.map +1 -0
  43. package/dist/handlers/resource-handlers.d.ts.map +1 -0
  44. package/dist/handlers/resource-handlers.js.map +1 -0
  45. package/dist/index.d.ts +1 -0
  46. package/dist/index.d.ts.map +1 -0
  47. package/dist/index.js +64 -7
  48. package/dist/index.js.map +1 -0
  49. package/dist/resources/actors.d.ts.map +1 -0
  50. package/dist/resources/actors.js.map +1 -0
  51. package/dist/resources/assets.d.ts.map +1 -0
  52. package/dist/resources/assets.js +6 -4
  53. package/dist/resources/assets.js.map +1 -0
  54. package/dist/resources/levels.d.ts.map +1 -0
  55. package/dist/resources/levels.js.map +1 -0
  56. package/dist/server/resource-registry.d.ts.map +1 -0
  57. package/dist/server/resource-registry.js.map +1 -0
  58. package/dist/server/tool-registry.d.ts.map +1 -0
  59. package/dist/server/tool-registry.js.map +1 -0
  60. package/dist/server-setup.d.ts.map +1 -0
  61. package/dist/server-setup.js.map +1 -0
  62. package/dist/services/health-monitor.d.ts.map +1 -0
  63. package/dist/services/health-monitor.js.map +1 -0
  64. package/dist/services/metrics-server.d.ts.map +1 -0
  65. package/dist/services/metrics-server.js +3 -3
  66. package/dist/services/metrics-server.js.map +1 -0
  67. package/dist/tools/actors.d.ts.map +1 -0
  68. package/dist/tools/actors.js +3 -1
  69. package/dist/tools/actors.js.map +1 -0
  70. package/dist/tools/animation.d.ts.map +1 -0
  71. package/dist/tools/animation.js +2 -2
  72. package/dist/tools/animation.js.map +1 -0
  73. package/dist/tools/assets.d.ts.map +1 -0
  74. package/dist/tools/assets.js.map +1 -0
  75. package/dist/tools/audio.d.ts.map +1 -0
  76. package/dist/tools/audio.js.map +1 -0
  77. package/dist/tools/base-tool.d.ts.map +1 -0
  78. package/dist/tools/base-tool.js.map +1 -0
  79. package/dist/tools/behavior-tree.d.ts.map +1 -0
  80. package/dist/tools/behavior-tree.js.map +1 -0
  81. package/dist/tools/blueprint.d.ts.map +1 -0
  82. package/dist/tools/blueprint.js +4 -2
  83. package/dist/tools/blueprint.js.map +1 -0
  84. package/dist/tools/consolidated-tool-definitions.d.ts.map +1 -0
  85. package/dist/tools/consolidated-tool-definitions.js.map +1 -0
  86. package/dist/tools/consolidated-tool-handlers.d.ts.map +1 -0
  87. package/dist/tools/consolidated-tool-handlers.js.map +1 -0
  88. package/dist/tools/debug.d.ts.map +1 -0
  89. package/dist/tools/debug.js +3 -1
  90. package/dist/tools/debug.js.map +1 -0
  91. package/dist/tools/dynamic-handler-registry.d.ts.map +1 -0
  92. package/dist/tools/dynamic-handler-registry.js +3 -1
  93. package/dist/tools/dynamic-handler-registry.js.map +1 -0
  94. package/dist/tools/editor.d.ts.map +1 -0
  95. package/dist/tools/editor.js +1 -1
  96. package/dist/tools/editor.js.map +1 -0
  97. package/dist/tools/engine.d.ts.map +1 -0
  98. package/dist/tools/engine.js.map +1 -0
  99. package/dist/tools/environment.d.ts.map +1 -0
  100. package/dist/tools/environment.js +2 -2
  101. package/dist/tools/environment.js.map +1 -0
  102. package/dist/tools/foliage.d.ts.map +1 -0
  103. package/dist/tools/foliage.js.map +1 -0
  104. package/dist/tools/handlers/actor-handlers.d.ts +1 -1
  105. package/dist/tools/handlers/actor-handlers.d.ts.map +1 -0
  106. package/dist/tools/handlers/actor-handlers.js +6 -5
  107. package/dist/tools/handlers/actor-handlers.js.map +1 -0
  108. package/dist/tools/handlers/animation-handlers.d.ts.map +1 -0
  109. package/dist/tools/handlers/animation-handlers.js.map +1 -0
  110. package/dist/tools/handlers/argument-helper.d.ts.map +1 -0
  111. package/dist/tools/handlers/argument-helper.js.map +1 -0
  112. package/dist/tools/handlers/asset-handlers.d.ts.map +1 -0
  113. package/dist/tools/handlers/asset-handlers.js +5 -1
  114. package/dist/tools/handlers/asset-handlers.js.map +1 -0
  115. package/dist/tools/handlers/audio-handlers.d.ts.map +1 -0
  116. package/dist/tools/handlers/audio-handlers.js.map +1 -0
  117. package/dist/tools/handlers/blueprint-handlers.d.ts.map +1 -0
  118. package/dist/tools/handlers/blueprint-handlers.js +2 -1
  119. package/dist/tools/handlers/blueprint-handlers.js.map +1 -0
  120. package/dist/tools/handlers/common-handlers.d.ts.map +1 -0
  121. package/dist/tools/handlers/common-handlers.js.map +1 -0
  122. package/dist/tools/handlers/editor-handlers.d.ts.map +1 -0
  123. package/dist/tools/handlers/editor-handlers.js +12 -2
  124. package/dist/tools/handlers/editor-handlers.js.map +1 -0
  125. package/dist/tools/handlers/effect-handlers.d.ts.map +1 -0
  126. package/dist/tools/handlers/effect-handlers.js.map +1 -0
  127. package/dist/tools/handlers/environment-handlers.d.ts.map +1 -0
  128. package/dist/tools/handlers/environment-handlers.js.map +1 -0
  129. package/dist/tools/handlers/graph-handlers.d.ts.map +1 -0
  130. package/dist/tools/handlers/graph-handlers.js +61 -1
  131. package/dist/tools/handlers/graph-handlers.js.map +1 -0
  132. package/dist/tools/handlers/input-handlers.d.ts.map +1 -0
  133. package/dist/tools/handlers/input-handlers.js.map +1 -0
  134. package/dist/tools/handlers/inspect-handlers.d.ts.map +1 -0
  135. package/dist/tools/handlers/inspect-handlers.js.map +1 -0
  136. package/dist/tools/handlers/level-handlers.d.ts.map +1 -0
  137. package/dist/tools/handlers/level-handlers.js.map +1 -0
  138. package/dist/tools/handlers/lighting-handlers.d.ts.map +1 -0
  139. package/dist/tools/handlers/lighting-handlers.js +23 -1
  140. package/dist/tools/handlers/lighting-handlers.js.map +1 -0
  141. package/dist/tools/handlers/performance-handlers.d.ts.map +1 -0
  142. package/dist/tools/handlers/performance-handlers.js +15 -2
  143. package/dist/tools/handlers/performance-handlers.js.map +1 -0
  144. package/dist/tools/handlers/pipeline-handlers.d.ts.map +1 -0
  145. package/dist/tools/handlers/pipeline-handlers.js +61 -7
  146. package/dist/tools/handlers/pipeline-handlers.js.map +1 -0
  147. package/dist/tools/handlers/sequence-handlers.d.ts.map +1 -0
  148. package/dist/tools/handlers/sequence-handlers.js.map +1 -0
  149. package/dist/tools/handlers/system-handlers.d.ts.map +1 -0
  150. package/dist/tools/handlers/system-handlers.js +16 -1
  151. package/dist/tools/handlers/system-handlers.js.map +1 -0
  152. package/dist/tools/input.d.ts.map +1 -0
  153. package/dist/tools/input.js +3 -1
  154. package/dist/tools/input.js.map +1 -0
  155. package/dist/tools/introspection.d.ts.map +1 -0
  156. package/dist/tools/introspection.js.map +1 -0
  157. package/dist/tools/landscape.d.ts.map +1 -0
  158. package/dist/tools/landscape.js +3 -1
  159. package/dist/tools/landscape.js.map +1 -0
  160. package/dist/tools/level.d.ts.map +1 -0
  161. package/dist/tools/level.js.map +1 -0
  162. package/dist/tools/lighting.d.ts.map +1 -0
  163. package/dist/tools/lighting.js +3 -1
  164. package/dist/tools/lighting.js.map +1 -0
  165. package/dist/tools/logs.d.ts.map +1 -0
  166. package/dist/tools/logs.js.map +1 -0
  167. package/dist/tools/materials.d.ts.map +1 -0
  168. package/dist/tools/materials.js +3 -1
  169. package/dist/tools/materials.js.map +1 -0
  170. package/dist/tools/niagara.d.ts.map +1 -0
  171. package/dist/tools/niagara.js +7 -5
  172. package/dist/tools/niagara.js.map +1 -0
  173. package/dist/tools/performance.d.ts.map +1 -0
  174. package/dist/tools/performance.js.map +1 -0
  175. package/dist/tools/physics.d.ts.map +1 -0
  176. package/dist/tools/physics.js +9 -7
  177. package/dist/tools/physics.js.map +1 -0
  178. package/dist/tools/property-dictionary.d.ts.map +1 -0
  179. package/dist/tools/property-dictionary.js.map +1 -0
  180. package/dist/tools/sequence.d.ts.map +1 -0
  181. package/dist/tools/sequence.js +3 -1
  182. package/dist/tools/sequence.js.map +1 -0
  183. package/dist/tools/tool-definition-utils.d.ts.map +1 -0
  184. package/dist/tools/tool-definition-utils.js.map +1 -0
  185. package/dist/tools/ui.d.ts.map +1 -0
  186. package/dist/tools/ui.js +3 -1
  187. package/dist/tools/ui.js.map +1 -0
  188. package/dist/types/automation-responses.d.ts.map +1 -0
  189. package/dist/types/automation-responses.js.map +1 -0
  190. package/dist/types/env.d.ts.map +1 -0
  191. package/dist/types/env.js.map +1 -0
  192. package/dist/types/handler-types.d.ts.map +1 -0
  193. package/dist/types/handler-types.js.map +1 -0
  194. package/dist/types/tool-interfaces.d.ts.map +1 -0
  195. package/dist/types/tool-interfaces.js.map +1 -0
  196. package/dist/types/tool-types.d.ts.map +1 -0
  197. package/dist/types/tool-types.js.map +1 -0
  198. package/dist/unreal-bridge.d.ts +1 -0
  199. package/dist/unreal-bridge.d.ts.map +1 -0
  200. package/dist/unreal-bridge.js +8 -0
  201. package/dist/unreal-bridge.js.map +1 -0
  202. package/dist/utils/command-validator.d.ts.map +1 -0
  203. package/dist/utils/command-validator.js.map +1 -0
  204. package/dist/utils/elicitation.d.ts.map +1 -0
  205. package/dist/utils/elicitation.js.map +1 -0
  206. package/dist/utils/error-handler.d.ts.map +1 -0
  207. package/dist/utils/error-handler.js.map +1 -0
  208. package/dist/utils/ini-reader.d.ts.map +1 -0
  209. package/dist/utils/ini-reader.js.map +1 -0
  210. package/dist/utils/logger.d.ts.map +1 -0
  211. package/dist/utils/logger.js.map +1 -0
  212. package/dist/utils/normalize.d.ts.map +1 -0
  213. package/dist/utils/normalize.js.map +1 -0
  214. package/dist/utils/path-security.d.ts.map +1 -0
  215. package/dist/utils/path-security.js.map +1 -0
  216. package/dist/utils/response-factory.d.ts.map +1 -0
  217. package/dist/utils/response-factory.js +3 -1
  218. package/dist/utils/response-factory.js.map +1 -0
  219. package/dist/utils/response-validator.d.ts.map +1 -0
  220. package/dist/utils/response-validator.js.map +1 -0
  221. package/dist/utils/result-helpers.d.ts.map +1 -0
  222. package/dist/utils/result-helpers.js.map +1 -0
  223. package/dist/utils/safe-json.d.ts.map +1 -0
  224. package/dist/utils/safe-json.js.map +1 -0
  225. package/dist/utils/unreal-command-queue.d.ts.map +1 -0
  226. package/dist/utils/unreal-command-queue.js.map +1 -0
  227. package/dist/utils/validation.d.ts.map +1 -0
  228. package/dist/utils/validation.js.map +1 -0
  229. package/dist/wasm/index.d.ts.map +1 -0
  230. package/dist/wasm/index.js.map +1 -0
  231. package/package.json +12 -34
  232. package/server.json +2 -2
  233. package/.dockerignore +0 -57
  234. package/.env.example +0 -26
  235. package/.env.production +0 -61
  236. package/.eslintrc.json +0 -0
  237. package/.eslintrc.override.json +0 -8
  238. package/.github/ISSUE_TEMPLATE/bug_report.yml +0 -94
  239. package/.github/ISSUE_TEMPLATE/config.yml +0 -8
  240. package/.github/ISSUE_TEMPLATE/feature_request.yml +0 -56
  241. package/.github/copilot-instructions.md +0 -478
  242. package/.github/dependabot.yml +0 -19
  243. package/.github/labeler.yml +0 -24
  244. package/.github/labels.yml +0 -70
  245. package/.github/pull_request_template.md +0 -42
  246. package/.github/release-drafter-config.yml +0 -51
  247. package/.github/workflows/auto-merge.yml +0 -38
  248. package/.github/workflows/ci.yml +0 -38
  249. package/.github/workflows/dependency-review.yml +0 -17
  250. package/.github/workflows/gemini-issue-triage.yml +0 -172
  251. package/.github/workflows/greetings.yml +0 -27
  252. package/.github/workflows/labeler.yml +0 -17
  253. package/.github/workflows/links.yml +0 -80
  254. package/.github/workflows/pr-size-labeler.yml +0 -137
  255. package/.github/workflows/publish-mcp.yml +0 -79
  256. package/.github/workflows/release-drafter.yml +0 -24
  257. package/.github/workflows/release.yml +0 -112
  258. package/.github/workflows/semantic-pull-request.yml +0 -35
  259. package/.github/workflows/smoke-test.yml +0 -36
  260. package/.github/workflows/stale.yml +0 -28
  261. package/CONTRIBUTING.md +0 -140
  262. package/Dockerfile +0 -37
  263. package/GEMINI.md +0 -115
  264. package/Public/Plugin_setup_guide.mp4 +0 -0
  265. package/Public/icon.png +0 -0
  266. package/claude_desktop_config_example.json +0 -15
  267. package/dist/types/responses.d.ts +0 -249
  268. package/dist/types/responses.js +0 -2
  269. package/docs/GraphQL-API.md +0 -888
  270. package/docs/Migration-Guide-v0.5.0.md +0 -684
  271. package/docs/Roadmap.md +0 -53
  272. package/docs/WebAssembly-Integration.md +0 -628
  273. package/docs/editor-plugin-extension.md +0 -370
  274. package/docs/handler-mapping.md +0 -249
  275. package/docs/native-automation-progress.md +0 -128
  276. package/docs/testing-guide.md +0 -423
  277. package/eslint.config.mjs +0 -68
  278. package/mcp-config-example.json +0 -14
  279. package/plugins/McpAutomationBridge/Config/FilterPlugin.ini +0 -8
  280. package/plugins/McpAutomationBridge/McpAutomationBridge.uplugin +0 -64
  281. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/McpAutomationBridge.Build.cs +0 -189
  282. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridgeGlobals.cpp +0 -22
  283. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridgeGlobals.h +0 -30
  284. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridgeHelpers.h +0 -1983
  285. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridgeModule.cpp +0 -72
  286. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridgeSettings.cpp +0 -46
  287. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridgeSubsystem.cpp +0 -846
  288. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_AnimationHandlers.cpp +0 -2393
  289. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_AssetQueryHandlers.cpp +0 -300
  290. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_AssetWorkflowHandlers.cpp +0 -2807
  291. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_AudioHandlers.cpp +0 -1087
  292. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_BehaviorTreeHandlers.cpp +0 -488
  293. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_BlueprintCreationHandlers.cpp +0 -643
  294. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_BlueprintCreationHandlers.h +0 -31
  295. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_BlueprintGraphHandlers.cpp +0 -1094
  296. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_BlueprintHandlers.cpp +0 -5750
  297. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_BlueprintHandlers_List.cpp +0 -152
  298. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_ControlHandlers.cpp +0 -2614
  299. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_DebugHandlers.cpp +0 -42
  300. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_EditorFunctionHandlers.cpp +0 -1237
  301. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_EffectHandlers.cpp +0 -1725
  302. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_EnvironmentHandlers.cpp +0 -2241
  303. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_FoliageHandlers.cpp +0 -954
  304. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_InputHandlers.cpp +0 -209
  305. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_InsightsHandlers.cpp +0 -41
  306. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_LandscapeHandlers.cpp +0 -1164
  307. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_LevelHandlers.cpp +0 -762
  308. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_LightingHandlers.cpp +0 -663
  309. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_LogHandlers.cpp +0 -136
  310. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_MaterialGraphHandlers.cpp +0 -494
  311. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_NiagaraGraphHandlers.cpp +0 -278
  312. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_NiagaraHandlers.cpp +0 -625
  313. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_PerformanceHandlers.cpp +0 -401
  314. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_PipelineHandlers.cpp +0 -67
  315. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_ProcessRequest.cpp +0 -472
  316. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_PropertyHandlers.cpp +0 -2634
  317. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_RenderHandlers.cpp +0 -189
  318. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_SCSHandlers.cpp +0 -917
  319. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_SCSHandlers.h +0 -39
  320. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_SequenceHandlers.cpp +0 -2706
  321. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_SequencerHandlers.cpp +0 -519
  322. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_TestHandlers.cpp +0 -38
  323. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_UiHandlers.cpp +0 -668
  324. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpAutomationBridge_WorldPartitionHandlers.cpp +0 -346
  325. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpBridgeWebSocket.cpp +0 -1330
  326. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpBridgeWebSocket.h +0 -149
  327. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Private/McpConnectionManager.cpp +0 -782
  328. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Public/McpAutomationBridgeSettings.h +0 -115
  329. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Public/McpAutomationBridgeSubsystem.h +0 -796
  330. package/plugins/McpAutomationBridge/Source/McpAutomationBridge/Public/McpConnectionManager.h +0 -117
  331. package/scripts/check-unreal-connection.mjs +0 -19
  332. package/scripts/clean-tmp.js +0 -23
  333. package/scripts/patch-wasm.js +0 -26
  334. package/scripts/run-all-tests.mjs +0 -136
  335. package/scripts/smoke-test.ts +0 -94
  336. package/scripts/sync-mcp-plugin.js +0 -143
  337. package/scripts/test-no-plugin-alternates.mjs +0 -113
  338. package/scripts/validate-server.js +0 -46
  339. package/scripts/verify-automation-bridge.js +0 -200
  340. package/src/automation/bridge.ts +0 -560
  341. package/src/automation/connection-manager.ts +0 -148
  342. package/src/automation/handshake.ts +0 -99
  343. package/src/automation/index.ts +0 -2
  344. package/src/automation/message-handler.ts +0 -192
  345. package/src/automation/request-tracker.ts +0 -155
  346. package/src/automation/types.ts +0 -107
  347. package/src/cli.ts +0 -34
  348. package/src/config/class-aliases.ts +0 -65
  349. package/src/config.ts +0 -73
  350. package/src/constants.ts +0 -24
  351. package/src/graphql/loaders.ts +0 -244
  352. package/src/graphql/resolvers.ts +0 -1008
  353. package/src/graphql/schema.ts +0 -452
  354. package/src/graphql/server.ts +0 -156
  355. package/src/graphql/types.ts +0 -10
  356. package/src/handlers/resource-handlers.ts +0 -186
  357. package/src/index.ts +0 -243
  358. package/src/resources/actors.ts +0 -127
  359. package/src/resources/assets.ts +0 -286
  360. package/src/resources/levels.ts +0 -68
  361. package/src/server/resource-registry.ts +0 -47
  362. package/src/server/tool-registry.ts +0 -354
  363. package/src/server-setup.ts +0 -114
  364. package/src/services/health-monitor.ts +0 -132
  365. package/src/services/metrics-server.ts +0 -176
  366. package/src/tools/actors.ts +0 -564
  367. package/src/tools/animation.ts +0 -941
  368. package/src/tools/assets.ts +0 -394
  369. package/src/tools/audio.ts +0 -499
  370. package/src/tools/base-tool.ts +0 -52
  371. package/src/tools/behavior-tree.ts +0 -45
  372. package/src/tools/blueprint.ts +0 -940
  373. package/src/tools/consolidated-tool-definitions.ts +0 -1256
  374. package/src/tools/consolidated-tool-handlers.ts +0 -302
  375. package/src/tools/debug.ts +0 -622
  376. package/src/tools/dynamic-handler-registry.ts +0 -33
  377. package/src/tools/editor.ts +0 -435
  378. package/src/tools/engine.ts +0 -43
  379. package/src/tools/environment.ts +0 -281
  380. package/src/tools/foliage.ts +0 -596
  381. package/src/tools/handlers/actor-handlers.ts +0 -244
  382. package/src/tools/handlers/animation-handlers.ts +0 -237
  383. package/src/tools/handlers/argument-helper.ts +0 -142
  384. package/src/tools/handlers/asset-handlers.ts +0 -550
  385. package/src/tools/handlers/audio-handlers.ts +0 -194
  386. package/src/tools/handlers/blueprint-handlers.ts +0 -380
  387. package/src/tools/handlers/common-handlers.ts +0 -108
  388. package/src/tools/handlers/editor-handlers.ts +0 -124
  389. package/src/tools/handlers/effect-handlers.ts +0 -224
  390. package/src/tools/handlers/environment-handlers.ts +0 -183
  391. package/src/tools/handlers/graph-handlers.ts +0 -117
  392. package/src/tools/handlers/input-handlers.ts +0 -28
  393. package/src/tools/handlers/inspect-handlers.ts +0 -450
  394. package/src/tools/handlers/level-handlers.ts +0 -253
  395. package/src/tools/handlers/lighting-handlers.ts +0 -151
  396. package/src/tools/handlers/performance-handlers.ts +0 -132
  397. package/src/tools/handlers/pipeline-handlers.ts +0 -128
  398. package/src/tools/handlers/sequence-handlers.ts +0 -438
  399. package/src/tools/handlers/system-handlers.ts +0 -564
  400. package/src/tools/input.ts +0 -160
  401. package/src/tools/introspection.ts +0 -689
  402. package/src/tools/landscape.ts +0 -649
  403. package/src/tools/level.ts +0 -989
  404. package/src/tools/lighting.ts +0 -1052
  405. package/src/tools/logs.ts +0 -219
  406. package/src/tools/materials.ts +0 -295
  407. package/src/tools/niagara.ts +0 -485
  408. package/src/tools/performance.ts +0 -661
  409. package/src/tools/physics.ts +0 -679
  410. package/src/tools/property-dictionary.ts +0 -98
  411. package/src/tools/sequence.ts +0 -385
  412. package/src/tools/tool-definition-utils.ts +0 -35
  413. package/src/tools/ui.ts +0 -452
  414. package/src/types/automation-responses.ts +0 -119
  415. package/src/types/env.ts +0 -17
  416. package/src/types/handler-types.ts +0 -442
  417. package/src/types/responses.ts +0 -355
  418. package/src/types/tool-interfaces.ts +0 -250
  419. package/src/types/tool-types.ts +0 -575
  420. package/src/unreal-bridge.ts +0 -693
  421. package/src/utils/command-validator.ts +0 -139
  422. package/src/utils/elicitation.ts +0 -132
  423. package/src/utils/error-handler.ts +0 -287
  424. package/src/utils/ini-reader.ts +0 -86
  425. package/src/utils/logger.ts +0 -35
  426. package/src/utils/normalize.test.ts +0 -162
  427. package/src/utils/normalize.ts +0 -146
  428. package/src/utils/path-security.ts +0 -43
  429. package/src/utils/response-factory.ts +0 -44
  430. package/src/utils/response-validator.ts +0 -395
  431. package/src/utils/result-helpers.ts +0 -195
  432. package/src/utils/safe-json.test.ts +0 -90
  433. package/src/utils/safe-json.ts +0 -70
  434. package/src/utils/unreal-command-queue.ts +0 -166
  435. package/src/utils/validation.test.ts +0 -184
  436. package/src/utils/validation.ts +0 -312
  437. package/src/wasm/index.ts +0 -838
  438. package/test-server.mjs +0 -100
  439. package/tests/run-unreal-tool-tests.mjs +0 -948
  440. package/tests/test-animation.mjs +0 -369
  441. package/tests/test-asset-advanced.mjs +0 -82
  442. package/tests/test-asset-errors.mjs +0 -35
  443. package/tests/test-asset-graph.mjs +0 -311
  444. package/tests/test-audio.mjs +0 -417
  445. package/tests/test-automation-timeouts.mjs +0 -98
  446. package/tests/test-behavior-tree.mjs +0 -444
  447. package/tests/test-blueprint-graph.mjs +0 -410
  448. package/tests/test-blueprint.mjs +0 -577
  449. package/tests/test-client-mode.mjs +0 -86
  450. package/tests/test-console-command.mjs +0 -56
  451. package/tests/test-control-actor.mjs +0 -425
  452. package/tests/test-control-editor.mjs +0 -112
  453. package/tests/test-graphql.mjs +0 -372
  454. package/tests/test-input.mjs +0 -349
  455. package/tests/test-inspect.mjs +0 -302
  456. package/tests/test-landscape.mjs +0 -316
  457. package/tests/test-lighting.mjs +0 -428
  458. package/tests/test-manage-asset.mjs +0 -438
  459. package/tests/test-manage-level.mjs +0 -89
  460. package/tests/test-materials.mjs +0 -356
  461. package/tests/test-niagara.mjs +0 -185
  462. package/tests/test-no-inline-python.mjs +0 -122
  463. package/tests/test-performance.mjs +0 -539
  464. package/tests/test-plugin-handshake.mjs +0 -82
  465. package/tests/test-runner.mjs +0 -933
  466. package/tests/test-sequence.mjs +0 -104
  467. package/tests/test-system.mjs +0 -96
  468. package/tests/test-wasm.mjs +0 -283
  469. package/tests/test-world-partition.mjs +0 -215
  470. package/tsconfig.json +0 -56
  471. package/vitest.config.ts +0 -35
  472. package/wasm/Cargo.lock +0 -363
  473. package/wasm/Cargo.toml +0 -42
  474. package/wasm/LICENSE +0 -21
  475. package/wasm/README.md +0 -253
  476. package/wasm/src/dependency_resolver.rs +0 -377
  477. package/wasm/src/lib.rs +0 -153
  478. package/wasm/src/property_parser.rs +0 -271
  479. package/wasm/src/transform_math.rs +0 -396
  480. package/wasm/tests/integration.rs +0 -109
@@ -1,941 +0,0 @@
1
- import { UnrealBridge } from '../unreal-bridge.js';
2
- import { AutomationBridge } from '../automation/index.js';
3
- import { cleanObject } from '../utils/safe-json.js';
4
- import { validateAssetParams } from '../utils/validation.js';
5
- import { wasmIntegration as _wasmIntegration } from '../wasm/index.js';
6
-
7
- type CreateAnimationBlueprintSuccess = {
8
- success: true;
9
- message: string;
10
- path: string;
11
- exists?: boolean;
12
- skeleton?: string;
13
- warnings?: string[];
14
- details?: string[];
15
- };
16
-
17
- type CreateAnimationBlueprintFailure = {
18
- success: false;
19
- message: string;
20
- error: string;
21
- path?: string;
22
- exists?: boolean;
23
- skeleton?: string;
24
- warnings?: string[];
25
- details?: string[];
26
- };
27
-
28
- type PlayAnimationSuccess = {
29
- success: true;
30
- message: string;
31
- warnings?: string[];
32
- details?: string[];
33
- actorName?: string;
34
- animationType?: string;
35
- assetPath?: string;
36
- };
37
-
38
- type PlayAnimationFailure = {
39
- success: false;
40
- message: string;
41
- error: string;
42
- warnings?: string[];
43
- details?: string[];
44
- availableActors?: string[];
45
- actorName?: string;
46
- animationType?: string;
47
- assetPath?: string;
48
- };
49
-
50
- export class AnimationTools {
51
- private managedArtifacts = new Map<string, {
52
- path?: string;
53
- type: string;
54
- metadata?: Record<string, unknown>;
55
- createdAt: number;
56
- }>();
57
-
58
- private automationBridge?: AutomationBridge;
59
-
60
- constructor(private bridge: UnrealBridge, automationBridge?: AutomationBridge) {
61
- this.automationBridge = automationBridge;
62
- }
63
-
64
- setAutomationBridge(automationBridge?: AutomationBridge) {
65
- this.automationBridge = automationBridge;
66
- }
67
-
68
- private trackArtifact(key: string, info: { path?: string; type: string; metadata?: Record<string, unknown> }) {
69
- this.managedArtifacts.set(key, { ...info, createdAt: Date.now() });
70
- }
71
-
72
- async createAnimationBlueprint(params: {
73
- name: string;
74
- skeletonPath: string;
75
- savePath?: string;
76
- }): Promise<CreateAnimationBlueprintSuccess | CreateAnimationBlueprintFailure> {
77
- try {
78
- const targetPath = params.savePath ?? '/Game/Animations';
79
- const validation = validateAssetParams({ name: params.name, savePath: targetPath });
80
- if (!validation.valid) {
81
- const message = validation.error ?? 'Invalid asset parameters';
82
- return { success: false, message, error: message };
83
- }
84
-
85
- const sanitized = validation.sanitized;
86
- const assetName = sanitized.name;
87
- const assetPath = sanitized.savePath ?? targetPath;
88
- const fullPath = `${assetPath}/${assetName}`;
89
-
90
- // Prefer native plugin support; surface real errors when creation fails.
91
- if (this.automationBridge && typeof this.automationBridge.sendAutomationRequest === 'function') {
92
- try {
93
- const resp = await this.automationBridge.sendAutomationRequest('create_animation_blueprint', {
94
- name: assetName,
95
- skeletonPath: params.skeletonPath,
96
- savePath: assetPath
97
- }, { timeoutMs: 60000 });
98
-
99
- const result = resp?.result ?? resp;
100
- const resultObj = result && typeof result === 'object' ? result as Record<string, unknown> : undefined;
101
- const warnings = Array.isArray(resultObj?.warnings) ? (resultObj.warnings as string[]) : undefined;
102
- const details = Array.isArray(resultObj?.details) ? (resultObj.details as string[]) : undefined;
103
- const isSuccess = resp && resp.success !== false && !!resultObj;
104
-
105
- if (isSuccess && resultObj) {
106
- const blueprintPath = typeof resultObj.blueprintPath === 'string' ? resultObj.blueprintPath : fullPath;
107
- this.trackArtifact(assetName, { path: blueprintPath, type: 'AnimationBlueprint' });
108
- return {
109
- success: true,
110
- message: resp.message || `Animation Blueprint created at ${blueprintPath}`,
111
- path: blueprintPath,
112
- skeleton: params.skeletonPath,
113
- warnings,
114
- details
115
- };
116
- }
117
-
118
- const message = typeof resp?.message === 'string'
119
- ? resp.message
120
- : (typeof resp?.error === 'string' ? resp.error : 'Animation Blueprint creation failed');
121
- const error = typeof resp?.error === 'string' ? resp.error : message;
122
-
123
- return {
124
- success: false,
125
- message,
126
- error,
127
- path: fullPath,
128
- skeleton: params.skeletonPath,
129
- warnings,
130
- details
131
- };
132
- } catch (err) {
133
- const error = String(err);
134
- return {
135
- success: false,
136
- message: `Failed to create Animation Blueprint: ${error}`,
137
- error,
138
- path: fullPath,
139
- skeleton: params.skeletonPath
140
- };
141
- }
142
- }
143
-
144
- return {
145
- success: false,
146
- message: 'Automation bridge not connected for Animation Blueprint creation',
147
- error: 'AUTOMATION_BRIDGE_UNAVAILABLE',
148
- path: fullPath,
149
- skeleton: params.skeletonPath
150
- };
151
- } catch (err) {
152
- const error = `Failed to create Animation Blueprint: ${err}`;
153
- return { success: false, message: error, error: String(err) };
154
- }
155
- }
156
-
157
- async addStateMachine(params: {
158
- blueprintPath: string;
159
- machineName: string;
160
- states: Array<{
161
- name: string;
162
- animation?: string;
163
- isEntry?: boolean;
164
- isExit?: boolean;
165
- }>;
166
- transitions?: Array<{
167
- sourceState: string;
168
- targetState: string;
169
- condition?: string;
170
- }>;
171
- }): Promise<{ success: true; message: string } | { success: false; error: string }> {
172
- try {
173
- if (!params.blueprintPath || !params.machineName) {
174
- return { success: false, error: 'blueprintPath and machineName are required' };
175
- }
176
-
177
- const commands: string[] = [
178
- `AddAnimStateMachine ${params.blueprintPath} ${params.machineName}`
179
- ];
180
-
181
- for (const state of params.states) {
182
- const animationName = state.animation ?? '';
183
- commands.push(
184
- `AddAnimState ${params.blueprintPath} ${params.machineName} ${state.name} ${animationName}`
185
- );
186
- if (state.isEntry) {
187
- commands.push(`SetAnimStateEntry ${params.blueprintPath} ${params.machineName} ${state.name}`);
188
- }
189
- if (state.isExit) {
190
- commands.push(`SetAnimStateExit ${params.blueprintPath} ${params.machineName} ${state.name}`);
191
- }
192
- }
193
-
194
- if (params.transitions) {
195
- for (const transition of params.transitions) {
196
- commands.push(
197
- `AddAnimTransition ${params.blueprintPath} ${params.machineName} ${transition.sourceState} ${transition.targetState}`
198
- );
199
- if (transition.condition) {
200
- commands.push(
201
- `SetAnimTransitionRule ${params.blueprintPath} ${params.machineName} ${transition.sourceState} ${transition.targetState} ${transition.condition}`
202
- );
203
- }
204
- }
205
- }
206
-
207
- await this.bridge.executeConsoleCommands(commands);
208
- return {
209
- success: true,
210
- message: `State machine ${params.machineName} added to ${params.blueprintPath}`
211
- };
212
- } catch (err) {
213
- return { success: false, error: `Failed to add state machine: ${err}` };
214
- }
215
- }
216
-
217
- async createStateMachine(params: {
218
- machineName?: string;
219
- states?: Array<string | { name: string; animation?: string; isEntry?: boolean; isExit?: boolean }>;
220
- transitions?: Array<{ sourceState: string; targetState: string; condition?: string }>;
221
- blueprintPath?: string;
222
- }): Promise<
223
- | {
224
- success: true;
225
- message: string;
226
- machineName: string;
227
- blueprintPath?: string;
228
- states?: Array<{ name: string; animation?: string; isEntry?: boolean; isExit?: boolean }>;
229
- transitions?: Array<{ sourceState: string; targetState: string; condition?: string }>;
230
- }
231
- | { success: false; message: string; error: string }
232
- > {
233
- try {
234
- const rawName = typeof params.machineName === 'string' ? params.machineName.trim() : '';
235
- const machineName = rawName || 'StateMachine';
236
-
237
- const normalizedStates: Array<{ name: string; animation?: string; isEntry?: boolean; isExit?: boolean }> =
238
- Array.isArray(params.states)
239
- ? params.states
240
- .map((s) => {
241
- if (typeof s === 'string') {
242
- const name = s.trim();
243
- return name ? { name } : undefined;
244
- }
245
- if (s && typeof s === 'object' && typeof (s as any).name === 'string') {
246
- const name = (s as any).name.trim();
247
- if (!name) return undefined;
248
- return s as { name: string; animation?: string; isEntry?: boolean; isExit?: boolean };
249
- }
250
- return undefined;
251
- })
252
- .filter((s): s is { name: string; animation?: string; isEntry?: boolean; isExit?: boolean } => !!s)
253
- : [];
254
-
255
- const normalizedTransitionsRaw = Array.isArray(params.transitions)
256
- ? params.transitions
257
- .map((t) => {
258
- if (!t || typeof t !== 'object') return undefined;
259
- const src = (t.sourceState || '').trim();
260
- const dst = (t.targetState || '').trim();
261
- if (!src || !dst) return undefined;
262
- return { sourceState: src, targetState: dst, condition: t.condition };
263
- })
264
- .filter((t) => !!t)
265
- : [];
266
-
267
- const normalizedTransitions = normalizedTransitionsRaw as Array<{
268
- sourceState: string;
269
- targetState: string;
270
- condition?: string;
271
- }>;
272
-
273
- const blueprintPath = typeof params.blueprintPath === 'string' && params.blueprintPath.trim().length > 0
274
- ? params.blueprintPath.trim()
275
- : undefined;
276
-
277
- const key = `StateMachine:${machineName}`;
278
- this.trackArtifact(key, {
279
- path: blueprintPath,
280
- type: 'AnimationStateMachine',
281
- metadata: {
282
- machineName,
283
- states: normalizedStates,
284
- transitions: normalizedTransitions
285
- }
286
- });
287
-
288
- return {
289
- success: true,
290
- message: `State machine '${machineName}' specification recorded`,
291
- machineName,
292
- blueprintPath,
293
- states: normalizedStates.length ? normalizedStates : undefined,
294
- transitions: normalizedTransitions.length ? normalizedTransitions : undefined
295
- };
296
- } catch (err) {
297
- const error = String(err);
298
- return {
299
- success: false,
300
- message: `Failed to record state machine specification: ${error}`,
301
- error
302
- };
303
- }
304
- }
305
-
306
- async createBlendSpace(params: {
307
- name: string;
308
- savePath?: string;
309
- dimensions?: 1 | 2;
310
- skeletonPath?: string;
311
- horizontalAxis?: { name: string; minValue: number; maxValue: number };
312
- verticalAxis?: { name: string; minValue: number; maxValue: number };
313
- samples?: Array<{ animation: string; x: number; y?: number }>;
314
- }): Promise<
315
- | { success: true; message: string; path: string; skeletonPath?: string; warnings?: string[]; details?: unknown }
316
- | { success: false; error: string }
317
- > {
318
- try {
319
- const targetPath = params.savePath ?? '/Game/Animations';
320
- const validation = validateAssetParams({ name: params.name, savePath: targetPath });
321
- if (!validation.valid) {
322
- return { success: false, error: validation.error ?? 'Invalid asset parameters' };
323
- }
324
-
325
- const sanitized = validation.sanitized;
326
- const assetName = sanitized.name;
327
- const assetPath = sanitized.savePath ?? targetPath;
328
- const dimensions = params.dimensions === 2 ? 2 : 1;
329
-
330
- if (this.automationBridge && typeof this.automationBridge.sendAutomationRequest === 'function') {
331
- try {
332
- const payload: any = {
333
- action: 'create_blend_space',
334
- name: assetName,
335
- savePath: assetPath,
336
- skeletonPath: params.skeletonPath,
337
- dimensions,
338
- samples: params.samples
339
- };
340
-
341
- if (params.horizontalAxis) {
342
- payload.minX = params.horizontalAxis.minValue;
343
- payload.maxX = params.horizontalAxis.maxValue;
344
- // gridX is not in params.horizontalAxis, maybe default or add to interface?
345
- // The C++ code defaults GridX to 3.0.
346
- }
347
-
348
- if (params.verticalAxis) {
349
- payload.minY = params.verticalAxis.minValue;
350
- payload.maxY = params.verticalAxis.maxValue;
351
- }
352
-
353
- const resp = await this.automationBridge.sendAutomationRequest('animation_physics', cleanObject(payload));
354
- const result = resp?.result ?? resp;
355
- const resultObj = result && typeof result === 'object' ? result as Record<string, unknown> : undefined;
356
- const isSuccess = resp && resp.success !== false && !!resultObj;
357
-
358
- if (isSuccess && resultObj) {
359
- const path = typeof resultObj.blendSpacePath === 'string'
360
- ? (resultObj.blendSpacePath as string)
361
- : `${assetPath}/${assetName}`;
362
- const warnings = Array.isArray(resultObj.warnings) ? (resultObj.warnings as string[]) : undefined;
363
- const details = resultObj ? resultObj.details : undefined;
364
- return {
365
- success: true,
366
- message: resp.message || `Blend Space ${assetName} created`,
367
- path,
368
- skeletonPath: params.skeletonPath,
369
- details,
370
- warnings
371
- };
372
- }
373
-
374
- const message = typeof resp?.message === 'string'
375
- ? resp.message
376
- : (typeof resp?.error === 'string' ? resp.error : 'Blend space creation failed');
377
- const error = typeof resp?.error === 'string' ? resp.error : message;
378
-
379
- return { success: false, error };
380
- } catch (err) {
381
- const error = String(err);
382
- return { success: false, error: `Failed to create blend space: ${error}` };
383
- }
384
- }
385
-
386
- return { success: false, error: 'Automation bridge not connected for createBlendSpace' };
387
- } catch (err) {
388
- return { success: false, error: `Failed to create blend space: ${err}` };
389
- }
390
- }
391
-
392
- async setupControlRig(params: {
393
- name: string;
394
- skeletonPath: string;
395
- savePath?: string;
396
- controls?: Array<{
397
- name: string;
398
- type: 'Transform' | 'Float' | 'Bool' | 'Vector';
399
- bone?: string;
400
- defaultValue?: unknown;
401
- }>;
402
- }): Promise<
403
- | { success: true; message: string; path: string; warnings?: string[]; details?: unknown }
404
- | { success: false; error: string }
405
- > {
406
- try {
407
- const targetPath = params.savePath ?? '/Game/Animations';
408
- const validation = validateAssetParams({ name: params.name, savePath: targetPath });
409
- if (!validation.valid) {
410
- return { success: false, error: validation.error ?? 'Invalid asset parameters' };
411
- }
412
-
413
- const sanitized = validation.sanitized;
414
- const assetName = sanitized.name;
415
- const assetPath = sanitized.savePath ?? targetPath;
416
- const fullPath = `${assetPath}/${assetName}`;
417
-
418
- if (this.automationBridge && typeof this.automationBridge.sendAutomationRequest === 'function') {
419
- try {
420
- const resp = await this.automationBridge.sendAutomationRequest('animation_physics', cleanObject({
421
- action: 'setup_ik',
422
- name: assetName,
423
- savePath: assetPath,
424
- skeletonPath: params.skeletonPath,
425
- controls: params.controls
426
- }), { timeoutMs: 60000 });
427
- const result = resp?.result ?? resp;
428
- const resultObj = result && typeof result === 'object' ? result as Record<string, unknown> : undefined;
429
- const isSuccess = resp && resp.success !== false && !!resultObj;
430
-
431
- if (isSuccess && resultObj) {
432
- const controlRigPath = typeof resultObj.controlRigPath === 'string'
433
- ? (resultObj.controlRigPath as string)
434
- : fullPath;
435
- const warnings = Array.isArray(resultObj.warnings) ? (resultObj.warnings as string[]) : undefined;
436
- const details = resultObj ? resultObj.details : undefined;
437
- this.trackArtifact(assetName, { path: controlRigPath, type: 'ControlRig' });
438
- return {
439
- success: true,
440
- message: resp.message || `Control Rig ${assetName} created`,
441
- path: controlRigPath,
442
- warnings,
443
- details
444
- };
445
- }
446
-
447
- const message = typeof resp?.message === 'string'
448
- ? resp.message
449
- : (typeof resp?.error === 'string' ? resp.error : 'Control Rig setup failed');
450
- const error = typeof resp?.error === 'string' ? resp.error : message;
451
-
452
- return { success: false, error };
453
- } catch (err) {
454
- const error = String(err);
455
- return { success: false, error: `Failed to setup control rig: ${error}` };
456
- }
457
- }
458
-
459
- return { success: false, error: 'Automation bridge not connected for setupControlRig' };
460
- } catch (err) {
461
- return { success: false, error: `Failed to setup control rig: ${err}` };
462
- }
463
- }
464
-
465
- async setupIK(params: {
466
- actorName?: string;
467
- ikBones?: string[];
468
- enableFootPlacement?: boolean;
469
- }): Promise<
470
- | {
471
- success: true;
472
- message: string;
473
- actorName: string;
474
- ikBones?: string[];
475
- enableFootPlacement?: boolean;
476
- }
477
- | { success: false; message: string; error: string }
478
- > {
479
- try {
480
- const actorName = (params.actorName || 'Character').trim();
481
- const ikBones = Array.isArray(params.ikBones)
482
- ? params.ikBones.map((b) => String(b)).filter((b) => b.trim().length > 0)
483
- : [];
484
-
485
- const key = `IK:${actorName}`;
486
- this.trackArtifact(key, {
487
- type: 'IKSetup',
488
- metadata: {
489
- actorName,
490
- ikBones,
491
- enableFootPlacement: params.enableFootPlacement === true
492
- }
493
- });
494
-
495
- return {
496
- success: true,
497
- message: `IK setup specification recorded for actor '${actorName}'`,
498
- actorName,
499
- ikBones: ikBones.length ? ikBones : undefined,
500
- enableFootPlacement: params.enableFootPlacement === true ? true : undefined
501
- };
502
- } catch (err) {
503
- const error = String(err);
504
- return {
505
- success: false,
506
- message: `Failed to record IK setup: ${error}`,
507
- error
508
- };
509
- }
510
- }
511
-
512
- async createProceduralAnim(params: {
513
- systemName?: string;
514
- baseAnimation?: string;
515
- modifiers?: any[];
516
- savePath?: string;
517
- }): Promise<
518
- | {
519
- success: true;
520
- message: string;
521
- path: string;
522
- systemName: string;
523
- }
524
- | { success: false; message: string; error: string }
525
- > {
526
- try {
527
- const baseName = (params.systemName || '').trim()
528
- || (params.baseAnimation ? params.baseAnimation.split('/').pop() || '' : '');
529
- const systemName = baseName || 'ProceduralSystem';
530
- const basePath = (params.savePath || '/Game/Animations').replace(/\/+$/, '');
531
- const path = `${basePath || '/Game/Animations'}/${systemName}`;
532
-
533
- this.trackArtifact(systemName, {
534
- path,
535
- type: 'ProceduralAnimation',
536
- metadata: {
537
- baseAnimation: params.baseAnimation,
538
- modifiers: Array.isArray(params.modifiers) ? params.modifiers : []
539
- }
540
- });
541
-
542
- return {
543
- success: true,
544
- message: `Procedural animation system '${systemName}' specification recorded at ${path}`,
545
- path,
546
- systemName
547
- };
548
- } catch (err) {
549
- const error = String(err);
550
- return {
551
- success: false,
552
- message: `Failed to record procedural animation system: ${error}`,
553
- error
554
- };
555
- }
556
- }
557
-
558
- async createBlendTree(params: {
559
- treeName?: string;
560
- blendType?: string;
561
- basePose?: string;
562
- additiveAnimations?: any[];
563
- savePath?: string;
564
- }): Promise<
565
- | {
566
- success: true;
567
- message: string;
568
- path: string;
569
- treeName: string;
570
- }
571
- | { success: false; message: string; error: string }
572
- > {
573
- try {
574
- const rawName = (params.treeName || '').trim();
575
- const treeName = rawName || 'BlendTree';
576
- const basePath = (params.savePath || '/Game/Animations').replace(/\/+$/, '');
577
- const path = `${basePath || '/Game/Animations'}/${treeName}`;
578
-
579
- this.trackArtifact(treeName, {
580
- path,
581
- type: 'BlendTree',
582
- metadata: {
583
- blendType: params.blendType,
584
- basePose: params.basePose,
585
- additiveAnimations: Array.isArray(params.additiveAnimations) ? params.additiveAnimations : []
586
- }
587
- });
588
-
589
- return {
590
- success: true,
591
- message: `Blend tree '${treeName}' specification recorded at ${path}`,
592
- path,
593
- treeName
594
- };
595
- } catch (err) {
596
- const error = String(err);
597
- return {
598
- success: false,
599
- message: `Failed to record blend tree specification: ${error}`,
600
- error
601
- };
602
- }
603
- }
604
-
605
- async cleanup(artifacts?: string[]): Promise<
606
- | {
607
- success: boolean;
608
- message: string;
609
- removed?: string[];
610
- missing?: string[];
611
- }
612
- | { success: false; message: string; error: string }
613
- > {
614
- try {
615
- const pathsToDelete: string[] = [];
616
-
617
- if (Array.isArray(artifacts) && artifacts.length > 0) {
618
- pathsToDelete.push(...artifacts.map((a) => String(a).trim()).filter((a) => a.length > 0));
619
- } else {
620
- // If no specific artifacts provided, clear all managed ones
621
- for (const [key, val] of this.managedArtifacts.entries()) {
622
- if (val.path) pathsToDelete.push(val.path);
623
- else pathsToDelete.push(key);
624
- }
625
- }
626
-
627
- if (pathsToDelete.length === 0) {
628
- return {
629
- success: true,
630
- message: 'No artifacts to cleanup.'
631
- };
632
- }
633
-
634
- let bridgeMessage = '';
635
- if (this.automationBridge) {
636
- try {
637
- const response = await this.automationBridge.sendAutomationRequest('animation_physics', {
638
- action: 'cleanup',
639
- artifacts: pathsToDelete
640
- });
641
-
642
- if (!response.success) {
643
- bridgeMessage = ` (Engine cleanup failed: ${response.message})`;
644
- } else {
645
- bridgeMessage = ' (Engine assets deleted)';
646
- }
647
- } catch (e) {
648
- bridgeMessage = ` (Engine connection failed: ${e})`;
649
- }
650
- } else {
651
- bridgeMessage = ' (No automation bridge available)';
652
- }
653
-
654
- const removed: string[] = [];
655
-
656
- // Clear local registry
657
- const toRemoveKeys: string[] = [];
658
- for (const [key, val] of this.managedArtifacts.entries()) {
659
- if (pathsToDelete.includes(key) || (val.path && pathsToDelete.includes(val.path))) {
660
- toRemoveKeys.push(key);
661
- }
662
- }
663
-
664
- for (const key of toRemoveKeys) {
665
- this.managedArtifacts.delete(key);
666
- removed.push(key);
667
- }
668
-
669
- // Add any explicit paths that were not in managed artifacts but requested
670
- for (const path of pathsToDelete) {
671
- if (!removed.includes(path)) {
672
- // We don't have it locally, but we tried to delete it from engine
673
- removed.push(path);
674
- }
675
- }
676
-
677
- return {
678
- success: true,
679
- message: `Cleanup attempt processed for ${pathsToDelete.length} artifacts${bridgeMessage}`,
680
- removed
681
- };
682
- } catch (err) {
683
- const error = String(err);
684
- return {
685
- success: false,
686
- message: `Failed to cleanup animation artifacts: ${error}`,
687
- error
688
- };
689
- }
690
- }
691
-
692
- async createAnimationAsset(params: {
693
- name: string;
694
- path?: string;
695
- savePath?: string;
696
- skeletonPath?: string;
697
- assetType?: string;
698
- }): Promise<
699
- | {
700
- success: true;
701
- message: string;
702
- path: string;
703
- assetType?: string;
704
- existingAsset?: boolean;
705
- }
706
- | { success: false; message: string; error: string }
707
- > {
708
- try {
709
- const targetPath = (params.path || params.savePath) ?? '/Game/Animations';
710
- const validation = validateAssetParams({ name: params.name, savePath: targetPath });
711
- if (!validation.valid) {
712
- const message = validation.error ?? 'Invalid asset parameters';
713
- return { success: false, message, error: message };
714
- }
715
-
716
- const sanitized = validation.sanitized;
717
- const assetName = sanitized.name;
718
- const assetPath = sanitized.savePath ?? targetPath;
719
- const fullPath = `${assetPath}/${assetName}`;
720
-
721
- const normalizedType = (params.assetType || 'sequence').toLowerCase();
722
-
723
- if (this.automationBridge && typeof this.automationBridge.sendAutomationRequest === 'function') {
724
- try {
725
- const payload: any = {
726
- action: 'create_animation_asset',
727
- name: assetName,
728
- savePath: assetPath,
729
- skeletonPath: params.skeletonPath,
730
- assetType: normalizedType
731
- };
732
-
733
- const resp = await this.automationBridge.sendAutomationRequest('animation_physics', cleanObject(payload), { timeoutMs: 60000 });
734
- const result = resp?.result ?? resp;
735
- const resultObj = result && typeof result === 'object' ? (result as Record<string, unknown>) : undefined;
736
- const isSuccess = resp && resp.success !== false && !!resultObj;
737
-
738
- if (isSuccess && resultObj) {
739
- const assetPathResult = typeof resultObj.assetPath === 'string' ? (resultObj.assetPath as string) : fullPath;
740
- const assetTypeResult = typeof resultObj.assetType === 'string' ? (resultObj.assetType as string) : undefined;
741
- const existingAsset = typeof resultObj.existingAsset === 'boolean' ? Boolean(resultObj.existingAsset) : false;
742
-
743
- this.trackArtifact(assetName, { path: assetPathResult, type: 'AnimationAsset' });
744
-
745
- return {
746
- success: true,
747
- message: resp.message || `Animation asset created at ${assetPathResult}`,
748
- path: assetPathResult,
749
- assetType: assetTypeResult,
750
- existingAsset
751
- };
752
- }
753
-
754
- const message = typeof resp?.message === 'string'
755
- ? resp.message
756
- : (typeof resp?.error === 'string' ? resp.error : 'Animation asset creation failed');
757
- const error = typeof resp?.error === 'string' ? resp.error : message;
758
-
759
- return { success: false, message, error };
760
- } catch (err) {
761
- const error = String(err);
762
- return {
763
- success: false,
764
- message: `Failed to create animation asset: ${error}`,
765
- error
766
- };
767
- }
768
- }
769
-
770
- return {
771
- success: false,
772
- message: 'Automation bridge not connected for createAnimationAsset',
773
- error: 'AUTOMATION_BRIDGE_UNAVAILABLE'
774
- };
775
- } catch (err) {
776
- const error = String(err);
777
- return {
778
- success: false,
779
- message: `Failed to create animation asset: ${error}`,
780
- error
781
- };
782
- }
783
- }
784
-
785
- async addNotify(params: {
786
- animationPath?: string;
787
- assetPath?: string;
788
- notifyName?: string;
789
- time?: number;
790
- }): Promise<
791
- | {
792
- success: true;
793
- message: string;
794
- assetPath: string;
795
- notifyName: string;
796
- time: number;
797
- }
798
- | { success: false; message: string; error: string }
799
- > {
800
- try {
801
- const rawPath = (params.animationPath || params.assetPath || '').trim();
802
- if (!rawPath) {
803
- const error = 'animationPath or assetPath is required for addNotify';
804
- return { success: false, message: error, error };
805
- }
806
-
807
- const notifyName = (params.notifyName || 'Notify').trim();
808
- const time = typeof params.time === 'number' && params.time >= 0 ? params.time : 0;
809
-
810
- if (this.automationBridge && typeof this.automationBridge.sendAutomationRequest === 'function') {
811
- try {
812
- const resp = await this.automationBridge.sendAutomationRequest(
813
- 'animation_physics',
814
- cleanObject({
815
- action: 'add_notify',
816
- assetPath: rawPath,
817
- notifyName,
818
- time
819
- }),
820
- { timeoutMs: 60000 }
821
- );
822
-
823
- const result = resp?.result ?? resp;
824
- const resultObj = result && typeof result === 'object' ? (result as Record<string, unknown>) : undefined;
825
-
826
- if (resp && resp.success !== false && resultObj) {
827
- return {
828
- success: true,
829
- message: resp.message || `Notify '${notifyName}' added to ${rawPath} at time ${time}`,
830
- assetPath: typeof resultObj.assetPath === 'string' ? (resultObj.assetPath as string) : rawPath,
831
- notifyName,
832
- time
833
- };
834
- }
835
- } catch (err) {
836
- const error = String(err);
837
- return {
838
- success: false,
839
- message: `Failed to add notify: ${error}`,
840
- error
841
- };
842
- }
843
- }
844
-
845
- return {
846
- success: false,
847
- message: 'Automation bridge not connected for addNotify',
848
- error: 'AUTOMATION_BRIDGE_UNAVAILABLE'
849
- };
850
- } catch (err) {
851
- const error = String(err);
852
- return {
853
- success: false,
854
- message: `Failed to add notify: ${error}`,
855
- error
856
- };
857
- }
858
- }
859
-
860
- async createLevelSequence(params: {
861
- name: string;
862
- savePath?: string;
863
- frameRate?: number;
864
- duration?: number;
865
- tracks?: Array<{
866
- actorName: string;
867
- trackType: 'Transform' | 'Animation' | 'Camera' | 'Event';
868
- keyframes?: Array<{ time: number; value: unknown }>;
869
- }>;
870
- }): Promise<{ success: true; message: string; path: string } | { success: false; error: string }> {
871
- try {
872
- const targetPath = params.savePath ?? '/Game/Cinematics';
873
- const validation = validateAssetParams({ name: params.name, savePath: targetPath });
874
- if (!validation.valid) {
875
- return { success: false, error: validation.error ?? 'Invalid asset parameters' };
876
- }
877
-
878
- const sanitized = validation.sanitized;
879
- const assetName = sanitized.name;
880
- const assetPath = sanitized.savePath ?? targetPath;
881
-
882
- const commands: string[] = [
883
- `CreateAsset LevelSequence ${assetName} ${assetPath}`,
884
- `SetSequenceFrameRate ${assetName} ${params.frameRate ?? 30}`,
885
- `SetSequenceDuration ${assetName} ${params.duration ?? 5}`
886
- ];
887
-
888
- if (params.tracks) {
889
- for (const track of params.tracks) {
890
- commands.push(`AddSequenceTrack ${assetName} ${track.actorName} ${track.trackType}`);
891
- if (track.keyframes) {
892
- for (const keyframe of track.keyframes) {
893
- commands.push(
894
- `AddSequenceKey ${assetName} ${track.actorName} ${track.trackType} ${keyframe.time} ${JSON.stringify(keyframe.value)}`
895
- );
896
- }
897
- }
898
- }
899
- }
900
-
901
- await this.bridge.executeConsoleCommands(commands);
902
- return {
903
- success: true,
904
- message: `Level Sequence ${assetName} created`,
905
- path: `${assetPath}/${assetName}`
906
- };
907
- } catch (err) {
908
- return { success: false, error: `Failed to create level sequence: ${err}` };
909
- }
910
- }
911
-
912
- async playAnimation(params: {
913
- actorName: string;
914
- animationType: 'Montage' | 'Sequence' | 'BlendSpace';
915
- animationPath: string;
916
- playRate?: number;
917
- loop?: boolean;
918
- blendInTime?: number;
919
- blendOutTime?: number;
920
- }): Promise<PlayAnimationSuccess | PlayAnimationFailure> {
921
- try {
922
- const commands: string[] = [
923
- `PlayAnimation ${params.actorName} ${params.animationType} ${params.animationPath} ${params.playRate ?? 1.0} ${params.loop ?? false} ${params.blendInTime ?? 0.25} ${params.blendOutTime ?? 0.25}`
924
- ];
925
-
926
- await this.bridge.executeConsoleCommands(commands);
927
-
928
- return {
929
- success: true,
930
- message: `Animation ${params.animationType} triggered on ${params.actorName}`,
931
- actorName: params.actorName,
932
- animationType: params.animationType,
933
- assetPath: params.animationPath
934
- };
935
- } catch (err) {
936
- const error = `Failed to play animation: ${err}`;
937
- return { success: false, message: error, error: String(err) };
938
- }
939
- }
940
-
941
- }