We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6917b commit 5319742Copy full SHA for 5319742
build.gradle
@@ -108,7 +108,7 @@ repositories {
108
dependencies {
109
// Any external dependencies added here will automatically be copied to the lib/ directory when
110
// this extension is built.
111
- implementation platform("io.modelcontextprotocol.sdk:mcp-bom:0.11.2")
+ implementation platform("io.modelcontextprotocol.sdk:mcp-bom:0.12.0")
112
implementation "io.modelcontextprotocol.sdk:mcp"
113
implementation "jakarta.servlet:jakarta.servlet-api:6.1.0"
114
// Add Jetty for embedded servlet support
0 commit comments