{# v2.1.0a4: "Ask this project" inline form with SSE streaming.
Rendered inside project_detail.html. Expects template vars:
- project_name (str) — project to invoke against
- host (str) — "local" or a configured host alias
The form posts to /mcp/harbormaster with Accept: text/event-stream
and consumes the chunk + result + error events the v1.0.0a14
streaming dispatch emits. Token-based UI auth is NOT plumbed here
(deferred to v3); on a bearer-protected install you'd need to
include the token via fetch headers — left as a config-side note.
#}