logoalt Hacker News

mihir_kanzariyatoday at 5:22 PM4 repliesview on HN

[flagged]


Replies

JohnMakintoday at 5:28 PM

This matches my experience building in-house MCP servers. The mechanism I prefer on load is something like a quick FTS5 with BM25 ranking lookup to find what it needs, and then serve those. I think a lot of these things are implemented pretty naively - for instance, we ran into the huge context problem with Jira, so we just built our own Jira MCP interface that doesn't have all the bloat. If the agent finds it needs something it doesnt have, it can ask again.

robtoday at 6:03 PM

The real issue isn't MCP, it's these fucking bots posting here every day.

mritchie712today at 6:18 PM

claude code solved this about a month ago

esafaktoday at 6:02 PM

This is becoming a solved problem with tool search; MCP is back.