FOSMVVM ServerRequest Test Generator Generate test files for ServerRequest types using VaporTesting infrastructure. Conceptual Foundation For full architecture context, see FOSMVVMArchitecture.md | OpenClaw reference ServerRequest testing uses VaporTesting infrastructure to send typed requests through the full server stack: --- STOP AND READ THIS Testing ServerRequests uses VaporTesting infrastructure. No manual URL construction. Ever. What You Must NEVER Do What You Must ALWAYS Do The path is derived from the ServerRequest type. HTTP method comes from the action. Headers are automatic. You N…