This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+7 more
Summary
AI summaryfind_symbol now returns signature, end line, methods list, bases list, and a source preview.
Full changelog
What's New
find_symbol now returns signature and source preview — eliminates the need for a follow-up get_function_source call.
For functions/methods:
end_line,signature(e.g.def bulk_create(objs, batch_size, ...)), andsource_preview(~20 lines)
For classes:
end_line,methodslist,baseslist, andsource_preview(~20 lines)
Benchmark Results
- Grounding composite: 14 → 22 (+57%)
- Quality score: 6.8 → 9.0
- Now beats
without_indexmode on both grounding and quality for symbol lookup tasks
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About MikeRecognex/mcp-codebase-index
Structural codebase indexer exposing 17 query tools (functions, classes, imports, dependency graphs, change impact) via MCP. Zero dependencies.
Related context
Beta — feedback welcome: [email protected]