@t2000/mcp 0.18.3 → 0.20.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ MCP server for AI agent bank accounts on Sui. Connect Claude Desktop, Cursor, or
4
4
 
5
5
  **23 tools · 15 prompts · stdio transport · safeguard enforced**
6
6
 
7
- > **Prefer Telegram or a chat UI?** The same tools power the [t2000 Gateway](../gateway) — run `t2000 init` then `t2000 gateway` for a personal AI financial advisor on Telegram or WebChat. No MCP configuration needed.
7
+ > **New to t2000?** Run `t2000 init` for guided setup, then `t2000 mcp install` to auto-configure Claude Desktop, Cursor, and Windsurf.
8
8
 
9
9
  ## Quick Start
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/mcp",
3
- "version": "0.18.3",
3
+ "version": "0.20.0",
4
4
  "description": "MCP server for AI agent bank accounts on Sui — 23 tools, 15 prompts, stdio transport",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",