This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+7 more
Summary
AI summaryAdded get_usage_stats to track session efficiency metrics.
Full changelog
What's New
get_usage_stats tool (tool #18) — The MCP server now tracks session efficiency metrics. Call get_usage_stats to see how much the indexer is saving you:
Session duration: 12m 34s
Total queries: 23
Queries by tool:
find_symbol: 8
get_function_source: 6
get_dependencies: 4
get_change_impact: 3
get_project_summary: 2
Total chars returned: 14,230
Total source in index: 890,412 chars
Estimated without indexer: 20,479,476 chars (5,119,869 tokens) over 23 queries
Estimated with indexer: 14,230 chars (3,557 tokens)
Estimated token savings: 99.9%
Tracks tool call counts, characters returned, and estimates token savings vs reading full source files. Purely local — no telemetry.
Install / Upgrade
pip install --upgrade "mcp-codebase-index[mcp]"
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]