Skip to content

Commit dae9fa8

Browse files
committed
chore: Bump version to 0.2.0
New features in this release: - 17 tools (was 10): Added 7 advanced query & management tools - Phase 5 complete: calendar_query, addressbook_query, make_calendar, free_busy_query, calendar_multi_get, addressbook_multi_get, is_collection_dirty - LLM token optimization: Tool descriptions guide LLMs to use efficient query tools - ~94% tsdav coverage (17/18 available methods) This is a minor version bump per semantic versioning due to new features.
1 parent 1f7f7f2 commit dae9fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tsdav-mcp-server",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Model Context Protocol (MCP) server for CalDAV/CardDAV integration via tsdav - enables AI systems to manage calendars and contacts",
55
"type": "module",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)