Skip to content

Tags: dominik1001/caldav-mcp

Tags

v0.10.0

Toggle v0.10.0's commit message
chore(release): 0.10.0 [skip ci]

# [0.10.0](v0.9.2...v0.10.0) (2026-07-01)

### Bug Fixes

* **delete-todo:** report a missing task with the friendly not-found error ([70affe1](70affe1))
* **list-todos:** bound limit/offset, reuse status enum, type statusOf ([07ae914](07ae914))
* **update-todo:** keep COMPLETED status and timestamp in sync ([d73b54a](d73b54a))

### Features

* add complete-todo tool ([dec69f8](dec69f8))
* add create-todo tool ([7d4545c](7d4545c))
* add delete-todo tool ([8142a6f](8142a6f))
* add hrefFor helper for CalDAV object addressing ([ee26cfd](ee26cfd))
* add list-todos tool with status filter, due window, sort and pagination ([f7c99cb](f7c99cb))
* add update-todo tool ([311c5d9](311c5d9))
* register VTODO tools, generate docs, add smoke coverage ([e9e4a48](e9e4a48))

v0.9.2

Toggle v0.9.2's commit message
chore(release): 0.9.2 [skip ci]

## [0.9.2](v0.9.1...v0.9.2) (2026-05-27)

### Bug Fixes

* **ci:** skip Claude Code Review on fork PRs ([3695a53](3695a53))

v0.9.1

Toggle v0.9.1's commit message
chore(release): 0.9.1 [skip ci]

## [0.9.1](v0.9.0...v0.9.1) (2026-05-27)

### Bug Fixes

* **ci:** grant pull-requests write permission to Claude Code Review ([6634ab5](6634ab5))
* **ci:** move MCP Registry publish to separate release-triggered workflow ([2b362fa](2b362fa))

v0.9.0

Toggle v0.9.0's commit message
chore(release): 0.9.0 [skip ci]

# [0.9.0](v0.8.0...v0.9.0) (2026-05-27)

### Bug Fixes

* **ci:** disable lefthook during semantic-release commit ([24531f7](24531f7))

### Features

* publish to MCP Registry ([88e7e83](88e7e83))

v0.8.0

Toggle v0.8.0's commit message
chore(release): 0.8.0 [skip ci]

# [0.8.0](v0.7.0...v0.8.0) (2026-05-11)

### Features

* **list-events:** include description and location in results ([4f71f96](4f71f96)), closes [#48](#48)

v0.7.0

Toggle v0.7.0's commit message
chore(release): 0.7.0 [skip ci]

# [0.7.0](v0.6.0...v0.7.0) (2026-05-11)

### Features

* **create-event:** support description and location fields ([5b498e5](5b498e5))

v0.6.0

Toggle v0.6.0's commit message
chore(release): 0.6.0 [skip ci]

# [0.6.0](v0.5.0...v0.6.0) (2026-05-08)

### Features

* add agent-driven smoke test harness ([1600988](1600988))
* add mcp server configuration file ([557a046](557a046))
* add smoke test script for end-to-end tool validation ([7aa3022](7aa3022))

v0.5.0

Toggle v0.5.0's commit message
chore(release): 0.5.0 [skip ci]

# [0.5.0](v0.4.1...v0.5.0) (2026-04-09)

### Bug Fixes

* allow markdown-only commits in pre-commit hook ([321f3d2](321f3d2))
* fetch etag before deletion ([f432b19](f432b19))
* format mockResolvedValue chains in update-event tests ([c972b51](c972b51))
* update timezone parsing with offset: true ([79d3961](79d3961))

### Features

* add update-event ([e8f0f1a](e8f0f1a))

v0.4.1

Toggle v0.4.1's commit message
chore(release): 0.4.1 [skip ci]

## [0.4.1](v0.4.0...v0.4.1) (2026-04-09)

### Bug Fixes

* prevent $ref in list-events and create-event input schemas ([ef0ace2](ef0ace2))

v0.4.0

Toggle v0.4.0's commit message
chore(release): 0.4.0 [skip ci]

# [0.4.0](v0.3.0...v0.4.0) (2026-02-11)

### Features

* **deps:** update mcp sdk to 1.26.0 ([b5b129c](b5b129c))