Skip to content

v0.3.11 - Cleaner tool search index

Choose a tag to compare

@github-actions github-actions released this 22 Jun 22:48

Tool search now indexes cleaner signal, so lazy discovery lands on the right tool with fewer misses.

Improved

  • Cleaner search index. The gateway now strips boilerplate and stopwords from tool descriptions (and queries) before indexing, so conduit_search_tools ranks on the words that actually distinguish one tool from another. Builds on v0.3.10's IDF-weighted ranking: same lazy-discovery flow, sharper results across large server sets.

Measured

  • New BENCHMARK.md puts numbers on the core win: routing your MCP servers through Conduit's lazy discovery is ~97% less tool-definition overhead per request and ~90% fewer total tokens, at the same task success rate (3 servers / 62 tools, local model, repeated runs). Reproducible harness in benchmark/.

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. After updating, fully restart your MCP client so it picks up the new gateway.

Full changelog: v0.3.10...v0.3.11