Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QA_STUDIO_API_KEY | Yes | Your QA Studio API key (required) | |
| QA_STUDIO_API_URL | No | Base URL for your QA Studio API | http://localhost:3000/api |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list-projects | List all projects in QA Studio |
| create-test-run | Create a new test run for a project |
| list-test-runs | List test runs for a project |
| get-test-run | Get detailed information about a specific test run |
| get-test-results | Get test results for a specific test run |
| create-test-case | Create a new test case in a project |
| submit-test-results | Submit test results for a test run (useful for manual test execution tracking) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |