fix: Complete rename of remaining ghydra references
Some checks failed
Build Ghidra Plugin / build (push) Has been cancelled
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:
parent
1143489924
commit
c930e7c059
@ -1,6 +1,6 @@
|
||||
Manifest-Version: 1.0
|
||||
Plugin-Class: eu.starsong.ghidra.GhydraMCP
|
||||
Plugin-Name: GhydraMCP
|
||||
Plugin-Class: eu.starsong.ghidra.MCGhidra
|
||||
Plugin-Name: MCGhidra
|
||||
Plugin-Version: 11.4.2
|
||||
Bundle-Version: dev-SNAPSHOT
|
||||
Plugin-Author: LaurieWired, Teal Bauer
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
# GhydraMCP Module Manifest
|
||||
# MCGhidra Module Manifest
|
||||
#
|
||||
# This file lists third-party libraries bundled with this extension and their licenses.
|
||||
# Module metadata (name, description, version) is defined in extension.properties.
|
||||
#
|
||||
# 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.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
name=GhydraMCP
|
||||
name=MCGhidra
|
||||
description=A multi-headed REST interface for Ghidra for use with MCP agents.
|
||||
author=Laurie Wired, Teal Bauer
|
||||
createdOn=2025-03-29
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user