Merge pull request #24 from BryceBarbara/task/update-mcp-server

Update mcp server library
This commit is contained in:
jtang613
2026-01-12 08:37:04 -05:00
committed by GitHub
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@
bin/
data/
dist/
build/
ghidra_scripts/
lib/
os/
+1 -1
View File
@@ -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
View File
@@ -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'