logoalt Hacker News

LeBittoday at 7:21 PM2 repliesview on HN

How does it compare to Bifrost?


Replies

josephhtoday at 7:29 PM

I'm always confused by LLM proxies that claim to support tool calling. Even for Bifrost that claims to be doing it, at least when I was checking it out, I found out that while it injects the list of MCP tools that's available on the proxy-side, it doesn't actually make the call on client's behalf, and clients get confused by it (response returns MCP call request whose tool doesn't exist on the client-side).

robertclaustoday at 7:31 PM

LiteLLM is basically Bifrost in the Python ecosystem.

show 1 reply