Skip to content

Conduit v0.3.6

Choose a tag to compare

@github-actions github-actions released this 21 Jun 17:28

A reliability patch focused on tool discovery for setups with many MCP servers.

Fixed

  • Tool search is far more reliable. With many servers connected, a tool that exists could read as missing, which could lead an agent to wrongly conclude a server was "read only." Search now:
    • returns more results and reports when it truncated (and how to narrow), so a buried tool isn't mistaken for a missing one;
    • diversifies across servers, so one server with many matching tools can't crowd out the rest;
    • accepts a server filter to scope results to one server, or list all of its tools; and
    • conduit_status now lists each server with its tool count.
  • Search no longer overflows the agent's context. Some servers ship very large tool schemas and descriptions, and search returned them all in full (a few tools could be 150KB+). It now bounds the total response size: the top result keeps its full schema, the rest come back compact, and long descriptions are truncated. Get a specific tool's full schema by searching its exact name.

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 (apps installed by the system package manager 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.