@salesforce/mcp 0.25.0 → 0.26.1

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/npm-shrinkwrap.json +1527 -1140
  3. package/package.json +8 -8
package/README.md CHANGED
@@ -209,7 +209,7 @@ The following sections list all the tools that are included in a specific toolse
209
209
  - `create_org_snapshot` - (NON-GA) Create a scratch org snapshot.
210
210
  - `create_scratch_org` - (NON-GA) Create a scratch org.
211
211
  - `delete_org` - (NON-GA) Delete a locally-authorized Salesforce scratch org or sandbox.
212
- - `org_open` - (NON-GA) Open an org in a browser.
212
+ - `open_org` - (NON-GA) Open an org in a browser.
213
213
 
214
214
  **NOTE:** The tools marked NON-GA are not yet generally available, specify the `--allow-non-ga-tools` flag to use them.
215
215