@recapt/mcp 0.0.43 → 0.0.45

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recapt/mcp",
3
- "version": "0.0.43",
3
+ "version": "0.0.45",
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",
@@ -103,18 +103,18 @@ Once you've identified the cause:
103
103
 
104
104
  ## Tool Discovery Reference
105
105
 
106
- | Phase | Search Query | Tools |
107
- | ---------- | ------------------- | ---------------------------------------- |
108
- | Detect | "regressions" | `detect_regressions` |
109
- | Detect | "anomalies" | `get_anomalies` |
110
- | Detect | "drift" | `detect_drift` |
111
- | Timeline | "trends" | `get_page_trends` |
112
- | Timeline | "compare periods" | `compare_periods` |
113
- | Scope | "page analysis" | `get_page_metrics` |
114
- | Scope | "element friction" | `get_element_friction` |
115
- | Root cause | "console errors" | `get_console_errors` |
116
- | Root cause | "dead clicks" | `get_dead_clicks` |
106
+ | Phase | Search Query | Tools |
107
+ | ---------- | ------------------- | -------------------------------------------------- |
108
+ | Detect | "regressions" | `detect_regressions` |
109
+ | Detect | "anomalies" | `get_anomalies` |
110
+ | Detect | "drift" | `detect_drift` |
111
+ | Timeline | "trends" | `get_page_trends` |
112
+ | Timeline | "compare periods" | `compare_periods` |
113
+ | Scope | "page analysis" | `get_page_metrics` |
114
+ | Scope | "element friction" | `get_element_friction` |
115
+ | Root cause | "console errors" | `get_console_errors` |
116
+ | Root cause | "dead clicks" | `get_dead_clicks` |
117
117
  | Root cause | "investigate issue" | Use `search_tools` to discover investigation tools |
118
- | Sessions | "session details" | `search_sessions`, `get_session_details` |
119
- | Fix | "propose fix" | `propose_fix` |
120
- | Track | "deployment" | `confirm_deployment`, `evaluate_fix` |
118
+ | Sessions | "session details" | `search_sessions`, `get_session_details` |
119
+ | Fix | "propose fix" | `propose_fix` |
120
+ | Track | "deployment" | `confirm_deployment`, `evaluate_fix` |