Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable verbose logging | |
| SF_PASSWORD | No | Alternative to SALESFORCE_PASSWORD | |
| SF_USERNAME | No | Alternative to SALESFORCE_USERNAME | |
| SF_CONSUMER_KEY | No | Alternative to SALESFORCE_CLIENT_ID | |
| SF_SECURITY_TOKEN | No | Alternative to SALESFORCE_SECURITY_TOKEN | |
| SALESFORCE_SANDBOX | No | Set to 'true' for sandbox, 'false' for production | false |
| SF_CONSUMER_SECRET | No | Alternative to SALESFORCE_CLIENT_SECRET | |
| SALESFORCE_PASSWORD | No | Your Salesforce password | |
| SALESFORCE_USERNAME | No | Your Salesforce username | |
| SALESFORCE_CLIENT_ID | No | Consumer Key from your Connected App | |
| SALESFORCE_ACCESS_TOKEN | No | Direct access token | |
| SALESFORCE_INSTANCE_URL | No | Salesforce instance URL (e.g., https://your-instance.my.salesforce.com) | |
| SALESFORCE_CLIENT_SECRET | No | Consumer Secret from your Connected App | |
| SALESFORCE_SECURITY_TOKEN | No | Your Salesforce security token |
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 | |