feat(runner): forward INTERNAL_PUSH_URL/SECRET naar de MCP-subprocess (web-push) #37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/worker-push-env"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
push-trigger.ts (scrum4me-mcp, PBI-55) vuurt al bij
ask_user_question(o.a. grill-vragen) enupdate_job_statusdone|failed, maar is feature-gated opINTERNAL_PUSH_URL+INTERNAL_PUSH_SECRETin het MCP-proces-env. Beide runners forwarden alleen hun expliciete allowlist (stdio-MCP erft de container-env niet) — de feature stond dus op elke worker stil uit.mcp-config.json:${VAR:-}-expansie — workers zonder de vars draaien ongewijzigd door (lege string → feature-gate dicht)codex/config.toml: zelfde forward viaenv_vars(patroon van #36).env.example+ README: documentatie, incl. de eis dat de push-URL naar de app-instantie met dezelfde database wijstNa merge per host:
INTERNAL_PUSH_URL+INTERNAL_PUSH_SECRETin.env+ rebuild (configs zitten in het image).🤖 Generated with Claude Code
push-trigger.ts (scrum4me-mcp, PBI-55) vuurt al bij ask_user_question en update_job_status done|failed, maar is feature-gated op INTERNAL_PUSH_URL + INTERNAL_PUSH_SECRET in het MCP-proces-env. Beide runners forwarden alleen hun expliciete allowlist (stdio-MCP erft de container-env niet), dus de feature stond op elke worker stil uit. - mcp-config.json: ${VAR:-}-expansie zodat workers zonder de vars gewoon blijven werken (lege string → feature-gate dicht) - codex/config.toml: zelfde forward via env_vars (patroon van #36) - .env.example + README: documentatie incl. zelfde-database-eis Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>