1 parent f7e48fa commit 591e443Copy full SHA for 591e443
1 file changed
servers/agent_qa.yaml
@@ -0,0 +1,26 @@
1
+id: agent_qa
2
+name: Agent QA
3
+description: Source-available QA harness for natural-language web and mobile regression tests, exposed through a local stdio MCP server.
4
+author: Vostride
5
+url: https://github.com/vostride/agent-qa
6
+license: FSL-1.1-ALv2
7
+category: development
8
+tags:
9
+ - testing
10
+ - quality-assurance
11
+ - browser-automation
12
+ - mobile-testing
13
+installations:
14
+ - name: NPX
15
+ description: Run the Agent QA MCP server over stdio
16
+ config: |
17
+ {
18
+ "command": "npx",
19
+ "args": ["-y", "agent-qa@0.1.21", "mcp"]
20
+ }
21
+ prerequisites:
22
+ - Node.js 24 or newer
23
+ transports:
24
+ - stdio
25
+featured: false
26
+verified: false
0 commit comments