Skip to content

v0.3.7 - Zed, LM Studio, Warp, Amazon Q, Kiro

Choose a tag to compare

@github-actions github-actions released this 21 Jun 22:49

Five more clients, plus a detection fix.

Added

  • Five new clients: Zed, LM Studio, Warp, Amazon Q, and Kiro. Conduit detects each one, installs the gateway with one click, and can import its existing servers. Zed and LM Studio were verified end to end.
    • Zed keeps MCP servers under context_servers in its settings.json, which is JSONC (comments and trailing commas) and holds your whole editor config. Conduit reads it leniently so a commented file isn't mistaken for corrupt, and never replaces it with an empty document on a parse failure, so it can't wipe your settings.
    • LM Studio (~/.lmstudio/mcp.json), Warp (~/.warp/.mcp.json), Amazon Q (~/.aws/amazonq/mcp.json), and Kiro (~/.kiro/settings/mcp.json) use the standard mcpServers shape.

Fixed

  • Client detection now reflects whether an app is actually installed, not merely whether an MCP config file happens to exist. Claude Code's config lives at ~/.claude.json (parent is your home dir, which always exists), so it used to show as installed on every machine; and Warp's ~/.warp only appears after its first file-based MCP use. Both now check an explicit install directory.

Updating

v0.3.3+ updates in place on Windows, macOS, and Linux AppImage. The Linux .deb updates via your package manager or a fresh download (system-installed packages can't self-update).

Note: the gateway runs as a process your MCP client spawns, so after updating, fully restart your client (Claude, Cursor, etc.) so it picks up the new gateway.