{ "name": "@yodolabs/plateau-creative-mcp", "version": "0.1.3", "mcpName": "io.github.pixelx-jp/plateau-creative-mcp", "description": "MCP server exposing PLATEAU 3D city data as scene-editing and glTF export tools for creative LLM agents.", "license": "MIT", "author": "Yodo Labs", "homepage": "https://github.com/pixelx-jp/plateau-creative-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/pixelx-jp/plateau-creative-mcp.git" }, "bugs": { "url": "https://github.com/pixelx-jp/plateau-creative-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "plateau", "citygml", "3d", "gltf", "tokyo", "geospatial", "blender" ], "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "plateau-creative-mcp": "dist/index.js" }, "files": [ "dist", "python", "README.md", "LICENSE" ], "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsx src/index.ts", "dev:watch": "tsx watch src/index.ts", "repl": "tsx scripts/dev-repl.ts", "smoke:load": "tsx scripts/smoke-load-area.ts", "smoke:export": "tsx scripts/smoke-export-glb.ts", "smoke:inspector": "tsx scripts/inspector-smoke.ts", "measure:compress": "tsx scripts/measure-compress.ts", "render:glb": "tsx scripts/render-glb.ts", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "lint": "biome check src tests scripts", "lint:fix": "biome check --write src tests scripts", "format": "biome format --write src tests scripts" }, "dependencies": { "@gltf-transform/core": "^4.1.0", "@gltf-transform/extensions": "^4.1.0", "@gltf-transform/functions": "^4.1.0", "@modelcontextprotocol/sdk": "^1.0.4", "duckdb-async": "^1.1.3", "fzstd": "^0.1.1", "tar": "^7.4.3", "three": "^0.169.0", "ulid": "^2.3.0", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.3" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/node": "^22.5.0", "@types/tar": "^6.1.13", "@types/three": "^0.169.0", "playwright": "^1.60.0", "tsx": "^4.19.0", "typescript": "^5.6.0", "vitest": "^2.1.0" }, "engines": { "node": ">=20" } }