@t2000/mcp 1.28.1 → 1.28.3
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
|
@@ -140165,7 +140165,7 @@ ${context}
|
|
|
140165
140165
|
}
|
|
140166
140166
|
|
|
140167
140167
|
// src/index.ts
|
|
140168
|
-
var PKG_VERSION = "1.28.
|
|
140168
|
+
var PKG_VERSION = "1.28.3" ;
|
|
140169
140169
|
console.log = (...args) => console.error("[log]", ...args);
|
|
140170
140170
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
140171
140171
|
async function startMcpServer(opts) {
|
package/dist/index.js
CHANGED
|
@@ -140164,7 +140164,7 @@ ${context}
|
|
|
140164
140164
|
}
|
|
140165
140165
|
|
|
140166
140166
|
// src/index.ts
|
|
140167
|
-
var PKG_VERSION = "1.28.
|
|
140167
|
+
var PKG_VERSION = "1.28.3" ;
|
|
140168
140168
|
console.log = (...args) => console.error("[log]", ...args);
|
|
140169
140169
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
140170
140170
|
async function startMcpServer(opts) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t2000/mcp",
|
|
3
|
-
"version": "1.28.
|
|
3
|
+
"version": "1.28.3",
|
|
4
4
|
"mcpName": "io.github.mission69b/t2000",
|
|
5
5
|
"description": "MCP server for AI agent bank accounts on Sui — 29 tools, 15 prompts, stdio transport. Drop-in for Claude Desktop, Cursor, Cline, Continue, or any MCP-compatible client.",
|
|
6
6
|
"type": "module",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"typescript": "^5",
|
|
47
47
|
"vitest": "^3",
|
|
48
48
|
"zod": "^3.25.0",
|
|
49
|
-
"@t2000/sdk": "1.28.
|
|
49
|
+
"@t2000/sdk": "1.28.3"
|
|
50
50
|
},
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"scripts": {
|