From 7d5bb54b6413b383a650fad37027d0f66d95525a Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Tue, 9 Dec 2025 15:45:55 +0100 Subject: [PATCH] fix: Revert mcp version <1.23 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0479b12..de99b27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license = {text = "AGPL-3.0-only"} requires-python = ">=3.11" keywords = ["nextcloud", "mcp", "model-context-protocol", "llm", "ai", "claude", "webdav", "caldav", "carddav"] dependencies = [ - "mcp[cli] (>=1.23,<1.24)", + "mcp[cli] (>=1.22,<1.23)", "httpx (>=0.28.1,<0.29.0)", "pillow (>=10.3.0,<12.0.0)", # Compatible with fastembed "icalendar (>=6.0.0,<7.0.0)",