troxy-cli 1.2.7 → 1.2.8

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.
Files changed (2) hide show
  1. package/bin/troxy.js +2 -3
  2. package/package.json +1 -1
package/bin/troxy.js CHANGED
@@ -251,9 +251,8 @@ switch (command) {
251
251
  console.log(`
252
252
  Troxy — AI payment control
253
253
 
254
- First time on a machine? Run: npx troxy init --key <api-key>
255
- MCP setup (once per machine): troxy init --key <api-key>
256
- Login for CLI commands (12h): troxy login
254
+ MCP setup (once per machine): troxy init --key <api-key>
255
+ Login for CLI commands (12h): troxy login
257
256
 
258
257
  MCP Setup
259
258
  troxy init --key <api-key> Connect this machine as an MCP + save key
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "troxy-cli",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "AI payment control — protect your agent's payments with policies",
5
5
  "type": "module",
6
6
  "bin": {