5c7c85ab8b
The server health check was using /health which returns HTTP 403 since the endpoint doesn't exist in OpenCode. The correct endpoint is /global/health as defined in OpenCode's server routes. Fixes #2260