marcus
5aff3ac9bf
feat: add Task CRUD tools – create, update, toggle, delete (v0.4.0)
...
Implements four new MCP write tools via taskcreate2, taskupdate2,
taskmark, and metadelete endpoints. Confirmation prompts noted in
docstrings for destructive/mutating operations. Body parameters
documented in SPEC.md as pending verification via FW_DEBUG=1.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-15 15:06:38 +02:00
marcus
332b01718e
fix: correct get_activities field mapping, document wallget response (v0.3.2)
2026-04-15 14:47:59 +02:00
marcus
8276647fcf
feat: add get_activities tool via wallget endpoint (v0.3.0)
2026-04-15 14:15:20 +02:00
marcus
c954a245ca
feat: use taskgettasklists endpoint for get_lists (v0.2.4)
2026-04-15 14:05:58 +02:00
marcus
8cf707e3bd
fix: extract list IDs from sortingIndexByTaskList, remove tasklistsync (v0.2.2)
2026-04-15 13:38:52 +02:00
marcus
8262c8440c
fix: add tasklistsync, fix get_circles response, update SPEC (v0.2.1)
2026-04-15 13:29:01 +02:00
marcus
7372648894
fix: login response parsing a00.r.r (v0.1.5)
2026-04-15 13:15:08 +02:00
marcus
a680fb2e51
fix: remove type parameter from login request (v0.1.4)
2026-04-15 13:12:30 +02:00
marcus
dc608e8c09
fix: login type parameter EMAIL (v0.1.3)
2026-04-15 13:03:37 +02:00
marcus
38da31b0cb
feat: Gruppe 1 – Projektgerüst, Auth, CLI (v0.1.0)
...
- pyproject.toml: hatchling build, mcp-familywall entry-point, deps
- src/mcp_familywall/__init__.py: version 0.1.0
- src/mcp_familywall/config.py: YAML config loader (schema_version: 1)
- src/mcp_familywall/auth.py: keyring credential resolution (FW_EMAIL/FW_PASSWORD → keyring)
- src/mcp_familywall/fw_client.py: httpx client, login/logout/call, FW_DEBUG logging
- src/mcp_familywall/cli.py: click CLI with setup / check / serve commands
- .gitignore, README.md, CLAUDE.md, SPEC.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-15 12:18:37 +02:00