{
  "name": "@mcpcn/image-understanding-mcp",
  "version": "1.0.3",
  "description": "智谱GLM-4V-Plus-0111 图片内容理解MCP工具",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "image-understanding-mcp": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "mcp",
    "image-understanding",
    "GLM-4V-Plus-0111",
    "zhipu-ai",
    "typescript"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.6.0",
    "axios": "^1.7.0",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  }
}
