UNPKG

@h1deya/mcp-server-weather

Version:

MCP server for weather forecast and severe weather alerts in the US

45 lines (44 loc) 1.11 kB
{ "name": "@h1deya/mcp-server-weather", "version": "0.1.3", "description": "MCP server for weather forecast and severe weather alerts in the US", "license": "MIT", "keywords": [ "modelcontextprotocol", "mcp", "mcp-server", "weather" ], "author": "", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/hideya/mcp-server-weather-js.git" }, "engines": { "node": ">=18" }, "bin": { "mcp-server-weather": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "clean": "git clean -fdxn -e .env && read -p 'OK?' && git clean -fdx -e .env", "do-publish": "npm run clean && npm install && npm publish --access=public", "publish-dry-run": "npm run clean && npm install && npm publish --access=public --dry-run" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.3", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22", "shx": "^0.3.4", "typescript": "^5.7.2" } }