9 months ago
通过高德api获取城市天气信息
Server Config
{
"mcpServers": {
"amap-weather-server": {
"command": "npx",
"args": [
"-y",
"amap-weather-server"
],
"env": {
"AMAP_KEY": "57d5523fce63fe1d9d28215f3b731ed6"
}
}
}
}