Commit Graph

2 Commits

Author SHA1 Message Date
Joshua Deville
496320cc8c Add empty test level and Unreal MCP tooling
- L_TestFlight: empty, zero-gravity level for Phase 0 flight testing,
  set as editor/game default map.
- Enable UnrealMCPython + Python Editor Script Plugin, third-party
  MCP plugin (GenOrca/unreal-mcp v2.2.0) giving direct editor control
  (actors, blueprints, levels, materials, etc.) alongside Epic's
  built-in Unreal MCP plugin.
- Vendor the mcp-server Python source used to bridge to the plugin.
- .mcp.json intentionally gitignored (machine-specific absolute paths).
2026-07-08 14:56:57 -04:00
Joshua Deville
43494a614b Add UE5.8 Blueprint project skeleton
Blank Blueprint-only project (no C++ module), created via editor
project wizard, per the Blueprint-first decision in 03_TECH_STACK.md.
2026-07-08 14:27:16 -04:00