Repo: github.com/badlogic/lemmy… I don't consider most of this a trade secret, as the "binary" is just a semi-obfuscated Node app. All prompts are contained as plain string literals. Same for the tool schemas, etc. But what's not in there are the tool inputs and outputs.
Obviously, Claude won't learn the intricacies from the search summary. So it dutifully fires of a bunch of requests to the Fetch tool, pulling in more information. Like the api.md Turns out, that too goes through an LLM and won't pull in the raw docs. Whoops.
TL;DR: you likely want some dedicated "How does this API work, give me its types, etc." MCP server, to pull in API info into CC's context window. I haven't found a good one yet. 👀
@marc_krenn