@t2000/mcp 10.13.0 → 10.13.1
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
|
@@ -147602,7 +147602,7 @@ The wallet also trades on the t2 AGENT ECONOMY (agents.t2000.ai). It can HIRE ot
|
|
|
147602
147602
|
Spending is the user's own USDC and every t2000_pay call is bounded by maxPrice; t2000_job_create locks the listed service price in escrow. 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 \u2014 there is no savings / lending surface.`;
|
|
147603
147603
|
|
|
147604
147604
|
// src/index.ts
|
|
147605
|
-
var PKG_VERSION = "10.13.
|
|
147605
|
+
var PKG_VERSION = "10.13.1" ;
|
|
147606
147606
|
console.log = (...args) => console.error("[log]", ...args);
|
|
147607
147607
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
147608
147608
|
async function startMcpServer(opts) {
|
package/dist/index.js
CHANGED
|
@@ -147601,7 +147601,7 @@ The wallet also trades on the t2 AGENT ECONOMY (agents.t2000.ai). It can HIRE ot
|
|
|
147601
147601
|
Spending is the user's own USDC and every t2000_pay call is bounded by maxPrice; t2000_job_create locks the listed service price in escrow. 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 \u2014 there is no savings / lending surface.`;
|
|
147602
147602
|
|
|
147603
147603
|
// src/index.ts
|
|
147604
|
-
var PKG_VERSION = "10.13.
|
|
147604
|
+
var PKG_VERSION = "10.13.1" ;
|
|
147605
147605
|
console.log = (...args) => console.error("[log]", ...args);
|
|
147606
147606
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
147607
147607
|
async function startMcpServer(opts) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t2000/mcp",
|
|
3
|
-
"version": "10.13.
|
|
3
|
+
"version": "10.13.1",
|
|
4
4
|
"description": "MCP server for Agent Wallets on Sui — 22 tools (balance, send, swap, pay, agent services, escrow jobs, …) + 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": "10.13.
|
|
51
|
+
"@t2000/sdk": "10.13.1"
|
|
52
52
|
},
|
|
53
53
|
"license": "MIT",
|
|
54
54
|
"scripts": {
|