Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUGGAI_API_KEY | Yes | Your Debugg AI API key, required for authentication. | |
| DEBUGGAI_API_URL | No | Override API endpoint (defaults to https://api.debugg.ai). | https://api.debugg.ai |
| DEBUGGAI_LOCAL_PORT | No | Your app's local port (e.g., 3000). | |
| DEBUGGAI_LOCAL_REPO_NAME | No | GitHub repo name (e.g., your-org/repo). | |
| DEBUGGAI_LOCAL_REPO_PATH | No | Absolute path to the project root. | |
| DEBUGGAI_LOCAL_BRANCH_NAME | No | The name of the current branch (e.g., main). |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| debugg_ai_test_page_changes | Use DebuggAI to run & and test UI changes that have been made with its User emulation agents |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |