File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -147,4 +147,5 @@ The server uses streamable transport (SSE) on port 8080 by default. Configuratio
147147- ** Memory Management** : Always dispose DecompInterface instances to prevent leaks
148148- ** Read-Before-Modify** : Decompiler tools enforce function reading before modification
149149- ** Error Messages** : Provide specific, actionable error messages with suggestions
150- - When reading the test report, use the read tool or grep, do not use ` open ` .
150+ - When reading the test report, use the read tool or grep, do not use ` open ` .
151+ - If you have compatibility problems and things do not compile because of jackson or the MCP SDK. ` rm lib/*.jar ` can help clean and fix these.
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ repositories {
108108dependencies {
109109 // Any external dependencies added here will automatically be copied to the lib/ directory when
110110 // this extension is built.
111- implementation platform(" io.modelcontextprotocol.sdk:mcp-bom:0.12.0 " )
111+ implementation platform(" io.modelcontextprotocol.sdk:mcp-bom:0.12.1 " )
112112 implementation " io.modelcontextprotocol.sdk:mcp"
113113 implementation " jakarta.servlet:jakarta.servlet-api:6.1.0"
114114 // Add Jetty for embedded servlet support
You can’t perform that action at this time.
0 commit comments