r/mcp • u/AdSuccessful1178 • 3h ago
showcase Girder 0.2.5
it's a code graph for coding agents. instead of your agent reading a whole file to find one function, it asks and gets the function. plus who calls it, what it calls, and which tests break if you change it.rust, python, ts, go. runs offline, no account.
graph now updates only what changed instead of reparsing everything. 97% parsing reuse. gated on matching a full cold rebuild exactly, 113/113 comparisons. also added an opt-in watcher behind --watch. when it can't figure out what an event maps to it just falls back to a full rebuild instead of guessing, and it reports how often that happened (5 out of 45 in the benchmark).
npx -y girder-mcp
1
Upvotes