天气服务
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"mcp-weather-zk": {
"args": [
"mcp-weather"
],
"command": "",
"env": {
"key": "value"
}
}
}
}
服务介绍
json
{
"mcpServers": {
"mcp-weather-zk": {
"args": [
"mcp-weather"
],
"command": "",
"env": {
"key": "value"
}
}
}
}