mirror of
https://github.com/jtang613/GhidrAssistMCP
synced 2026-06-21 13:54:56 +00:00
Merge pull request #24 from BryceBarbara/task/update-mcp-server
Update mcp server library
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
bin/
|
||||
data/
|
||||
dist/
|
||||
build/
|
||||
ghidra_scripts/
|
||||
lib/
|
||||
os/
|
||||
|
||||
@@ -423,7 +423,7 @@ gradle buildExtension --debug
|
||||
|
||||
### Dependencies
|
||||
|
||||
- **MCP SDK**: `io.modelcontextprotocol.sdk:mcp:0.10.0`
|
||||
- **MCP SDK**: `io.modelcontextprotocol.sdk:mcp:0.17.1`
|
||||
- **Jetty Server**: `11.0.20` (HTTP/SSE transport)
|
||||
- **Jackson**: `2.17.0` (JSON processing)
|
||||
- **Ghidra API**: Bundled with Ghidra installation
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
// MCP SDK core dependency
|
||||
implementation 'io.modelcontextprotocol.sdk:mcp:0.17.0'
|
||||
implementation 'io.modelcontextprotocol.sdk:mcp:0.17.1'
|
||||
|
||||
// Jetty embedded server for servlet container
|
||||
implementation 'org.eclipse.jetty:jetty-server:11.0.20'
|
||||
|
||||
Reference in New Issue
Block a user