mirror of
https://github.com/jtang613/GhidrAssistMCP
synced 2026-06-21 13:54:56 +00:00
5 lines
238 B
Java
5 lines
238 B
Java
// 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 {
|
|
}
|