@visa/cli 2.6.0-rc.6 → 2.6.0-rc.7
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 +16 -16
- package/dist/mcp-server/index.js +9 -9
- package/package.json +1 -1
- package/server.json +2 -2
package/README.md
CHANGED
|
@@ -187,7 +187,7 @@ The create command prints the raw `vk_...` key once. Store it in your app or age
|
|
|
187
187
|
|
|
188
188
|
| Tool | Price | Description |
|
|
189
189
|
|------|-------|-------------|
|
|
190
|
-
| `run_llm` |
|
|
190
|
+
| `run_llm` | token-priced | Run a prompt through GPT-4o Mini, Claude, DeepSeek, Perplexity, Llama, or frontier tiers like GPT-5.5, Claude Opus, and Gemini 3.5 Flash |
|
|
191
191
|
| `get_visa_smi` | $0.10 | Visa Spending Momentum Index by US state + county (early access — request access) |
|
|
192
192
|
|
|
193
193
|
### Utility
|