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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ node scripts/generate-readme.mjs

## Directory

### Browser Automation

| Server | Description | Transport | Links |
|---|---|---|---|
| agent-qa | Author, run, and triage natural-language web and mobile tests with persistent test memory, self-healing execution, and evidence-backed results. | stdio, streamable-http | [Homepage](https://vostride.com/docs/agent-qa)<br>[GitHub](https://github.com/vostride/agent-qa)<br>[Package](https://www.npmjs.com/package/agent-qa) |

### Communication

| Server | Description | Transport | Links |
Expand Down
50 changes: 50 additions & 0 deletions servers/browser-automation/agent-qa/server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"slug": "agent-qa",
"name": "agent-qa",
"category": "browser-automation",
"description": "Author, run, and triage natural-language web and mobile tests with persistent test memory, self-healing execution, and evidence-backed results.",
"homepage_url": "https://vostride.com/docs/agent-qa",
"repository_url": "https://github.com/vostride/agent-qa",
"package_url": "https://www.npmjs.com/package/agent-qa",
"transports": [
"stdio",
"streamable-http"
],
"tools": [
"agent_qa_discover",
"agent_qa_get_config",
"agent_qa_schema_reference",
"agent_qa_validate_definition",
"agent_qa_generate_id",
"agent_qa_validate_id",
"agent_qa_list_tests",
"agent_qa_read_test",
"agent_qa_validate_test",
"agent_qa_create_test",
"agent_qa_update_test",
"agent_qa_delete_test",
"agent_qa_list_suites",
"agent_qa_read_suite",
"agent_qa_validate_suite",
"agent_qa_create_suite",
"agent_qa_update_suite",
"agent_qa_delete_suite",
"agent_qa_list_hooks",
"agent_qa_read_hook",
"agent_qa_create_hook",
"agent_qa_update_hook",
"agent_qa_delete_hook",
"agent_qa_run_hook",
"agent_qa_enqueue_test_run",
"agent_qa_enqueue_suite_run",
"agent_qa_get_run",
"agent_qa_get_run_steps",
"agent_qa_get_run_logs",
"agent_qa_get_run_execution_logs",
"agent_qa_get_run_artifact",
"agent_qa_cancel_run",
"agent_qa_classify_failure"
],
"license": "FSL-1.1-ALv2",
"status": "active"
}