implement CalDAV MCP server v1 with streamable HTTP tools
This commit is contained in:
7
.env.template
Normal file
7
.env.template
Normal file
@@ -0,0 +1,7 @@
|
||||
CALDAV_BASE_URL=https://caldav.example.com/caldav
|
||||
MCP_HTTP_PORT=3000
|
||||
LOG_LEVEL=info
|
||||
ALLOW_COOKIE_PASSTHROUGH=false
|
||||
CALDAV_TIMEOUT_MS=15000
|
||||
CALDAV_RETRY_COUNT=1
|
||||
EVENT_HREF_STRATEGY=uid
|
||||
Reference in New Issue
Block a user