{ "name": "qweather-mcp", "version": "1.0.12", "type": "module", "description": "QWeather MCP SDK CLI Tool", "files": [ "build", "/cli.js" ], "bin": { "qweather-mcp": "cli.js" }, "scripts": { "build": "tsc && node scripts/set-permissions.js", "build:windows": "tsc" }, "keywords": [ "cli", "qweather", "mcp", "tool" ], "author": "overstarry", "license": "ISC", "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "jose": "^5.9.6", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.14.0", "typescript": "^5.8.2" }, "mcpName": "io.github.overstarry/qweather-mcp" }