@recapt/mcp 0.0.10-beta → 0.0.12-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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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, 200 snapshots per page. Use \`offset\` and \`limit\` to paginate. Use \`sort_by='low_traffic'\` to check overlooked pages.
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recapt/mcp",
3
- "version": "0.0.10-beta",
3
+ "version": "0.0.12-beta",
4
4
  "description": "MCP exposing recapt behavioral intelligence to AI coding agents",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",