diff --git a/axhub-tool-sms/src/main/resources/application-local.properties b/axhub-tool-sms/src/main/resources/application-local.properties index 9641c49..9893eff 100644 --- a/axhub-tool-sms/src/main/resources/application-local.properties +++ b/axhub-tool-sms/src/main/resources/application-local.properties @@ -23,14 +23,3 @@ mcp.security.tenant-domains.mcp-client-2=ALL # Gateway/Tool URLs axhub.gateway.url=http://localhost:8081 axhub.tool.url=http://localhost:${server.port} - -# Disable Kafka -spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration - -# Suppress Kafka Connection Logs -logging.level.org.apache.kafka=ERROR - -# MCP Function Override Test -mcp.functions.send_sms.description=고객에게 SMS 문자를 전송합니다. (프로퍼티 오버라이드 됨) -mcp.functions.send_sms.prompt=이 SMS 메시지 전송해줘. (프로퍼티 기반 작동) -mcp.functions.send_sms.mappingId=SMS_SEND_001 diff --git a/axhub-tool-sms/src/main/resources/application-local.yml b/axhub-tool-sms/src/main/resources/application-local.yml new file mode 100644 index 0000000..efc16af --- /dev/null +++ b/axhub-tool-sms/src/main/resources/application-local.yml @@ -0,0 +1,6 @@ +mcp: + functions: + send_sms: + description: "고객에게 SMS 문자를 전송합니다. (프로퍼티 오버라이드 됨)" + prompt: "이 SMS 메시지 전송해줘. (프로퍼티 기반 작동)" + mappingId: "SMS_SEND_001" diff --git a/response.json b/response.json new file mode 100644 index 0000000..476200c Binary files /dev/null and b/response.json differ