This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Summary
AI summaryFixed Claude Desktop crash on launch caused by invalid MCP server configuration.
Full changelog
Bugfix
Claude Desktop crashed on launch after v3.4.5
Root cause: Claude Desktop's claude_desktop_config.json only accepts stdio-based MCP servers. The previous release wrote {"type":"sse","url":"..."} which is not a valid format — Claude Desktop choked on the unknown type field at startup.
Fix: The installer now configures Flaiwheel using mcp-proxy as a stdio→SSE bridge:
{
"mcpServers": {
"flaiwheel": {
"command": "npx",
"args": ["-y", "mcp-proxy", "http://localhost:8081/sse"]
}
}
}
mcp-proxy is downloaded automatically via npx -y on first use — no manual install needed. Requires Node.js. If npx is not on PATH, the installer skips Claude Desktop configuration and prints the manual command.
Your machine
If you already have the broken config, the fix has been applied to your claude_desktop_config.json automatically. Restart Claude for Mac and it should connect cleanly.
Upgrade
curl -sSL https://raw.githubusercontent.com/dl4rce/flaiwheel/main/scripts/install.sh | bash
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
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.
Related context
Beta — feedback welcome: [email protected]