From b4d32fece140d90eac3122dba7483c8839034a06 Mon Sep 17 00:00:00 2001 From: Marcel Veselka Date: Tue, 17 Mar 2026 21:01:52 +0100 Subject: [PATCH] feat: add Wopee MCP to Code Quality Testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the wopee-mcp MCP server entry for autonomous web app testing via Claude Code — test runs, AI agent tests, and analysis crawls. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e4de615..f216b05 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [technical-sales-engineer](./plugins/technical-sales-engineer) ### Code Quality Testing + +- [Wopee MCP](https://www.npmjs.com/package/wopee-mcp) - MCP server for autonomous testing — dispatch test runs, AI agent tests, and analysis crawls for web apps from Claude Code. - [api-tester](./plugins/api-tester) - [bug-detective](./plugins/bug-detective) - [code-review](./plugins/code-review)