Release v0.7.1
Bifrost v0.7.1
Patch release — MCP OAuth flow fix.
🐛 Fixes
- MCP OAuth redirect no longer corrupts absolute
return_toURLs.Login.tsxwas calling React Router'snavigate()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 (soMCPCallback.tsxmounts 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
- @Fireworrks — issue #24 report + proposed patch
Docker Images
API:
docker pull ghcr.io/jackmusick/bifrost-api:0.7.1Client:
docker pull ghcr.io/jackmusick/bifrost-client:0.7.1