@recapt/mcp 0.0.10-beta → 0.0.11-beta
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -225,7 +225,7 @@ All behavioral scores are 0-1 where higher = more of that signal:
|
|
|
225
225
|
## Tool Limits
|
|
226
226
|
|
|
227
227
|
Some tools have built-in limits for performance:
|
|
228
|
-
- **detect_regressions**: Default 50 pages per call
|
|
228
|
+
- **detect_regressions**: Default 50 pages per call. Use \`offset\` and \`limit\` to paginate. Use \`sort_by='low_traffic'\` to check overlooked pages.
|
|
229
229
|
- **discover_personas**: Max 8 personas
|
|
230
230
|
- **list_pages**: Default 50 pages, configurable
|
|
231
231
|
- **get_session_details**: Max 20 sessions per batch
|