{
  "name": "rpgmaker-mv-mcp",
  "version": "5.14.2",
  "description": "RPG Maker MV Ultimate — AI copilot (MCP) for RPG Maker MV: generate maps, edit the database and events, and understand your project — validate broken references, explain why an event never fires, critique maps, and search by meaning.",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "modelcontextprotocol",
    "rpg-maker",
    "rpg-maker-mv",
    "rpgmaker",
    "rpgmaker-mv",
    "rpg",
    "game-development",
    "gamedev",
    "map-generation",
    "procedural-generation",
    "ai",
    "claude",
    "llm-tools"
  ],
  "homepage": "https://github.com/DiegoLopez0208/RpgMakerMVUltimate-MCP#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DiegoLopez0208/RpgMakerMVUltimate-MCP.git"
  },
  "bugs": {
    "url": "https://github.com/DiegoLopez0208/RpgMakerMVUltimate-MCP/issues"
  },
  "author": "DiegoLopez0208",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "rpgmaker-mv-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "skill",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "clean": "rimraf dist",
    "prebuild": "rimraf dist",
    "postbuild": "node -e \"require('fs').cpSync('knowledge','dist/knowledge',{recursive:true})\"",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "sharp": "^0.33.0",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/node": "^25.9.1",
    "eslint": "^10.5.0",
    "rimraf": "^6.1.3",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.61.1",
    "vitest": "^2.1.9"
  },
  "mcpName": "io.github.DiegoLopez0208/rpgmaker-mv-ultimate"
}
