Skip to content

This release adds 1 notable feature for engineering teams evaluating rollout.

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

✓ No known CVEs patched in this version

Summary

AI summary

Plain‑text queries now perform true substring matching with an optional whole‑word flag.

Full changelog

Changed

  • ide_search_text — plain-text queries now use FindInProjectUtil (same engine as IDE's Find in Files), enabling true substring matching. Previously, whole-word token matching caused queries like "a_word" to miss results in identifiers like "a_word_and_another_word". A new wholeWord boolean parameter (default false) restores whole-word matching when needed.

Fixed

  • ide_optimize_imports / ide_reformat_code — refresh the file from disk before resolving PSI, preventing "Outdated stub in index" errors when files were modified by external tools.

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 hechtcarmel/jetbrains-index-mcp-plugin

Get notified when new releases ship.

Sign up free

About hechtcarmel/jetbrains-index-mcp-plugin

A JetBrains IDE plugin that exposes an MCP server, enabling AI coding assistants to leverage the IDE's indexing and refactoring capabilities (rename, safe delete, find references, call hierarchy, type hierarchy, diagnostics and more).

All releases →

Beta — feedback welcome: [email protected]