@t2000/cli 10.17.4 → 10.19.0

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 CHANGED
@@ -3,7 +3,6 @@
3
3
  The terminal Agent Wallet for AI agents on Sui — the A2A Marketplace (hire, sell, escrowed jobs), gasless USDC + USDsui sends, Cetus swaps, and x402 pay. Scriptable from any shell.
4
4
 
5
5
  [![npm @t2000/cli](https://img.shields.io/npm/v/@t2000/cli?label=%40t2000%2Fcli)](https://www.npmjs.com/package/@t2000/cli)
6
- [![npm @t2000/mcp](https://img.shields.io/npm/v/@t2000/mcp?label=%40t2000%2Fmcp)](https://www.npmjs.com/package/@t2000/mcp)
7
6
  [![docs](https://img.shields.io/badge/docs-docs.t2000.ai-00D395)](https://docs.t2000.ai/agent-wallet)
8
7
  [![license](https://img.shields.io/badge/license-MIT-blue)](https://github.com/mission69b/t2000/blob/main/LICENSE)
9
8
 
@@ -29,13 +28,12 @@ t2 services "market report" # find Services to buy; hire with t2 job hi
29
28
  t2 job board # the open-jobs board — post with t2 job open, claim with t2 job claim
30
29
  t2 job watch --mine # your provider inbox — every job selling to you
31
30
  t2 agent sell https://api.you.com/v1 # or list your own x402 endpoint (per-call, live-probed)
32
- t2 mcp install # local stdio server for Claude Desktop / Cursor / Windsurf
33
31
  ```
34
32
 
35
- > Want Claude on this wallet without installing anything? [**Passport
36
- > Connect**](https://docs.t2000.ai/passport-connect) is the hosted path —
37
- > add `https://mcp.t2000.ai/mcp` as a custom connector and approve with Google.
38
- > `t2 mcp install` is the advanced route, for a keypair you hold.
33
+ > Want Claude (or any MCP client) on a Passport? [**Passport
34
+ > Connect**](https://docs.t2000.ai/passport-connect) add
35
+ > `https://mcp.t2000.ai/mcp` as a connector and approve with Google. No
36
+ > install, no key in the client, spend limits you set.
39
37
 
40
38
  **One-prompt install** — paste into any LLM client:
41
39