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-whiteboard.git
The following commit(s) were added to refs/heads/master by this push:
new c1a657cd chore(mcp-server): update to mcp SDK 0.17.0
c1a657cd is described below
commit c1a657cda2e7c1f374b00799fd4e9daf0cd8d3cf
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.
---
mcp-server/pom.xml | 2 +-
mcp-server/src/main/features/main.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/mcp-server/pom.xml b/mcp-server/pom.xml
index 722343a9..d2c09fbe 100644
--- a/mcp-server/pom.xml
+++ b/mcp-server/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/mcp-server/src/main/features/main.json
b/mcp-server/src/main/features/main.json
index 052bae5c..fc49b6fd 100644
--- a/mcp-server/src/main/features/main.json
+++ b/mcp-server/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
},
{