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.
- package/bin/troxy.js +2 -3
- 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
|
-
|
|
255
|
-
|
|
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
|