@t2000/mcp 0.28.6 → 0.28.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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -53,6 +53,9 @@ For other platforms, paste manually:
53
53
  | `t2000_claim_rewards` | write | Claim pending protocol rewards |
54
54
  | `t2000_contact_add` | write | Save a contact name → address |
55
55
  | `t2000_contact_remove` | write | Remove a saved contact |
56
+ | `t2000_swap` | write | Execute a token swap via Cetus Aggregator |
57
+ | `t2000_stake` | write | Stake SUI for vSUI via VOLO liquid staking |
58
+ | `t2000_unstake` | write | Unstake vSUI and redeem SUI |
56
59
  | `t2000_config` | safety | View/set limits |
57
60
  | `t2000_lock` | safety | Emergency freeze |
58
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/mcp",
3
- "version": "0.28.6",
3
+ "version": "0.28.7",
4
4
  "mcpName": "io.github.mission69b/t2000",
5
5
  "description": "MCP server for AI agent bank accounts on Sui — 25 tools, 16 prompts, stdio transport",
6
6
  "type": "module",
@@ -40,7 +40,7 @@
40
40
  "dependencies": {
41
41
  "@modelcontextprotocol/sdk": "^1.28.0",
42
42
  "zod": "^3.25.0",
43
- "@t2000/sdk": "0.28.6"
43
+ "@t2000/sdk": "0.28.7"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "^20",