Enables Codex to retrieve the currently selected file, line numbers, and code snippets from JetBrains IDEs. It leverages the official Claude Code plugin to provide real-time IDE context to the AI.
Clears in-memory caches for code quality backends (Sonar port discovery, JetBrains session). Optionally target a specific project root to clear only its port mapping.
Probe the locally-configured JetBrains IDE (PyCharm) and report whether it is configured, reachable, project-ready, and exposes the required get_file_problems tool.
Scans project dependencies, system packages, and IDE extensions for vulnerabilities, prioritizing findings by exploit probability and CISA KEV status. Returns JSON and HTML reports.
Inspect 1 to 200 absolute file paths using PyCharm's built-in code inspections to detect errors and code quality issues, returning problems with 1-based ranges.
Fetch file attachments from JetBrains Space merge request discussions. Use an attachment ID to receive text content or a download URL for binary files.
Reopen a closed merge request in JetBrains Space by specifying the project key and review ID. If the source branch was deleted, re-push it before reopening.