update amap tools mcp server

This commit is contained in:
johnlanni
2025-04-14 19:41:00 +08:00
parent 1301af4638
commit ed925ddf84
4 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ type GeoRequest struct {
}
func (t GeoRequest) Description() string {
return "将详细的结构化地址转换为经纬度坐标。支持对地标性名胜景区、建筑物名称解析为经纬度坐标"
return "将详细的结构化地址转换为经纬度坐标。支持对地标性名胜景区、建筑物名称解析为经纬度坐标, 城市名称可以通过基于ip定位位置的mcp工具获取"
}
func (t GeoRequest) InputSchema() map[string]any {