Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SOURCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions TOOLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 15 additions & 0 deletions data/catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down