This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-mcp-server.git
commit de1960df4002a857a053bf14a838013395b61b55 Author: Robert Munteanu <[email protected]> AuthorDate: Wed Dec 10 17:59:06 2025 +0100 chore(mcp-server): update to mcp SDK 0.17.0 We also bump the compile-time dependency in the pom.xml since it transitively brings in a new major version of the json-schema-validator bundle. --- pom.xml | 2 +- src/main/features/main.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 722343a..d2c09fb 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,7 @@ <dependency> <groupId>io.modelcontextprotocol.sdk</groupId> <artifactId>mcp</artifactId> - <version>0.15.0</version> + <version>0.17.0</version> <scope>provided</scope> </dependency> </dependencies> diff --git a/src/main/features/main.json b/src/main/features/main.json index 052bae5..fc49b6f 100644 --- a/src/main/features/main.json +++ b/src/main/features/main.json @@ -5,7 +5,7 @@ "start-order": 25 }, { - "id": "io.modelcontextprotocol.sdk:mcp-core:0.15.0", + "id": "io.modelcontextprotocol.sdk:mcp-core:0.17.0", "start-order": 25 }, { @@ -17,11 +17,11 @@ "start-order": 25 }, { - "id": "com.networknt:json-schema-validator:1.5.7", + "id": "com.networknt:json-schema-validator:2.0.0", "start-order": 25 }, { - "id": "com.ethlo.time:itu:1.10.3", + "id": "com.ethlo.time:itu:1.14.0", "start-order": 25 }, {
