target/release/zlf serve [port]
Default port is 8520.
POST /api — the same JSON command protocol as json-stdio.md, one request per body.POST /api/sse — server-sent-events streaming query responses.GET /health — health check.curl -X POST http://localhost:8520/api \
-H 'Content-Type: application/json' \
-d '{"command":"query","path":"./zlf-db","query":"? property(Id, name, Name)."}'
Responses use the same success/error envelopes as JSON-over-STDIO.