UNPKG

@maol-1997/weatherapi-mcp

Version:

WeatherAPI MCP server - MCP tool for weather data

45 lines (44 loc) 920 B
{ "name": "@maol-1997/weatherapi-mcp", "version": "1.0.0", "description": "WeatherAPI MCP server - MCP tool for weather data", "type": "module", "main": "dist/server.js", "types": "dist/server.d.ts", "bin": { "weatherapi-mcp": "./dist/server.js" }, "scripts": { "build": "tsc", "start": "node dist/server.js", "dev": "ts-node --esm src/server.ts", "prepare": "npm run build" }, "keywords": [ "mcp", "weather", "weatherapi", "modelcontextprotocol", "air-quality" ], "author": "maol-1997", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.6.7", "dotenv": "^16.4.5", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.25", "ts-node": "^10.9.2", "typescript": "^5.4.2" }, "files": [ "dist", "README.md" ], "publishConfig": { "access": "public" } }