原来python版本为3.8,下载python3.11后,用命令pip install --upgrade git+https://github.com/mrexodia/ida-pro-mcp
,报错:
ERROR: Could not find a version that satisfies the requirement mcp>=1.6.0 (from ida-pro-mcp) (from versions: none)
ERROR: No matching distribution found for mcp>=1.6.0
AI说是python版本问题,运行命令python -m pip install --upgrade pip
,在运行python -m pip install --upgrade git+https://github.com/mrexodia/ida-pro-mcp
即可安装
最后运行ida-pro-mcp –install