docs(usability): enforce ID→name resolution in all tool docstrings (v1.4.3)
Add explicit guidance to resolve raw API IDs to human-readable names before user display. Affected tools: get_tasks, get_lists, get_activities, get_wall_posts, get_members, get_circles, get_categories, get_meal_plan. Add general usability rule to CLAUDE.md implementation section: never present raw numeric/metaIDs to the user. No breaking changes; docstring improvements only. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "mcp-familywall"
|
||||
version = "1.4.2"
|
||||
version = "1.4.3"
|
||||
description = "MCP server for Family Wall — manage your family's circles, lists, tasks, recipes, and meal plan via Claude"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
||||
Reference in New Issue
Block a user