@t2000/mcp 5.28.0 → 5.30.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/dist/bin.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/bin.js
CHANGED
|
@@ -99617,7 +99617,7 @@ The wallet can EARN too: t2000_tasks lists live reward tasks + the community tas
|
|
|
99617
99617
|
Spending is the user's own USDC and every t2000_pay call is bounded by maxPrice. For larger or multi-step spends, state the estimated cost first and proceed once the user is happy. Use t2000_balance to check funds. The v4 wallet is payments-only; savings / lending live on audric.ai.`;
|
|
99618
99618
|
|
|
99619
99619
|
// src/index.ts
|
|
99620
|
-
var PKG_VERSION = "5.
|
|
99620
|
+
var PKG_VERSION = "5.30.0" ;
|
|
99621
99621
|
console.log = (...args) => console.error("[log]", ...args);
|
|
99622
99622
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
99623
99623
|
async function startMcpServer(opts) {
|
package/dist/index.js
CHANGED
|
@@ -99616,7 +99616,7 @@ The wallet can EARN too: t2000_tasks lists live reward tasks + the community tas
|
|
|
99616
99616
|
Spending is the user's own USDC and every t2000_pay call is bounded by maxPrice. For larger or multi-step spends, state the estimated cost first and proceed once the user is happy. Use t2000_balance to check funds. The v4 wallet is payments-only; savings / lending live on audric.ai.`;
|
|
99617
99617
|
|
|
99618
99618
|
// src/index.ts
|
|
99619
|
-
var PKG_VERSION = "5.
|
|
99619
|
+
var PKG_VERSION = "5.30.0" ;
|
|
99620
99620
|
console.log = (...args) => console.error("[log]", ...args);
|
|
99621
99621
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
99622
99622
|
async function startMcpServer(opts) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t2000/mcp",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.30.0",
|
|
4
4
|
"description": "MCP server for Agent Wallets on Sui — 9 tools (balance, send, swap, pay, …) + 8 auto-registered skill prompts, stdio transport. Drop-in for Claude Desktop, Cursor, Windsurf, Cline, Continue, or any MCP-compatible client.",
|
|
5
5
|
"mcpName": "io.github.mission69b/t2000",
|
|
6
6
|
"type": "module",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"typescript-eslint": "^8.58.0",
|
|
49
49
|
"vitest": "^3",
|
|
50
50
|
"zod": "^3.25.0",
|
|
51
|
-
"@t2000/sdk": "5.
|
|
51
|
+
"@t2000/sdk": "5.30.0"
|
|
52
52
|
},
|
|
53
53
|
"license": "MIT",
|
|
54
54
|
"scripts": {
|