@webeetle/bigbrother-mcp
v1.0.0
Published
BigBrother MCP Server - Genera test standardizzati ispirati ai test aziendali salvati su BigBrother. Utilizzabile da qualsiasi progetto, su qualsiasi macchina.
Readme
@webeetle/bigbrother-mcp
MCP Server per BigBrother — Genera test E2E standardizzati ispirati ai test aziendali salvati sulla piattaforma BigBrother. Funziona su qualsiasi progetto, su qualsiasi macchina. Zero configurazione.
🚀 Setup veloce (2 minuti)
Cursor / Windsurf
Apri le impostazioni MCP del tuo IDE e aggiungi un nuovo server:
{
"mcpServers": {
"bigbrother": {
"command": "npx",
"args": ["-y", "@webeetle/bigbrother-mcp"]
}
}
}VS Code (con Cline / Continue)
Aggiungi nelle impostazioni del tuo client MCP:
- Command:
npx - Args:
-y @webeetle/bigbrother-mcp
Fine. Non serve clonare BigBrother, non serve configurare chiavi, non serve nient'altro.
🛠️ Cosa espone all'AI
Tools (Strumenti)
| Tool | Descrizione |
|------|-------------|
| generate_test | Genera uno o più test E2E per una funzionalità. Legge automaticamente i test salvati dal team nel DB di BigBrother e li usa come riferimento per stile e struttura. |
| list_saved_tests | Elenca tutti i test salvati in BigBrother con nome e data. |
| list_code_blocks | Elenca tutti i code block riutilizzabili salvati in BigBrother. |
Resources (Risorse di contesto)
| Risorsa | Descrizione |
|---------|-------------|
| bigbrother://guidelines/testing | Linee guida aziendali per i test E2E |
| bigbrother://db/saved-tests | Ultimi 20 test salvati dal team |
| bigbrother://db/code-blocks | Ultimi 20 code block riutilizzabili |
💬 Come usarlo
Una volta configurato, apri la chat del tuo IDE e scrivi:
"Crea i test per la funzionalità di login che ho appena sviluppato"
L'AI:
- Chiamerà il tool
generate_testdel server MCP di BigBrother. - Il server interrogherà il database Supabase per recuperare i test e i code block salvati dal team.
- L'AI genererà test allineati allo stile aziendale, non generici.
📦 Sviluppo locale
cd mcp-server
npm install
npm run build
node build/index.js # Testa che parta senza errori📄 Licenza
MIT — Webeetle Labs
