{
  "name": "minimax-coding-plan-mcp",
  "version": "0.1.2",
  "author": "seepine",
  "license": "MIT",
  "description": "Mcp Server For MiniMax of web_search and understand_image",
  "type": "module",
  "main": "dist/stdio.js",
  "scripts": {
    "dev": "run-p watch start:sse start:streamableHttp inspector",
    "build": "tsc && shx chmod +x dist/stdio.js",
    "watch": "tsc --watch",
    "inspector": "npx -y @modelcontextprotocol/inspector",
    "start:stdio": "tsx watch src/stdio.ts",
    "start:sse": "tsx watch src/sse.ts",
    "start:streamableHttp": "tsx watch src/streamableHttp.ts",
    "format": "prettier --write src/",
    "tsc": "tsc --noEmit",
    "release": "pnpm tsc && pnpm format && commit-and-tag-version && git push --follow-tags"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "~1.28.0",
    "express": "~5.2.1",
    "zod": "~4.3.6"
  },
  "devDependencies": {
    "@types/express": "~5.0.6",
    "@types/node": "^24.10.0",
    "@vercel/nft": "~1.3.2",
    "commit-and-tag-version": "^12.7.1",
    "fs-extra": "~11.3.0",
    "npm-run-all2": "^8.0.4",
    "prettier": "^3.8.1",
    "shx": "~0.4.0",
    "tsx": "^4.19.3",
    "typescript": "~5.8.2"
  },
  "bin": {
    "minimax-coding-plan-mcp": "dist/stdio.js"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "mcp",
    "minimax",
    "image",
    "web",
    "search"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/seepine/minimax-coding-plan-mcp"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "esbuild"
    ]
  },
  "packageManager": "pnpm@10.30.2",
  "engines": {
    "node": ">=24.0.0",
    "pnpm": ">=10"
  }
}
