feat: rename tool get_weather to weather
This commit is contained in:
@@ -40,7 +40,7 @@ public class WeatherToolService extends AbstractMcpToolService {
|
|||||||
this.restClient = RestClient.create();
|
this.restClient = RestClient.create();
|
||||||
}
|
}
|
||||||
|
|
||||||
@McpFunction(register = false, displayName = "날씨 조회 툴", name = "get_weather",
|
@McpFunction(register = false, displayName = "날씨 조회 툴", name = "weather",
|
||||||
description = "특정 도시의 현재 날씨, 온도, 풍속 정보를 조회합니다.",
|
description = "특정 도시의 현재 날씨, 온도, 풍속 정보를 조회합니다.",
|
||||||
prompt = "서울 날씨 알려줘, 부산 기온 알려줘 등 실시간 기상 조회",
|
prompt = "서울 날씨 알려줘, 부산 기온 알려줘 등 실시간 기상 조회",
|
||||||
mappingId = "WEATHER_001"
|
mappingId = "WEATHER_001"
|
||||||
|
|||||||
Reference in New Issue
Block a user