Skip to content

Release v0.7.1

Choose a tag to compare

@github-actions github-actions released this 21 Apr 10:27
· 368 commits to main since this release

Bifrost v0.7.1

Patch release — MCP OAuth flow fix.

🐛 Fixes

  • MCP OAuth redirect no longer corrupts absolute return_to URLs. Login.tsx was calling React Router's navigate() with the full URL, which treated it as a relative path and produced broken links like /login/https:/example.com/mcp/callback. Now same-origin absolute URLs route through SPA navigation (so MCPCallback.tsx mounts and renders the progress + success screens) and cross-origin URLs fall back to a full browser navigation. Reported with a full root-cause analysis and a proposed fix by @Fireworrks (#24).

🙌 Thanks

Docker Images

API:

docker pull ghcr.io/jackmusick/bifrost-api:0.7.1

Client:

docker pull ghcr.io/jackmusick/bifrost-client:0.7.1