{
  "name": "tryaii-mcp-server",
  "version": "2.0.12",
  "description": "MCP Server for TryAII - Lightweight proxy to TryAII API service",
  "main": "index.js",
  "license": "apache-2.0",
  "type": "module",
  "bin": {
    "tryaii-mcp-server": "./build/index.js"
  },
  "files": [
    "build"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node build/index.js",
    "dev": "tsc && node build/index.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "@types/node": "^22.15.29",
    "typescript": "^5.8.3"
  },
  "devDependencies": {}
}
