Update to support GhidrAssistMCP headless.

This commit is contained in:
Jason Tang
2026-03-07 04:21:05 -05:00
parent ebf95a2eec
commit ced94c3439
3 changed files with 5 additions and 1 deletions
-1
View File
@@ -6,7 +6,6 @@ bin/
data/
dist/
build/
ghidra_scripts/
lib/
os/
lucene/
@@ -0,0 +1,4 @@
// Ghidra script wrapper - delegates to compiled extension class.
// Must NOT have a package declaration for Ghidra's script engine to load it.
public class GAMCPStartServerScript extends ghidrassistmcp.scripts.GAMCPStartServerScript {
}
+1
View File
@@ -0,0 +1 @@
Java source directory to hold module-specific Ghidra scripts.