@visa/cli 3.3.1-rc.0 → 3.3.1-rc.2
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 +126 -126
- package/dist/mcp-server/index.js +21 -21
- 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
|
@@ -46,7 +46,7 @@ command = "node"
|
|
|
46
46
|
args = ["<npm root -g>/@visa/cli/dist/mcp-server/index.js"]
|
|
47
47
|
```
|
|
48
48
|
|
|
49
|
-
There is no
|
|
49
|
+
There is no CLI subcommand for starting the MCP server directly — the MCP server is the bundled `dist/mcp-server/index.js` entrypoint, which `visa-cli install <client>` registers for you. Once connected, your assistant will have access to all payment tools. The first time you use a paid tool, you'll be prompted to log in and enroll a card — you'll get $1 in free credits to start.
|
|
50
50
|
|
|
51
51
|
## Enable the spend HUD (recommended)
|
|
52
52
|
|