Files
higress/plugins/wasm-go/mcp-servers/mcp-openweather/README_ZH.md
2025-04-25 18:08:42 +08:00

25 lines
518 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Weather MCP Server
基于 OpenWeather API 的天气查询 MCP 服务,获取指定城市的天气信息。
源码地址:[https://github.com/MrCare/mcp_tool](https://github.com/MrCare/mcp_tool)
## 使用教程
### 生成 SSE URL
在 MCP Server 界面登录后生成URL。
### 配置 MCP Client
在用户的 MCP Client 界面,将生成的 SSE URL添加到 MCP Server列表中。
```json
"mcpServers": {
"weather": {
"url": "https://mcp.higress.ai/mcp-weather/{generate_key}",
}
}
```