@visa/cli 4.0.0-rc.20 → 4.0.0-rc.21
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 +1 -1
- package/dist/cli.js +149 -149
- package/dist/mcp-server/index.js +22 -22
- package/native/bin/win32-x64/visa-keychain-win.exe +0 -0
- package/package.json +1 -1
- package/server.json +2 -2
package/README.md
CHANGED
|
@@ -197,7 +197,7 @@ Reviewer handoff: `docs/api/visa-key-api-review-handoff.md`.
|
|
|
197
197
|
| Tool | Description |
|
|
198
198
|
|------|-------------|
|
|
199
199
|
| `login` | GitHub OAuth login — opens browser |
|
|
200
|
-
| `enroll_agent` |
|
|
200
|
+
| `enroll_agent` | Two-step Visa Verified Agent enrollment (tester-gated): default opens the browser flow with a hand-off challenge; `{"action":"claim"}` then stores the enrollment credential (token id + assurance data) at `~/.visa-mcp/agent-credential.json` for the CLI purchase leg |
|
|
201
201
|
| `add_card` | Enroll a card via VGS tokenization |
|
|
202
202
|
| `get_cards` | List enrolled cards (masked) |
|
|
203
203
|
| `remove_card` | Remove an enrolled card (authentication required) |
|