mcp: support amap auto ip detection (#2041)

This commit is contained in:
澄潭
2025-04-10 17:08:01 +08:00
committed by GitHub
parent b1307ba97e
commit 0e94e1a58a
4 changed files with 41 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ type WeatherRequest struct {
}
func (t WeatherRequest) Description() string {
return "根据城市名称或者标准adcode查询指定城市的天气"
return "根据城市名称或者标准adcode查询指定城市的天气城市名称可以通过maps_ip_location工具获取"
}
func (t WeatherRequest) InputSchema() map[string]any {