Skip to content

Releases: gelse/caldav-mcp

Release list

Release v0.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 17:03
cdd20e8

Features

  • 14 MCP tools for CalDAV calendar operations
  • Streamable HTTP transport (no stdio)
  • Two-layer authentication (API key + CalDAV credentials)
  • Per-request multi-account support via HTTP headers
  • Thread-safe LRU client cache (max 8, 1h TTL)
  • Per-IP rate limiting with exponential backoff
  • Structured JSON audit logging
  • Docker multi-stage build (Alpine, non-root)
  • TLS termination support
  • Timezone-aware date handling

Providers tested

  • Radicale (CI-tested in integration tests)
  • Nextcloud (development use)

Known limitations

  • caldav_search_events is client-side (server-side REPORT search planned)
  • caldav_move_event uses copy+delete (native MOVE planned)