redis 연동 테스트
This commit is contained in:
@@ -39,7 +39,7 @@ public class DailyQuoteToolService extends AbstractMcpToolService {
|
||||
new DailyQuoteRes("가장 큰 위험은 위험 없는 삶이다.", "스티븐 코비")
|
||||
);
|
||||
|
||||
@McpFunction(register = true, displayName = "랜덤 명언 툴", name = "daily_quote",
|
||||
@McpFunction(register = false, displayName = "랜덤 명언 툴", name = "daily_quote",
|
||||
description = "무작위로 영감을 주는 명언을 하나 가져옵니다.",
|
||||
prompt = "오늘의 명언 하나 알려줘, 동기부여 명언 등",
|
||||
mappingId = "QUOTE_001"
|
||||
|
||||
@@ -37,7 +37,7 @@ public class ExchangeRateToolService extends AbstractMcpToolService {
|
||||
this.restClient = RestClient.create();
|
||||
}
|
||||
|
||||
@McpFunction(register = true, displayName = "실시간 환율 조회 툴", name = "exchange_rate",
|
||||
@McpFunction(register = false, displayName = "실시간 환율 조회 툴", name = "exchange_rate",
|
||||
description = "원하는 통화의 실시간 환율을 조회합니다. (예: USD, EUR, JPY)",
|
||||
prompt = "현재 달러 환율 알려줘, 엔화 환율은?",
|
||||
mappingId = "EXCHANGE_001"
|
||||
|
||||
@@ -40,7 +40,7 @@ public class WeatherToolService extends AbstractMcpToolService {
|
||||
this.restClient = RestClient.create();
|
||||
}
|
||||
|
||||
@McpFunction(register = true, displayName = "날씨 조회 툴", name = "weather",
|
||||
@McpFunction(register = false, displayName = "날씨 조회 툴", name = "weather",
|
||||
description = "특정 도시의 현재 날씨, 온도, 풍속 정보를 조회합니다.",
|
||||
prompt = "서울 날씨 알려줘, 부산 기온 알려줘 등 실시간 기상 조회",
|
||||
mappingId = "WEATHER_001"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Render ?渠𦉘?圉<> ?瞘祭 ?<3F>鹻 ?木<>
|
||||
# Render ?\uFFFD\uB77C?\uFFFD\uB4DC ?\uFFFD\uACBD ?\uFFFD\uC6A9 ?\uFFFD\uC815
|
||||
server.port=${PORT:8084}
|
||||
axhub.gateway.url=https://axhub-gateway.onrender.com
|
||||
axhub.tool.url=https://dap-tool-other.onrender.com
|
||||
axhub.tool.url=https://axhub-tool-other.onrender.com
|
||||
|
||||
# EIMS ?軤<EFBFBD> ?潰黱???𡢾<> ?瑅陷 (Mock)
|
||||
# EIMS ?\uFFFD\uC801 ?\uFFFD\uC6B0???\uFFFD\uC18D ?\uFFFD\uBCF4 (Mock)
|
||||
eims.http.url=http://localhost:${server.port}/api/gateway
|
||||
eims.tcp.host=127.0.0.1
|
||||
eims.tcp.port=8090
|
||||
@@ -13,7 +13,7 @@ eims.jsp.json.url=http://localhost:${server.port}/mock/jsp-json
|
||||
eims.mci.url=http://localhost:${server.port}/api/mock/esb/api
|
||||
eims.mcistring.url=http://localhost:${server.port}/api/mock/esb/string
|
||||
|
||||
# --- ?𡥄<EFBFBD>?潰𦚯??EAI/MCI ?國<> IP ?瑅陷 (穈嶅<E7A988> ?瞘祭) ---
|
||||
# --- ?\uFFFD\uD55C?\uFFFD\uC774??EAI/MCI ?\uFFFD\uACC4 IP ?\uFFFD\uBCF4 (\uAC1C\uBC1C ?\uFFFD\uACBD) ---
|
||||
shinhan.integration.envrTypeCd=D
|
||||
shinhan.integration.eai.url=http://10.176.32.181
|
||||
shinhan.integration.internalMci.url=http://10.176.32.173
|
||||
|
||||
Reference in New Issue
Block a user