fix: use moodType=STAR for wallmood, parse moodMap from response (v0.4.4)
FW_DEBUG=1 verification revealed: - moodType "LIKE" was silently mapped to "STAR" server-side; use "STAR" directly - Response a00.r.r contains full wall object with moodMap showing actual like state - liked status now derived from moodMap rather than echoing the input bool - SPEC.md updated with fully verified wallmood endpoint details 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.4.3"
|
||||
version = "0.4.4"
|
||||
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