Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
QDRANT_URL | No | Qdrant server URL (defaults to http://localhost:6333) | http://localhost:6333 |
AUTH_ORIGIN | No | Origin where your app runs (e.g., "http://localhost:5173") | |
SWAGGER_URL | No | Swagger/OpenAPI JSON URL for API documentation search | |
API_BASE_URL | No | Your API base URL (e.g., "https://api.example.com") | |
PROJECT_ROOT | No | Project root directory for file operations and image analysis | |
AUTH_TOKEN_KEY | No | Token key name (e.g., "authToken", "accessToken") | |
GOOGLE_API_KEY | No | Google API key for embeddings | |
QDRANT_API_KEY | No | Qdrant vector database API key | |
AUTH_STORAGE_TYPE | No | Token storage location ("cookie", "localStorage", "sessionStorage") | |
BROWSER_TOOLS_HOST | No | Server host override (defaults to "127.0.0.1") | 127.0.0.1 |
BROWSER_TOOLS_PORT | No | Server port override (defaults to 3025) | 3025 |
SCREENSHOT_STORAGE_PATH | No | Custom directory for screenshot storage (defaults to Downloads folder) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |