@salesforce/mcp 0.17.0 → 0.17.1-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/npm-shrinkwrap.json +18827 -0
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -183,9 +183,11 @@ The `--dynamic-tools` flag enables dynamic tool discovery and loading. When this
|
|
|
183
183
|
|
|
184
184
|
#### Core Toolset (always enabled)
|
|
185
185
|
|
|
186
|
-
Includes
|
|
186
|
+
Includes these tools:
|
|
187
187
|
|
|
188
188
|
- `sf-get-username` - Determines the appropriate username or alias for Salesforce operations, handling both default orgs and Dev Hubs.
|
|
189
|
+
- `sf-resume` - Resumes a long-running operation that wasn't completed by another tool.
|
|
190
|
+
- `sf-suggest-cli-command` - Suggests an `sf` Salesforce CLI command based on a natural language query. The tool finds relevant CLI commands from a local index and uses an LLM to construct the precise command to fulfill your request.
|
|
189
191
|
|
|
190
192
|
#### Orgs Toolset
|
|
191
193
|
|
|
@@ -211,14 +213,13 @@ Includes these tools:
|
|
|
211
213
|
|
|
212
214
|
- `sf-deploy-metadata` - Deploys metadata from your DX project to an org.
|
|
213
215
|
- `sf-retrieve-metadata` - Retrieves metadata from your org to your DX project.
|
|
214
|
-
-
|
|
215
216
|
|
|
216
217
|
#### Testing Toolset
|
|
217
218
|
|
|
218
219
|
Includes these tools:
|
|
219
220
|
|
|
220
221
|
- `sf-test-agents` - Executes agent tests in your org.
|
|
221
|
-
- `sf-test-apex` - Executes apex tests in your org
|
|
222
|
+
- `sf-test-apex` - Executes apex tests in your org.
|
|
222
223
|
|
|
223
224
|
## Configure Other Clients to Use the Salesforce DX MCP Server
|
|
224
225
|
|