name: mcp-jetbrains description: "Use for JetBrains MCP operations in this repo, including project introspection, file access, and startup diagnosis."
MCP JetBrains
Use When
- You need IDE-indexed reads, searches, symbol info, or safe refactors.
- You need a low-noise project health check.
Quick Smoke
- Call
mcp__jetbrains__get_project_moduleswithprojectPathset. - Call
mcp__jetbrains__get_all_open_file_paths.
Representative Calls
- Structure:
list_directory_tree,get_project_modules. - Code read/search:
get_file_text_by_path,search_in_files_by_text. - Refactor/edit:
rename_refactoring,replace_text_in_file.
Common Failures
- Wrong or missing
projectPath. - JetBrains IDE not running proxy-side services.
- Warnings for unsupported resource list endpoints.
Fix Patterns
- Use the active checkout path, for example:
/home/elpresidank/YeeBois/projects/beep-effector/home/elpresidank/YeeBois/projects/beep-effect-worktrees/playground. - Treat
resources/listunsupported warnings as non-fatal. - Validate availability with
get_project_modulesfirst.