[Unit] Description=Lakehouse context7 HTTP bridge — doc-version lookups for Phase 45 drift detection Documentation=file:///home/profit/lakehouse/mcp-server/context7_bridge.ts After=network.target # No hard dependency on gateway — the bridge is self-contained and # talks to context7.com directly. Gateway calls INTO the bridge # during drift checks but they're decoupled. [Service] Type=simple WorkingDirectory=/home/profit/lakehouse ExecStart=/home/profit/.bun/bin/bun run /home/profit/lakehouse/mcp-server/context7_bridge.ts Restart=on-failure RestartSec=15 # Default port :3900 (overridable via CONTEXT7_BRIDGE_PORT env). # If the user moves the bridge to a different port, update the # LH_BRIDGE_URL env on lakehouse.service + auditor.service too. Environment=CONTEXT7_BRIDGE_PORT=3900 KillSignal=SIGTERM TimeoutStopSec=5 [Install] WantedBy=multi-user.target