feat: Implement a CalDAV client and integrate it as tools within the FastMCP server for calendar and event management.

This commit is contained in:
Lago
2026-01-18 22:30:14 +01:00
parent 9f60aafd15
commit d8cb818040
11 changed files with 1426 additions and 1 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "mcp-caldav"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"caldav>=2.2.3",
"icalendar>=6.3.2",
"mcp>=1.25.0",
"python-dotenv>=1.2.1",
]