@bashcat/cwa-mcp-weather
Version:
MCP 伺服器整合中央氣象署 (CWA) 開放資料 API - 完整支援所有15個天氣工具
62 lines (61 loc) • 1.36 kB
JSON
{
"name": "@bashcat/cwa-mcp-weather",
"version": "2.1.0",
"description": "MCP 伺服器整合中央氣象署 (CWA) 開放資料 API - 完整支援所有15個天氣工具",
"type": "module",
"main": "dist/index.js",
"bin": {
"cwa-mcp-weather": "dist/index.js"
},
"files": [
"dist/**/*",
"README.md",
"CHANGELOG.md"
],
"scripts": {
"build": "tsc && cp src/*.json dist/",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"test": "tsx src/test.ts",
"test:jest": "jest"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"dotenv": "^17.0.0",
"node-fetch": "^3.3.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18"
},
"keywords": [
"mcp",
"model-context-protocol",
"weather",
"taiwan",
"cwa",
"central-weather-administration",
"api",
"forecast",
"climate",
"opendata"
],
"author": "BASHCAT <bashcat0804@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Oliver0804/cwa-mcp.git"
},
"homepage": "https://bashcat.net",
"bugs": {
"url": "https://github.com/Oliver0804"
}
}