mcp-lab-agent 1.0.0 → 1.1.0

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 CHANGED
@@ -142,6 +142,10 @@ Configure no `~/.cursor/mcp.json`:
142
142
  | `get_test_coverage` | Gera relatório de cobertura de testes (Jest) |
143
143
  | `watch_tests` | Inicia testes em watch mode (Jest/Vitest) |
144
144
  | `create_test_template` | Gera boilerplate de teste (API/UI/Unit) para qualquer framework |
145
+ | `suggest_selector_fix` | **Self-healing:** Sugere seletor alternativo quando UI muda (element not found) |
146
+ | `get_business_metrics` | **Métricas de negócio:** Tempo até bug, custo por defeito, cobertura por fluxo |
147
+ | `suggest_selector_fix` | **Self-healing:** Sugere correção de seletor quando UI muda (LLM) |
148
+ | `get_business_metrics` | **Métricas de negócio:** Tempo até bug, custo por defeito, cobertura por fluxo |
145
149
 
146
150
  ## Variáveis de ambiente (opcional)
147
151
 
@@ -211,7 +215,8 @@ Você não precisa chamar essas ferramentas diretamente, mas é útil saber o qu
211
215
  | **Detecção** | `detect_project`, `read_project`, `list_test_files` |
212
216
  | **Execução** | `run_tests`, `watch_tests`, `get_test_coverage` |
213
217
  | **Geração** | `generate_tests`, `write_test`, `create_test_template` |
214
- | **Análise** | `analyze_failures`, `suggest_fix`, `create_bug_report` |
218
+ | **Análise** | `analyze_failures`, `suggest_fix`, `suggest_selector_fix`, `create_bug_report` |
219
+ | **Métricas** | `get_business_metrics` |
215
220
  | **Manutenção** | `run_linter`, `install_dependencies` |
216
221
 
217
222
  ## Publicar no npm