Skip to content

dl4rce/flaiwheel

v3.9.33 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 2mo MCP Search & Web
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Fixed Glama "Try in Browser" crash loop caused by stdout corruption in stdio mode.

Full changelog

What's changed

Fixed

  • Glama "Try in Browser" crash loopentrypoint.sh was printing banner text and downloading embedding models to stdout before launching Python. In stdio mode, stdout is reserved for JSON-RPC; those prints corrupted the MCP stream, causing Glama to crash and retrigger rebuilds.

    entrypoint.sh now detects MCP_TRANSPORT=stdio and immediately execs python -m flaiwheel, skipping all stdout output and model downloads entirely.

  • No change to SSE / Docker / Web-UI behaviour — the fix is a 5-line early-exit that only activates when MCP_TRANSPORT=stdio.

Upgrading

bash <(curl -sSL https://raw.githubusercontent.com/dl4rce/flaiwheel/main/scripts/install.sh)

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track dl4rce/flaiwheel

Get notified when new releases ship.

Sign up free

About dl4rce/flaiwheel

Self-hosted memory and governance layer for AI coding agents. 28 MCP tools with structured knowledge capture, hybrid search (semantic + BM25 + cross-encoder reranking), behavioral documentation nudges, cold-start codebase analyzer, and git-native storage. Single Docker container, zero cloud dependencies.

All releases →

Beta — feedback welcome: [email protected]