Slide 38
Slide 38 text
The 50 tools
- Project metadata (4) — get_project_modules, get_project_dependencies,
get_repositories, git_status
- File access & navigation (6) — read_file, create_new_file, search_file (by
name), list_directory_tree, get_all_open_file_paths, open_file_in_editor
- Search (3) — search_text, search_regex, search_symbol
- Code intelligence / PSI (4) — get_symbol_info, analyze_calls,
generate_psi_tree, get_file_problems
- Edit & refactor (3) — apply_patch, reformat_file, rename_refactoring
- Inspections (4) — lint_files, run_inspection_kts,
generate_inspection_kts_api, generate_inspection_kts_examples
- Build / run (4) — build_project, get_run_configurations,
execute_run_configuration, execute_terminal_command, plus execute_too
- Debugger (13)
JetBrains MCP Server
- Database (14)
It comes with 50 tools!
That is a lot of tools, more than half of them are for controlling the IDE.
fi
Notice how PSI related code navigation tools are only 4, it doesn’t have the nd-usages tool that we need.