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

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from mcp-caldav!")
if __name__ == "__main__":
main()