Files
xiaohongshu-mcp/xiaohongshu
chekayo c6390bf014 feat: add like and favorite functionality for feeds
- Implemented handleLikeFeed and handleFavoriteFeed methods in mcp_handlers.go to manage liking and favoriting feeds.
- Added LikeFavoriteArgs struct in mcp_server.go for handling parameters.
- Registered new MCP tools for liking and favoriting feeds in registerTools function.
- Introduced LikeFeed and FavoriteFeed methods in XiaohongshuService to interact with the respective actions.
- Created LikeFavoriteAction in a new file to encapsulate the logic for liking and favoriting feeds on the Xiaohongshu platform.
2025-10-06 03:26:52 +08:00
..
2025-08-17 23:35:22 +08:00
2025-10-04 23:22:28 +08:00
2025-08-17 23:35:22 +08:00
2025-08-17 23:35:22 +08:00
2025-09-20 22:20:58 +08:00