feat: Implement a CalDAV client and integrate it as tools within the FastMCP server for calendar and event management.
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user