{
  "name": "@t2000/mcp",
  "version": "10.21.2",
  "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.",
  "mcpName": "io.github.mission69b/t2000",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "bin": {
    "t2000-mcp": "./dist/bin.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "mcp",
    "sui",
    "ai",
    "agent",
    "wallet",
    "t2000",
    "claude",
    "cursor",
    "windsurf",
    "model-context-protocol"
  ],
  "author": "t2000",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mission69b/t2000.git",
    "directory": "packages/mcp"
  },
  "homepage": "https://t2000.ai",
  "dependencies": {},
  "devDependencies": {
    "@modelcontextprotocol/sdk": "^1.28.0",
    "@types/node": "^20",
    "eslint": "^9",
    "tsup": "^8",
    "typescript": "^5",
    "typescript-eslint": "^8.58.0",
    "vitest": "^3",
    "zod": "^3.25.0",
    "@t2000/sdk": "10.21.2"
  },
  "license": "MIT",
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src/",
    "clean": "rm -rf dist"
  }
}