{ "name": "japan-seasons-mcp", "version": "0.5.0", "mcpName": "io.github.haomingkoo/japan-seasons", "description": "Live Japan seasonal travel MCP — sakura forecasts, autumn leaves, flowers, festivals, fruit picking, weather, and broad AI-ready seasonal answers from JMC data.", "type": "module", "main": "dist/index.js", "bin": { "japan-seasons-mcp": "dist/index.js", "japan-sakura-koyo-mcp": "dist/index.js" }, "scripts": { "dev": "node --watch --enable-source-maps src/index.ts", "build": "tsc && chmod +x dist/index.js && node scripts/check-site-copy.mjs", "start": "node dist/index.js", "start:http": "node dist/index.js --http", "test": "vitest", "version": "node scripts/sync-version.mjs && git add server.json", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "japan", "japan-travel", "seasons", "seasonal", "seasonal-activities", "sakura", "cherry-blossom", "koyo", "autumn-leaves", "forecast", "travel", "jma", "bloom", "hanami", "momiji", "kawazu", "wisteria", "hydrangea", "fruit-picking", "flowers", "festivals", "fireworks", "matsuri", "weather", "cherry-blossom-forecast", "autumn-leaves-forecast" ], "author": "Haoming Koo", "homepage": "https://seasons.kooexperience.com", "repository": { "type": "git", "url": "git+https://github.com/haomingkoo/japan-seasons-mcp.git" }, "bugs": { "url": "https://github.com/haomingkoo/japan-seasons-mcp/issues" }, "license": "MIT", "engines": { "node": ">=18" }, "files": [ "dist", "public", "README.md", "LICENSE", "server.json", "smithery.yaml", "smithery.remote-config.json" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^25.6.0", "playwright": "^1.59.1", "typescript": "^6.0.3", "vitest": "^4.1.5" } }