fix: Complete rename of remaining ghydra references
Some checks failed
Build Ghidra Plugin / build (push) Has been cancelled

- Rename docker/GhydraMCPServer.py → MCGhidraServer.py
- Update extension.properties, MANIFEST.MF, Module.manifest
- Update .env and .env.example env var names
This commit is contained in:
Ryan Malloy 2026-02-07 02:28:54 -07:00
parent 1143489924
commit c930e7c059
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Plugin-Class: eu.starsong.ghidra.GhydraMCP Plugin-Class: eu.starsong.ghidra.MCGhidra
Plugin-Name: GhydraMCP Plugin-Name: MCGhidra
Plugin-Version: 11.4.2 Plugin-Version: 11.4.2
Bundle-Version: dev-SNAPSHOT Bundle-Version: dev-SNAPSHOT
Plugin-Author: LaurieWired, Teal Bauer Plugin-Author: LaurieWired, Teal Bauer

View File

@ -1,9 +1,9 @@
# GhydraMCP Module Manifest # MCGhidra Module Manifest
# #
# This file lists third-party libraries bundled with this extension and their licenses. # This file lists third-party libraries bundled with this extension and their licenses.
# Module metadata (name, description, version) is defined in extension.properties. # Module metadata (name, description, version) is defined in extension.properties.
# #
# Format: MODULE FILE LICENSE: lib/filename.jar License Name # Format: MODULE FILE LICENSE: lib/filename.jar License Name
# #
# Currently, GhydraMCP has no bundled third-party libraries. # Currently, MCGhidra has no bundled third-party libraries.
# Gson is provided by Ghidra itself. # Gson is provided by Ghidra itself.

View File

@ -1,4 +1,4 @@
name=GhydraMCP name=MCGhidra
description=A multi-headed REST interface for Ghidra for use with MCP agents. description=A multi-headed REST interface for Ghidra for use with MCP agents.
author=Laurie Wired, Teal Bauer author=Laurie Wired, Teal Bauer
createdOn=2025-03-29 createdOn=2025-03-29