Skip to content

Commit 00c85f7

Browse files
committed
Merge branch 'dependabot/gradle/io.modelcontextprotocol.sdk-mcp-bom-0.12.0'
2 parents b55bf04 + d3af958 commit 00c85f7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ repositories {
108108
dependencies {
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.11.2")
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

0 commit comments

Comments
 (0)