diff --git a/SOURCES.md b/SOURCES.md index c3100d0..9a12aab 100644 --- a/SOURCES.md +++ b/SOURCES.md @@ -48,6 +48,7 @@ When a source is volatile, include a retrieval date or `last_checked` value in ` | [github/github-mcp-server](https://github.com/github/github-mcp-server) | GitHub MCP server listing | Official GitHub repository | | [microsoft/playwright-mcp](https://github.com/microsoft/playwright-mcp) | Browser automation MCP listing | Official Microsoft repository | | [ChromeDevTools/chrome-devtools-mcp](https://github.com/ChromeDevTools/chrome-devtools-mcp) | Chrome DevTools MCP listing | Official Chrome DevTools repository | +| [Agent QA repository](https://github.com/vostride/agent-qa) and [docs](https://vostride.com/docs/agent-qa) | Agent QA license, CLI/MCP entry point, runtime requirements, and QA workflow boundaries | Project-owned sources; recheck releases and provider requirements | | [upstash/context7](https://github.com/upstash/context7) | Current-docs MCP listing | Official Upstash repository | ## Claim Boundaries diff --git a/TOOLS.md b/TOOLS.md index 8b88308..259f096 100644 --- a/TOOLS.md +++ b/TOOLS.md @@ -54,6 +54,7 @@ These entries help make Codex output easier to verify. They are not substitutes |---|---|---| | [CHECKLISTS.md](CHECKLISTS.md) | Human review, source traceability, MCP privacy, and approval checks | Adapt to your team's risk and policy context | | [github/github-mcp-server](https://github.com/github/github-mcp-server) | Keep code and issue work connected to source records | Confirm permissions before write-capable use | +| [Agent QA](https://github.com/vostride/agent-qa) | Define and run agent-driven browser or mobile QA flows and retain reviewable evidence | Review test definitions, provider access, run evidence, failures, and application side effects | | [upstash/context7](https://github.com/upstash/context7) | Pull current docs into agent workflows | Recheck important facts against the source doc | ## Developer And Agent Frameworks diff --git a/data/catalog.yml b/data/catalog.yml index 1ee99d9..815119a 100644 --- a/data/catalog.yml +++ b/data/catalog.yml @@ -331,6 +331,21 @@ items: submitter_affiliation: Maintained by CodexWork from public official source. status: sourced last_checked: "2026-07-07" + - id: agent-qa + type: mcp_server + name: Agent QA + url: https://github.com/vostride/agent-qa + source_url: https://github.com/vostride/agent-qa + category: review and source trace + audience: Developers and teams reviewing agent-produced software changes + work_problem: Exercise browser or device workflows and retain evidence before accepting a change. + codex_relationship: Independent MCP server and CLI usable in Codex-adjacent QA workflows. + output: Test definitions and provider-backed run evidence for configured browser or device workflows. + review_boundary: Human checks test definitions, provider permissions and costs, run evidence, failures, and application side effects. + limits: Source-available under FSL-1.1-ALv2; Node.js 24+ is required, external provider costs may apply, and client/provider coverage must be verified for the target setup. + submitter_affiliation: Submitted on behalf of the Agent QA project. + status: sourced + last_checked: "2026-08-17" - id: workspace-agents-announcement type: official_resource name: Workspace agents in ChatGPT