Commit Graph

29 Commits

Author SHA1 Message Date
zy
ff72fe872e docs: 增加 Windows 指南 (#74)
* docs: 增加 Windows 指南

* update contrib
2025-09-16 00:31:21 +08:00
zy
25a1366b69 Update README.md
增加微信群二维码
2025-09-16 00:06:54 +08:00
zy
db9962ec24 Update README.md 2025-09-15 19:48:15 +08:00
zy
0c57bd6b0f Update README.md 2025-09-15 19:45:18 +08:00
zy
36c9c5fc51 Update README.md 2025-09-15 10:45:48 +08:00
zy
0dbd6766ac Update README.md 2025-09-15 01:49:31 +08:00
zy
e4745d28d4 feat: 添加 Chrome 浏览器支持和安装说明折叠 (#67)
* feat: 添加 Chrome 浏览器支持和安装说明折叠

- 支持 Chrome 浏览器作为备选方案
- README 安装部分使用 details 标签折叠
- 优化浏览器配置和初始化逻辑

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* docs: 更新 README.md 以包含 Windows 问题和登录部分说明

- 添加 Windows 问题的链接以供参考
- 更新 README 中的登录部分内容

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-09-14 17:49:19 +08:00
zy
cd4e75fa46 Update README.md 2025-09-11 23:42:04 +08:00
zy
0d545a83a4 Update README.md 2025-09-11 23:39:27 +08:00
zy
c2908419c3 docs: 添加Google Gemini CLI集成配置文档 (#54)
- 新增Gemini CLI的MCP服务器配置示例
- 提供基于settings.json的配置方法
- 添加httpUrl配置用于HTTP连接
- 完善Gemini CLI使用说明

解决 #49

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-09-10 01:24:23 +08:00
zy
8338252ab5 fix: 修复MCP工具定义与文档描述 (#51)
* docs: 更新README添加评论功能说明

- 新增第6个主要功能:发表评论到帖子
- 添加评论功能的视频演示
- 更新MCP工具列表,包含post_comment_to_feed
- 补充遗漏的get_feed_detail工具
- 更新工具总数从4个到6个

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* fix: 修复MCP工具定义与文档描述不一致问题

修复publish_content工具定义:
- 删除不存在的video参数
- 将images添加到required字段
- 更新标题描述添加字数限制说明
- 修正工具描述为"发布小红书图文内容"

更新README.md文档:
- 修正publish_content参数说明(images必需,不支持video)
- 确保文档与实际MCP工具定义一致

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-09-09 23:43:41 +08:00
zy
cc14518d03 docs: add feed detail feature documentation with video demo
- Add new feature section for getting post details with interactions and comments
- Include important tips about required parameters (feedID and xsec_token)
- Add reminder that login is required for this feature
- Add hint to users about clicking titles to expand video demos
- Include video demonstration link

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-09 01:06:03 +08:00
zy
12ba28759f docs: add video demonstrations to main features with collapsible sections (#40)
- Replace plain text feature list with collapsible sections
- Add video demonstrations for all 5 main features:
  * Login and check login status (2 videos)
  * Publish image-text content (1 video)
  * Search content (1 video)
  * Get recommendation list (1 video)
- Merge login and check login status into single feature point
- Organize features in logical usage order
- Maintain clean document structure with expandable video demos

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-09-07 22:59:22 +08:00
zy
6517cc1423 docs: merge MCP_README.md into main README with collapsible sections (#39)
- Consolidate all MCP client integration docs into single README
- Replace simple client list with detailed collapsible sections
- Add enhanced quick start with service verification steps
- Include all tested configurations for Cursor, VSCode, MCP Inspector
- Preserve all demo screenshots and configuration examples
- Remove duplicate MCP_README.md file to reduce maintenance overhead

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-09-07 22:45:38 +08:00
zy
62b87f82d2 Update README.md 2025-09-05 01:44:25 +08:00
zy
0d64bd5e85 Update README.md 2025-09-05 01:30:59 +08:00
zy
aa09687751 feat: 添加搜索功能 (#16)
- 新增 SearchFeeds 服务方法,支持关键词搜索小红书内容
- 添加 search_feeds MCP 工具,提供搜索接口
- 新增 /api/v1/feeds/search API 端点
- 实现搜索页面的浏览器自动化操作
- 优化 MCP 协议支持,处理 notifications/initialized 和 notifications/cancelled 通知
- 更新文档,添加搜索功能说明和使用示例
- 重构类型定义,优化数据结构

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-08-17 23:35:22 +08:00
zy
1ddc87349e docs: 完善 MCP 服务接入文档,新增 VSCode 配置支持 (#14)
文档改进:
- 📝 重构 MCP_README.md,使文档更加简洁实用
-  新增 VSCode 的 MCP 配置示例和说明
- 🔧 提供多种配置方式:全局设置和工作区设置
- 📚 更新主 README.md,添加 VSCode 到支持的客户端列表
- 🎯 优化文档结构,提升用户体验

支持的 MCP 客户端:
 Claude Code CLI
 Claude Desktop
 Cursor
 VSCode (新增)
 MCP Inspector

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-08-17 16:33:08 +08:00
zy
cfaee894f5 docs: 更新 README 文件,添加无头模式和非无头模式的运行示例 2025-08-17 15:06:50 +08:00
zy
93e424e09e fix: 更正 Star History 为官方格式
- 修正 type 参数从 Date 改为 Timeline
- 修正域名从 star-history.com 改为 www.star-history.com
- 使用官方推荐的正确格式

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-12 01:39:56 +08:00
zy
8d5b773cb3 docs: 添加 Star History 图表
- 在 README 底部添加 Star History 图表
- 展示项目 star 增长趋势
- 使用 star-history.com 服务自动生成图表

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-12 01:38:02 +08:00
zy
8e6798393c docs: 优化README中的图片显示尺寸
- 将发布结果截图从原始尺寸(1170x3941)限制为宽度400px
- 使用HTML img标签替代Markdown语法以控制显示大小
- 改善GitHub上的阅读体验

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-12 01:34:02 +08:00
zy
3b892b805a docs: 更新 README 文件,添加小红书使用步骤和待办事项 2025-08-12 01:25:45 +08:00
zy
5f8d6e174f update docs 2025-08-10 17:20:36 +08:00
zy
2170c58086 Update README with new examples and enhance binary assets for publishing features (#3) 2025-08-10 17:16:05 +08:00
zy
6ff3ca70b3 update video and images (#2)
* update image path

* add gif
2025-08-10 16:12:13 +08:00
zy
58faab15c4 mcp: add image url support (#1)
* refactor: remove redundant validation in service and clean up code

- Remove validatePublishRequest function as gin binding already handles validation
- Remove unused errors import
- Simplify PublishContent method by relying on gin's built-in validation
- Add comprehensive image processing support with URL download capability

* 添加 MCP 说明文档,完善教程
2025-08-10 15:44:15 +08:00
zy
7cd35ebb71 feat: implement xiaohongshu automation with MCP server
Complete implementation of xiaohongshu (Little Red Book) automation system:

### Core Features:
- **QR Code Login**: Automated login with cookie persistence
- **Content Publishing**: Post text, images with AI-powered descriptions
- **Browser Management**: Headless Chrome automation via go-rod
- **Cookie Persistence**: Session management for login state
- **MCP Server**: Model Context Protocol integration for Claude

### Technical Components:
- go-rod browser automation with stealth mode
- MCP server for Claude Code integration
- Cookie-based session management
- Robust error handling and logging
- Cross-platform compatibility

### API Endpoints:
- Login status checking and QR code authentication
- Content publishing with image upload support
- Navigation and page interaction utilities

This provides a complete foundation for xiaohongshu automation
with proper session management and MCP integration.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-10 13:09:00 +08:00
zy
3783e44c5e Initial commit 2025-08-03 17:08:45 +08:00