Antigravity MCP Issue
Author: ShotTechOpCreated Jun 27, 2026Updated Jun 27, 2026
The IDA MCP server works correctly. idb_open with mode=prefer_gui returns a valid session (c2190d82). However, the IDE attempts to use gui://127.0.0.1:13337 as the input_path, which ida-pro-mcp does not support. It should call idb_open with the actual IDB path and then use the returned session_id for subsequent tool calls.
Source: mrexodia/ida-pro-mcp