The MCP add_card_comment and update_card_comment tools send `{ content }`
to Kan API, but the API expects `{ comment }`. This causes a 400 Bad Request
("comment: Required") when trying to add or update card comments.
Fixed by mapping `{ comment: content }` in both tool handlers.
Co-authored-by: Craft Agent <agents-noreply@craft.do>