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 +2 -0
- package/package.json +1 -1
- package/src/index.js +4 -0
package/README.md
CHANGED
package/package.json
CHANGED
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"}
|