Support CHROME_WS_URL env var for PDF report generation via Chrome DevTools Protocol over WebSocket (e.g. ws://chrome-service:3000), with fallback to local binary
Fix MCP server endpoint URLs not updating when MCP_ENDPOINT_URL env var changes — previously records were seeded once on first boot with localhost:8090 and never updated
## Summary
- Support `CHROME_WS_URL` env var for PDF report generation via Chrome DevTools Protocol over WebSocket (e.g. `ws://chrome-service:3000`), with fallback to local binary
- Fix MCP server endpoint URLs not updating when `MCP_ENDPOINT_URL` env var changes — previously records were seeded once on first boot with `localhost:8090` and never updated
## Config
Set in Coolify for the agent service:
```
CHROME_WS_URL=ws://l4skskkcskkggs0gckgsggg8-141635054831:3000
```
The `MCP_ENDPOINT_URL` on the dashboard will now auto-sync stored records on each boot.
## Test plan
- [x] Compiles with CI clippy flags
- [ ] PDF export works via remote Chrome
- [ ] MCP servers page shows correct endpoint after reboot
🤖 Generated with [Claude Code](https://claude.com/claude-code)
- Add CHROME_WS_URL env var support for PDF report generation via
Chrome DevTools Protocol over WebSocket (falls back to local binary)
- Update seeded MCP server endpoint URLs on boot when MCP_ENDPOINT_URL
env var differs from stored value (previously only seeded once)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
sharang
merged commit 4eac1209d8 into main2026-03-13 10:12:20 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
CHROME_WS_URLenv var for PDF report generation via Chrome DevTools Protocol over WebSocket (e.g.ws://chrome-service:3000), with fallback to local binaryMCP_ENDPOINT_URLenv var changes — previously records were seeded once on first boot withlocalhost:8090and never updatedConfig
Set in Coolify for the agent service:
The
MCP_ENDPOINT_URLon the dashboard will now auto-sync stored records on each boot.Test plan
🤖 Generated with Claude Code