Merge remote-tracking branch 'origin/master' into refactor/server

This commit is contained in:
Chris Coutinho
2025-07-29 09:08:17 +02:00
10 changed files with 2286 additions and 4 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.5.0"
version = "0.6.0"
description = ""
authors = [
{name = "Chris Coutinho",email = "chris@coutinho.io"}
@@ -10,7 +10,8 @@ requires-python = ">=3.11"
dependencies = [
"mcp[cli] (>=1.10,<1.11)",
"httpx (>=0.28.1,<0.29.0)",
"pillow (>=11.2.1,<12.0.0)"
"pillow (>=11.2.1,<12.0.0)",
"icalendar (>=6.0.0,<7.0.0)"
]
[tool.pytest.ini_options]