From 625c5dc78b858fd101e418e4bc620fe6c31adbe5 Mon Sep 17 00:00:00 2001 From: Ralf B Lukner MD PhD Date: Tue, 11 Aug 2026 01:31:46 -0500 Subject: [PATCH] Fix Salesforce MCP config to use env-based URL and client ID --- third_party/salesforce/mcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/salesforce/mcp.json b/third_party/salesforce/mcp.json index 3c1e4ceb..898fd322 100644 --- a/third_party/salesforce/mcp.json +++ b/third_party/salesforce/mcp.json @@ -4,7 +4,7 @@ "type": "http", "url": "${SALESFORCE_MCP_URL}", "auth": { - "CLIENT_ID": "${CLIENT_ID}", + "CLIENT_ID": "${SALESFORCE_CLIENT_ID}", "scopes": ["mcp_api", "refresh_token"] } }