Skip to content

This release adds 2 notable features for engineering teams evaluating rollout.

Published 3mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-coding ast-parser claude-code code-analysis code-navigation codebase-indexer
+7 more
dependency-graph mcp mcp-server model-context-protocol python symbol-table typescript

Summary

AI summary

find_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, ...)), and source_preview (~20 lines)

For classes:

  • end_line, methods list, bases list, and source_preview (~20 lines)

Benchmark Results

  • Grounding composite: 14 → 22 (+57%)
  • Quality score: 6.8 → 9.0
  • Now beats without_index mode 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

Track MikeRecognex/mcp-codebase-index

Get notified when new releases ship.

Sign up free

About MikeRecognex/mcp-codebase-index

Structural codebase indexer exposing 17 query tools (functions, classes, imports, dependency graphs, change impact) via MCP. Zero dependencies.

All releases →

Beta — feedback welcome: [email protected]