5 Commits

Author SHA1 Message Date
Teal Bauer
763b221773 Inline dependencies as per PEP 723
[PEP 723](https://peps.python.org/pep-0723/) lets single-file python scripts contain references to their required Python packages inline. This adds that for the MCP bridge. You can now run it with e.g. `uv run bridge_mcp_ghidra.py` and it will automatically install the required packages in a dedicated environment if needed.
2025-03-28 19:14:37 +01:00
Teal Bauer
13f962a329
Pass params as dict to requests.get, let it deal with encoding 2025-03-28 19:08:35 +01:00
Teal Bauer
665ef14b41
Update bridge_mcp_ghidra.py 2025-03-28 18:49:46 +01:00
LaurieWired
bc3579d475 Fix bugs in renaming functions and listing data 2025-03-23 15:02:55 -07:00
LaurieWired
835a382c4d Initial commit 2025-03-22 22:46:17 -07:00