@visa/cli 3.4.6 → 3.4.7-rc.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.
- package/README.md +1 -1
- package/dist/cli.js +36 -36
- 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
|
@@ -141,7 +141,7 @@ Multiple cards can be enrolled. The first becomes the default; you can switch de
|
|
|
141
141
|
|
|
142
142
|
You receive **$1 in free credits** when you enroll your first card — enough for about 16 AI images. Credits are used automatically before your card is charged.
|
|
143
143
|
|
|
144
|
-
To add more credits from the CLI, run `visa-cli balance topup --amount 5`. In MCP clients, the equivalent tool is `buy_credits`. Both names refer to the same card-funded wallet top-up path
|
|
144
|
+
To add more credits from the CLI, run `visa-cli balance topup --amount 5`. In MCP clients, the equivalent tool is `buy_credits`. Both names refer to the same card-funded wallet top-up path, governed by platform Launch Limits (admin Config). Per-user spending controls gate prepaid tool spend.
|
|
145
145
|
|
|
146
146
|
Share your referral link (visible in `get_status`) and you both get **$2 in free credits** when your referral enrolls a card.
|
|
147
147
|
|