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
The following commit(s) were added to refs/heads/master by this push:
new 02b3c71 chore: run tests against MCP SDK 1.1.0 (#12)
02b3c71 is described below
commit 02b3c71f28c68329f59e8fa84aa05695d83d08ed
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Mar 13 17:33:39 2026 +0100
chore: run tests against MCP SDK 1.1.0 (#12)
---
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
},
{