smart-image-scraper-mcp 2.8.0 → 2.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -86,6 +86,8 @@ npm install
86
86
  - "下载 20 张高清风景壁纸"
87
87
  - "找一些人物头像图片"
88
88
 
89
+ > ⚠️ **重要限制**:同一会话中连续调用不要超过 5 次!需要多种类型图片时,使用批量查询(逗号分隔关键词)。
90
+
89
91
  ## Tool Schema
90
92
 
91
93
  ### smart_scraper
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smart-image-scraper-mcp",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "description": "全网智能图片抓取 MCP 服务器 - 支持 Bing/Google 图片搜索、验证和下载",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
package/src/index.js CHANGED
@@ -65,6 +65,10 @@ const SMART_SCRAPER_TOOL = {
65
65
  - 正方形: square_1080(1080x1080), square_512(512x512)
66
66
  - 社交媒体: instagram(1080x1080), twitter(1200x675), facebook(1200x630)
67
67
 
68
+ 【⚠️ 重要限制】
69
+ - 同一会话中连续调用此工具不要超过5次!超过后可能无响应
70
+ - 当用户需要多种类型图片时,必须使用批量查询(逗号分隔),而不是多次调用
71
+
68
72
  【调用示例】
69
73
  1. 搜索5张猫的图片: {"query":"可爱的猫","mode":"link","count":5}
70
74
  2. 下载10张高清风景图: {"query":"风景","mode":"download","count":10,"size":"large"}