Skip to content

dl4rce/flaiwheel

v3.4.6 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 3mo 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 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

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]