MCP server that uses TypeScript AST to find which tests are affected by a code change
Scans projects for secret exposure: leaked API keys, unprotected .env files, and secrets in logs.
MCP server + Playwright reporter that builds a flakiness knowledge graph from test run history
Streams NDJSON log triage: query patterns, detect anomalies, summarize timelines without full load.
MCP server that gives AI agents dynamic network chaos control over Playwright browser sessions
MCP server that gives AI agents geometric spatial awareness of web page layouts using Playwright
MCP server for unpacking and analyzing Playwright trace.zip archives
Decodes React DevTools Profiler exports into render summaries and memoization advice for AI agents.
Aggregates CI failures, cross-references flakiness history, and outputs GO/NO_GO release verdicts.
Decodes minified production stack traces back to original TypeScript source using source maps.
Resolves Tailwind CSS design tokens and validates utility classes against the local project config.
Resolves TypeScript config inheritance chains and returns effective compiler options per file.
MCP server that decodes V8 CPU profiles into token-efficient bottleneck summaries for AI agents
MCP server for deterministic mock generation and API contract scaffolding using Zod schemas