{
  "name": "@bestmfy/vision-understanding-mcp",
  "version": "1.0.4",
  "description": "MCP Server for Image/Video Understanding using Doubao Vision Model",
  "main": "index.js",
  "bin": {
    "vision-understanding-mcp": "./bin/vision-understanding-mcp"
  },
  "scripts": {
    "start": "python3 vision_mcp_server.py",
    "test": "node test-npm-package.js",
    "test:python": "python3 test_vision_server.py",
    "postinstall": "python3 -m pip install -r requirements.txt",
    "prepublishOnly": "npm test",
    "prepack": "npm test"
  },
  "keywords": [
    "mcp",
    "vision",
    "ai",
    "image-analysis",
    "video-analysis",
    "doubao",
    "volcengine"
  ],
  "author": "bestmfy <longdong1996@qq.com>",
  "license": "MIT",
  "engines": {
    "node": ">=14.0.0",
    "python": ">=3.9.0"
  },
  "files": [
    "bin/",
    "vision_mcp_server.py",
    "vision_mcp_server_fixed.py",
    "requirements.txt",
    "README.md",
    "index.js"
  ],
  "publishConfig": {
    "access": "public"
  }
}
