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 7c5786d commit 58b7990Copy full SHA for 58b7990
build.gradle
@@ -98,8 +98,8 @@ dependencies {
98
implementation "io.modelcontextprotocol.sdk:mcp"
99
implementation "jakarta.servlet:jakarta.servlet-api:6.1.0"
100
// Add Jetty for embedded servlet support
101
- implementation "org.eclipse.jetty:jetty-server:11.0.25"
102
- implementation "org.eclipse.jetty:jetty-servlet:11.0.25"
+ implementation "org.eclipse.jetty:jetty-server:11.0.26"
+ implementation "org.eclipse.jetty:jetty-servlet:11.0.26"
103
104
// Force Jackson 2.17.0 to be compatible with MCP SDK v0.11.1
105
implementation "com.fasterxml.jackson.core:jackson-core:2.19.2"
0 commit comments