Three embedded auth server fixes merged after the v0.46.0 cut (Aug 27), so no published release carries them yet:
Together they make CIMD clients (Claude Code, Claude Desktop, ChatGPT connectors) work end to end against the embedded auth server with Redis storage: no manual client seeding, and refresh tokens that actually refresh. We run that setup in front of an internal MCP gateway, and these three are the pieces we are waiting on; until they ship we hand-seed client records and run long-lived access tokens instead of refresh. Main is 30 commits ahead of v0.46.0 and I do not see a release PR up, so I wanted to ask rather than assume: is a new cut planned soon?
Same offer as in #6435: the day a release ships, we can run the full flow against a live deployment (real Claude Code and ChatGPT clients, embedded auth server with Redis storage, CIMD registration, refresh) and report the result here.
Three embedded auth server fixes merged after the v0.46.0 cut (Aug 27), so no published release carries them yet:
scopeare silently rejected as 'Client does not exist' when scopes_supported does not include all DefaultScopes (breaks ChatGPT connector) #6186, merged Aug 31): when a client omitsscope, the default scopes are intersected with the server's ownscopes_supportedinstead of the login failing with "The requested OAuth 2.0 Client does not exist."invalid_grant.refresh_tokengrant stops failing withinvalid_request.Together they make CIMD clients (Claude Code, Claude Desktop, ChatGPT connectors) work end to end against the embedded auth server with Redis storage: no manual client seeding, and refresh tokens that actually refresh. We run that setup in front of an internal MCP gateway, and these three are the pieces we are waiting on; until they ship we hand-seed client records and run long-lived access tokens instead of refresh. Main is 30 commits ahead of v0.46.0 and I do not see a release PR up, so I wanted to ask rather than assume: is a new cut planned soon?
Same offer as in #6435: the day a release ships, we can run the full flow against a live deployment (real Claude Code and ChatGPT clients, embedded auth server with Redis storage, CIMD registration, refresh) and report the result here.