Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SALESFORCE_TOKEN | No | Salesforce security token (Reset from Salesforce Settings) for User/Password authentication. | |
| SALESFORCE_PASSWORD | No | Salesforce password for User/Password authentication. | |
| SALESFORCE_USERNAME | No | Salesforce username for User/Password authentication. | |
| SALESFORCE_CLIENT_ID | No | The OAuth 2.0 Client ID from your Salesforce Connected App. | |
| SALESFORCE_INSTANCE_URL | No | Your Salesforce instance URL (e.g., https://your-domain.my.salesforce.com). This is optional for User/Password authentication but REQUIRED for OAuth 2.0 Client Credentials flow. | https://login.salesforce.com |
| SALESFORCE_CLIENT_SECRET | No | The OAuth 2.0 Client Secret from your Salesforce Connected App. | |
| SALESFORCE_CONNECTION_TYPE | No | The authentication method to use: 'User_Password' or 'OAuth_2.0_Client_Credentials'. |
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 | |