Files
basecamp-mcp-server/basecamp_client.py
Dominik Fretz b7e0bac71a Fix conditional checks in todo payload builders to allow falsey values
Changed truthy checks to explicit 'is not None' checks in create_todo and
update_todo methods to properly handle intentionally empty/false values
(empty lists, False) being sent to the API for field clearing.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-27 10:11:57 +10:00

35 KiB