feat(wall-posts): add wall post reading/writing with comments (v1.3.0)
- Add get_wall_posts: read recent wall posts with like/comment counts - Add create_wall_post: publish new status posts to the wall - Add add_comment: add comments to wall posts and activities - like_post already supports both wall posts and activities (v1.2.0) - Update README.md with new Wall & Activities section - Update CLAUDE.md with v1.3.0 and tool reorganization - Update CHANGELOG.md with v1.3.0 release notes - Add wallpublish and walladdComment documentation to SPEC.md 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.2.0"
|
||||
version = "1.3.0"
|
||||
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