You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+5-27Lines changed: 5 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -294,7 +294,7 @@ You can check the current permission settings using the `get_server_permissions`
294
294
295
295
## How to use it
296
296
297
-
Once the SF MCP Server is configured in your AI client, you can interact with Salesforce using natural language. The AI assistant will have access to 38 powerful tools:
297
+
Once the SF MCP Server is configured in your AI client, you can interact with Salesforce using natural language. The AI assistant will have access to 36 powerful tools:
298
298
299
299
### Available Tools
300
300
@@ -627,29 +627,7 @@ Uninstall a second-generation package from a Salesforce org.
627
627
- "Uninstall package and wait 5 minutes for completion"
628
628
- "Remove package with spaces in alias from sandbox"
629
629
630
-
#### 33. Schema Generate Field
631
-
632
-
Generate metadata source files for a new custom field on a specified object.
633
-
634
-
**Example prompts:**
635
-
636
-
- "Generate a new field called 'Customer Priority' on the Account object"
637
-
- "Create a custom field with label 'Order Status' in my custom object"
638
-
- "Add a new text field 'External ID' to the Contact object"
639
-
- "Generate a lookup field 'Parent Account' on MyObject\_\_c"
640
-
641
-
#### 34. Schema Generate SObject
642
-
643
-
Generate metadata source files for a new custom object.
644
-
645
-
**Example prompts:**
646
-
647
-
- "Generate a new custom object called 'Project' with default features"
648
-
- "Create a custom object with label 'Invoice' in my DX project"
649
-
- "Add a new custom object 'Customer Survey' with all optional features enabled"
650
-
- "Generate a custom object 'Product Catalog' without default features"
651
-
652
-
#### 35. Schema Generate Tab
630
+
#### 33. Schema Generate Tab
653
631
654
632
Generate metadata source files for a new custom tab on a custom object.
655
633
@@ -660,7 +638,7 @@ Generate metadata source files for a new custom tab on a custom object.
660
638
- "Add a navigation tab for Customer\_\_c with icon 75 in force-app/main/default/tabs"
661
639
- "Create a tab for Product\_\_c custom object with default icon"
662
640
663
-
#### 36. Search Records
641
+
#### 34. Search Records
664
642
665
643
Execute SOSL text-based searches across multiple objects. This is the primary tool for finding records that mention or contain specific text across your Salesforce org.
666
644
@@ -672,7 +650,7 @@ Execute SOSL text-based searches across multiple objects. This is the primary to
672
650
- "Find all records mentioning our competitor 'Acme Corp' across Accounts, Opportunities, and Cases"
673
651
- "Execute SOSL: FIND {Smith} IN ALL FIELDS RETURNING Contact, Lead"
674
652
675
-
#### 37. Generate Lightning Component
653
+
#### 35. Generate Lightning Component
676
654
677
655
Generate Lightning Web Components (LWC) or Aura components with configurable templates and output directories.
678
656
@@ -683,7 +661,7 @@ Generate Lightning Web Components (LWC) or Aura components with configurable tem
683
661
- "Generate an LWC with analyticsDashboard template called SalesMetrics"
684
662
- "Create a Lightning component MyCustomView with default template"
685
663
686
-
#### 38. Deploy Metadata to Org
664
+
#### 36. Deploy Metadata to Org
687
665
688
666
Deploy metadata components to a Salesforce org with various configuration options including test execution.
Copy file name to clipboardExpand all lines: manifest.json
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"dxt_version": "0.2",
3
3
"name": "salesforce-mcp-server",
4
4
"display_name": "Salesforce MCP Server",
5
-
"version": "1.4.0",
5
+
"version": "1.5.0",
6
6
"description": "Salesforce MCP Server - Interact with Salesforce orgs through AI assistants",
7
7
"icon": "icon.png",
8
8
"long_description": "Enables AI assistants to execute Apex code, query Salesforce data, and manage org metadata using your existing Salesforce CLI authentication. Perfect for developers and administrators who want to automate Salesforce tasks through natural language interactions.\n\nSupports environment variables:\n- READ_ONLY=true - Prevents Apex code execution\n- ALLOWED_ORGS=ALL or comma-separated org list - Restricts access to specific orgs (default: ALL)",
@@ -140,14 +140,6 @@
140
140
"name": "package_uninstall",
141
141
"description": "Uninstall a second-generation package from a Salesforce org"
142
142
},
143
-
{
144
-
"name": "schema_generate_field",
145
-
"description": "Generate metadata source files for a new custom field on a specified object"
146
-
},
147
-
{
148
-
"name": "schema_generate_sobject",
149
-
"description": "Generate metadata source files for a new custom object"
150
-
},
151
143
{
152
144
"name": "schema_generate_tab",
153
145
"description": "Generate metadata source files for a new custom tab on a custom object"
0 commit comments