Hello - my agent had some issues accessing Widgets & Blueprints when I tried using it:
Unreal error (-32000): widget_path is required
Seems like the TypeScript server is using short parameter names (widget, blueprint) in its Zod schemas, but the C++ UE5 plugin expects widget_path and blueprint_path.