Skip to content

v0.4.5

Choose a tag to compare

@github-actions github-actions released this 10 Sep 21:33
· 4 commits to main since this release

Fixed

  • Hosted HTTP transport with OAuth: the documented scope setting requested
    only the API scope, so Microsoft Entra ID issued no refresh token and Claude
    lost the connector as soon as the access token expired (about an hour), with
    no way to re-authorize mid-conversation. The README, chart and deployment
    template now advertise offline_access (with openid profile email)
    alongside the API scope, and the server warns at startup when
    GIZMOSQL_MCP_OAUTH_SCOPES lacks it.
  • Rejected bearer tokens (401) are now logged with the reason, as 403s already
    were, so an expired-token loop is visible in the pod logs.

Container image: ghcr.io/gizmodata/gizmosql-mcp:0.4.5 (linux/amd64, linux/arm64)
Helm chart: oci://ghcr.io/gizmodata/charts/gizmosql-mcp --version 0.4.5