package.json•711 B
{
"name": "hefeng-mcp-server",
"version": "1.7.0",
"description": "一个用于和风天气API的MCP服务器,提供天气查询、城市位置ID获取和当前日期时间查询功能。",
"main": "dist/index.js",
"bin": "dist/index.js",
"scripts": {
"build": "tsc"
},
"files": [
"dist"
],
"keywords": [
"mcp",
"modelcontextprotocol",
"weather",
"hefeng-weather",
"geolocation",
"datetime"
],
"author": "ctermiii (updated by Gemini)",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.10.2",
"typescript": "^5.8.3"
},
"type": "module"
}