Update mcp_server_cli.py

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Dominik Fretz
2025-08-27 09:59:56 +10:00
committed by GitHub
parent 6eb134731b
commit e22fa4783c

View File

@@ -119,6 +119,7 @@ class MCPServer:
"description": {"type": "string", "description": "HTML description of the todo"},
"assignee_ids": {"type": "array", "items": {"type": "string"}, "description": "List of person IDs to assign"},
"completion_subscriber_ids": {"type": "array", "items": {"type": "string"}, "description": "List of person IDs to notify on completion"},
"notify": {"type": "boolean", "description": "Whether to notify assignees"},
"due_on": {"type": "string", "description": "Due date in YYYY-MM-DD format"},
"starts_on": {"type": "string", "description": "Start date in YYYY-MM-DD format"}
},