Skip to content

Commit 31a262c

Browse files
mrdailey99claude
andcommitted
docs: use @beta install tag and add NitroX tools to README
- Change install command to sf plugins install @provartesting/provardx-cli@beta across README.md and docs/mcp-pilot-guide.md - Add 5 NitroX (Hybrid Model) tools to the TOOLS EXPOSED list in README: provar.nitrox.discover, read, validate, generate, patch (present since beta.2, missing from docs) Note: provar-mcp-public-docs.md and university-of-provar-mcp-course.md are maintained separately — flag for manual update of install tag. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f4d34c9 commit 31a262c

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Provar DX CLI is a Salesforce CLI plugin for Provar customers who want to au
1414
Install the plugin
1515

1616
```sh-session
17-
$ sf plugins install @provartesting/provardx-cli
17+
$ sf plugins install @provartesting/provardx-cli@beta
1818
```
1919

2020
Update plugins
@@ -236,6 +236,11 @@ TOOLS EXPOSED
236236
provar.testplan.add-instance — wire a test case into a plan suite by writing a .testinstance file
237237
provar.testplan.create-suite — create a new test suite directory with .planitem inside a plan
238238
provar.testplan.remove-instance — remove a .testinstance file from a plan suite
239+
provar.nitrox.discover — discover projects containing NitroX (Hybrid Model) page objects
240+
provar.nitrox.read — read NitroX .po.json files and return parsed content
241+
provar.nitrox.validate — validate a NitroX .po.json against schema rules
242+
provar.nitrox.generate — generate a new NitroX .po.json from a component description
243+
provar.nitrox.patch — apply a JSON merge-patch to an existing NitroX .po.json file
239244
240245
EXAMPLES
241246
Start MCP server (accepts stdio connections from Claude Desktop / Cursor):

docs/mcp-pilot-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The server runs **locally on your machine**. It does not phone home, transmit yo
2525
| --------------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------- |
2626
| Provar Automation IDE | ≥ 2.x | Must be installed with an **activated licence** on the same machine. The MCP server reads the licence from `~/Provar/.licenses/`. |
2727
| Salesforce CLI (`sf`) | ≥ 2.x | `npm install -g @salesforce/cli` |
28-
| Provar DX CLI plugin | ≥ 1.5.0 | `sf plugins install @provartesting/provardx-cli` |
28+
| Provar DX CLI plugin | ≥ 1.5.0 | `sf plugins install @provartesting/provardx-cli@beta` |
2929
| An MCP-compatible AI client || Claude Desktop, Claude Code, or Cursor |
3030
| Node.js | ≥ 18 | Installed automatically with the SF CLI |
3131

@@ -48,7 +48,7 @@ sf --version
4848
### 2. Install the Provar DX CLI plugin
4949

5050
```sh
51-
sf plugins install @provartesting/provardx-cli
51+
sf plugins install @provartesting/provardx-cli@beta
5252
```
5353

5454
Verify:
@@ -416,7 +416,7 @@ After editing `claude_desktop_config.json`, you must fully restart Claude Deskto
416416

417417
**Server starts but immediately exits**
418418

419-
Check that the SF CLI plugin is installed: `sf plugins | grep provardx`. If missing, run `sf plugins install @provartesting/provardx-cli`.
419+
Check that the SF CLI plugin is installed: `sf plugins | grep provardx`. If missing, run `sf plugins install @provartesting/provardx-cli@beta`.
420420

421421
---
422422

0 commit comments

Comments
 (0)