Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 3000 |
| DB_HOST | No | PostgreSQL host | localhost |
| DB_NAME | No | Database name | sfdxrag |
| DB_PORT | No | PostgreSQL port | 5433 |
| DB_USER | No | Database user | postgres |
| NODE_ENV | No | Environment (development/production) | |
| LOG_LEVEL | No | Logging level (debug/info/warn/error) | |
| DB_PASSWORD | No | Database password | postgres |
| SF_PASSWORD | Yes | Salesforce password | |
| SF_USERNAME | Yes | Salesforce username | |
| SF_LOGIN_URL | Yes | Login URL (https://login.salesforce.com or https://test.salesforce.com) | |
| DOTENV_SILENT | No | Suppress dotenv logging | |
| SF_SECURITY_TOKEN | Yes | Salesforce security token |
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 | |