@t2000/mcp 0.18.3 → 0.20.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/README.md +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ MCP server for AI agent bank accounts on Sui. Connect Claude Desktop, Cursor, or
|
|
|
4
4
|
|
|
5
5
|
**23 tools · 15 prompts · stdio transport · safeguard enforced**
|
|
6
6
|
|
|
7
|
-
> **
|
|
7
|
+
> **New to t2000?** Run `t2000 init` for guided setup, then `t2000 mcp install` to auto-configure Claude Desktop, Cursor, and Windsurf.
|
|
8
8
|
|
|
9
9
|
## Quick Start
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t2000/mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.20.1",
|
|
4
|
+
"mcpName": "io.github.mission69b/t2000",
|
|
4
5
|
"description": "MCP server for AI agent bank accounts on Sui — 23 tools, 15 prompts, stdio transport",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"main": "./dist/index.js",
|