Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port number | 3000 |
| NODE_ENV | No | Node environment (development/production) | development |
| LOG_LEVEL | No | Logging level | info |
| DEFAULT_SUITE_ID | No | Default suite ID to use | 1 |
| TESTRAIL_API_KEY | Yes | Your TestRail API key | |
| TESTRAIL_BASE_URL | Yes | The base URL of your TestRail instance (e.g., https://your-instance.testrail.io) | |
| TESTRAIL_USERNAME | Yes | Your TestRail username/email address | |
| DEFAULT_PROJECT_ID | No | Default project ID to use | 1 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |