{
  "name": "uniclouddb-mcp",
  "version": "1.0.5",
  "description": "基于MCP协议的uniCloud数据库操作工具，支持通过AI助手进行数据库CRUD操作",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "node test-db.js",
    "start": "node index.js",
    "dev": "node --watch index.js"
  },
  "keywords": [
    "mcp",
    "uniCloud",
    "database",
    "ai",
    "jql",
    "uniclouddb"
  ],
  "bin": {
    "uniclouddb-mcp": "./index.js"
  },
  "author": "June",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/abuhtig/uniclouddb-mcp"
  },
  "bugs": {
    "url": "https://github.com/abuhtig/uniclouddb-mcp/issues"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.11.1",
    "zod": "^3.24.4"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "*.js",
    "README.md",
    "LICENSE"
  ]
}
