You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -39,7 +41,7 @@ MCP (Model Context Protocol) SSE Server for tsdav - CalDAV/CardDAV integration f
39
41
13.**create_contact** - Create a new contact (vCard)
40
42
14.**update_contact** - Update an existing contact
41
43
15.**delete_contact** - Delete a contact permanently
42
-
16.**addressbook_query** - ⭐ PREFERRED: Search and filter contacts efficiently by name, email, or organization
44
+
16.**addressbook_query** - ⭐ PREFERRED: Search and filter contacts efficiently by name, email, or organization (searches ALL addressbooks when addressbook_url omitted)
43
45
17.**addressbook_multi_get** - Batch fetch multiple specific contacts by URLs
44
46
45
47
### VTODO Tools (6 tools)
@@ -48,7 +50,7 @@ MCP (Model Context Protocol) SSE Server for tsdav - CalDAV/CardDAV integration f
48
50
19.**create_todo** - Create a new todo/task with optional due date, priority, status
49
51
20.**update_todo** - Update existing todo (e.g., mark completed, change status)
50
52
21.**delete_todo** - Delete a todo/task permanently
51
-
22.**todo_query** - ⭐ PREFERRED: Search and filter todos efficiently by status/due date
53
+
22.**todo_query** - ⭐ PREFERRED: Search and filter todos efficiently by status/due date (searches ALL calendars when calendar_url omitted)
52
54
23.**todo_multi_get** - Batch fetch multiple specific todos by URLs
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "tsdav-mcp-server",
3
-
"version": "2.3.0",
3
+
"version": "2.5.1",
4
4
"description": "Model Context Protocol (MCP) server for CalDAV/CardDAV/VTODO integration via tsdav - enables AI systems to manage calendars, contacts, and tasks",
0 commit comments