You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Multi-instance Ghidra plugin with HATEOAS REST API and MCP bridge for AI-assisted reverse engineering, binary analysis, and decompilation"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"mcp==1.6.0",
"requests==2.32.3",
"click>=8.1.0,<9",
"rich>=13.0.0,<14",
"urllib3>=2.0.0,<3",
]
[project.scripts]
ghydramcp = "bridge_mcp_hydra:main"
ghydra = "ghydra.cli.main:cli"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["ghydra"]
include = ["bridge_mcp_hydra.py", "ghydra/**/*.py"]