main
BB REST API returns amounts, weights, and temperatures as decimal strings (e.g. "42.321062"). Multiple tools passed these directly to int() or numeric formatting, causing ValueError. Wrap all API numeric values in float() before arithmetic or formatting. Also bump get_recent_activity limit from 100 to 500 to match report tools — was silently undercounting any category with >100 entries. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Baby Buddy MCP Server
Description
Languages
Python
99.6%
Dockerfile
0.4%