This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/mcp-sdk-1.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-mcp-server.git
commit 5b64e2ec5f5c2548254ff1bec2103909bba38f2a Author: Robert Munteanu <[email protected]> AuthorDate: Fri Mar 13 17:09:16 2026 +0100 chore: run tests against MCP SDK 1.1.0 --- src/main/features/main.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/features/main.json b/src/main/features/main.json index 4efb278..5ad6bbc 100644 --- a/src/main/features/main.json +++ b/src/main/features/main.json @@ -5,11 +5,11 @@ "start-order": 25 }, { - "id": "io.modelcontextprotocol.sdk:mcp-core:1.0.0", + "id": "io.modelcontextprotocol.sdk:mcp-core:1.1.0", "start-order": 25 }, { - "id": "io.modelcontextprotocol.sdk:mcp-json-jackson2:1.0.0", + "id": "io.modelcontextprotocol.sdk:mcp-json-jackson2:1.1.0", "start-order": 25 }, {
