feat: add Silo_Diag connection diagnostics command #6

Merged
forbes merged 1 commits from feature/silo-diag into main 2026-02-08 22:22:51 +00:00

1 Commits

Author SHA1 Message Date
Zoe Forbes
4ddbf26af7 feat: add Silo_Diag connection diagnostics command
Add a diagnostics command that sequentially tests:
- DNS resolution of the server hostname
- Health endpoint (/health)
- Readiness endpoint (/ready)
- Auth endpoint (/auth/me) with token
- SSE event stream (/events)

Results are printed to the FreeCAD console with PASS/FAIL status.

Closes #3
2026-02-08 16:22:25 -06:00