@t2000/mcp 4.1.0 → 4.1.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
|
@@ -142024,7 +142024,7 @@ function registerSkillPrompts(server, skills = getBakedSkills()) {
|
|
|
142024
142024
|
}
|
|
142025
142025
|
|
|
142026
142026
|
// src/index.ts
|
|
142027
|
-
var PKG_VERSION = "4.1.
|
|
142027
|
+
var PKG_VERSION = "4.1.1" ;
|
|
142028
142028
|
console.log = (...args) => console.error("[log]", ...args);
|
|
142029
142029
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
142030
142030
|
async function startMcpServer(opts) {
|
package/dist/index.js
CHANGED
|
@@ -142023,7 +142023,7 @@ function registerSkillPrompts(server, skills = getBakedSkills()) {
|
|
|
142023
142023
|
}
|
|
142024
142024
|
|
|
142025
142025
|
// src/index.ts
|
|
142026
|
-
var PKG_VERSION = "4.1.
|
|
142026
|
+
var PKG_VERSION = "4.1.1" ;
|
|
142027
142027
|
console.log = (...args) => console.error("[log]", ...args);
|
|
142028
142028
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
142029
142029
|
async function startMcpServer(opts) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t2000/mcp",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.1",
|
|
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": "4.1.
|
|
51
|
+
"@t2000/sdk": "4.1.1"
|
|
52
52
|
},
|
|
53
53
|
"license": "MIT",
|
|
54
54
|
"scripts": {
|