@recapt/mcp 0.0.43 → 0.0.44
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 +215 -31
- package/dist/tools/catalog/anthropicToolCatalog.json +87 -57
- package/dist/tools/catalog/toolCatalog.json +1619 -1201
- package/package.json +1 -1
- package/skills/regression-hunt.md +14 -14
- package/skills/self-improvement.md +339 -110
package/package.json
CHANGED
|
@@ -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` |
|