Update plugin description to better reflect its purpose
This commit is contained in:
parent
07c94b2324
commit
5cf8f5fb16
@ -39,8 +39,8 @@ import org.json.simple.JSONObject;
|
|||||||
status = PluginStatus.RELEASED,
|
status = PluginStatus.RELEASED,
|
||||||
packageName = ghidra.app.DeveloperPluginPackage.NAME,
|
packageName = ghidra.app.DeveloperPluginPackage.NAME,
|
||||||
category = PluginCategoryNames.ANALYSIS,
|
category = PluginCategoryNames.ANALYSIS,
|
||||||
shortDescription = "HTTP server plugin",
|
shortDescription = "GhydraMCP Plugin for AI Analysis",
|
||||||
description = "Starts an embedded HTTP server to expose program data."
|
description = "Starts an embedded HTTP server to expose program data via REST API for AI-assisted reverse engineering with MCP (Model Context Protocol)."
|
||||||
)
|
)
|
||||||
public class GhydraMCPPlugin extends Plugin implements ApplicationLevelPlugin {
|
public class GhydraMCPPlugin extends Plugin implements ApplicationLevelPlugin {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user