feat(tasks): add clear_list tool (v0.11.6)
Deletes all tasks in a list within a single authenticated session, avoiding N×(login+logout) overhead — Login once, N×delete, logout once. Supports only_open=True to keep completed tasks. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "mcp-familywall"
|
||||
version = "0.11.5"
|
||||
version = "0.11.6"
|
||||
description = "MCP server for Family Wall — read your family's lists and tasks via Claude"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
||||
Reference in New Issue
Block a user