File tree Expand file tree Collapse file tree 2 files changed +1
-21
lines changed
Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Original file line number Diff line number Diff line change 2525 "Linux" : " Install via Binary Ninja plugin manager or copy to ~/.binaryninja/plugins/" ,
2626 "Windows" : " Install via Binary Ninja plugin manager or copy to %APPDATA%\\ Binary Ninja\\ plugins\\ "
2727 },
28- "version" : " 2.3 .0" ,
28+ "version" : " 2.4 .0" ,
2929 "minimumbinaryninjaversion" : 5000 ,
3030 "dependencies" : {
3131 "pip" : [
3232 " anyio>=4.6.0" ,
3333 " hypercorn>=0.17.0" ,
3434 " mcp>=1.23.3" ,
35- " click>=8.0.0" ,
3635 " pydantic>=2.0.0" ,
3736 " pydantic-settings>=2.0.0"
3837 ]
Original file line number Diff line number Diff line change 1- # Core MCP framework
21mcp == 1.23.3
3-
4- # Async/ASGI server support
52anyio >= 4.0.0
63hypercorn >= 0.16.0
7-
8- # Configuration management
94pydantic >= 2.0.0
105pydantic-settings >= 2.0.0
11-
12- # CLI interface
13- click >= 8.0.0
14-
15- # Binary Ninja API (optional - only needed if Binary Ninja is installed)
16- # binaryninja
17-
18- # Development dependencies (optional)
19- # pytest>=7.0.0
20- # pytest-cov>=4.0.0
21- # pytest-asyncio>=0.21.0
22- # ruff>=0.1.0
23- # mypy>=1.5.0
24- # pre-commit>=3.0.0
You can’t perform that action at this time.
0 commit comments