Describe your issue here:
Plugin Another MCP Server is defining its python dependencies using a section in plugin.json file
And it looks like binja is ignoring this section, or there is another issue with installation
{
"dependencies": {
"pip": [
"binaryninja-mcp==0.3.0"
]
}
}
MCPPhalanx/binaryninja-mcp#15
File itself: https://github.com/MCPPhalanx/binaryninja-mcp/blob/main/plugin.json
Describe your issue here:
Plugin
Another MCP Serveris defining its python dependencies using a section inplugin.jsonfileAnd it looks like binja is ignoring this section, or there is another issue with installation
{ "dependencies": { "pip": [ "binaryninja-mcp==0.3.0" ] } }MCPPhalanx/binaryninja-mcp#15
File itself: https://github.com/MCPPhalanx/binaryninja-mcp/blob/main/plugin.json