Feat: Externalize McpFunction metadata to application properties

This commit is contained in:
jade
2026-07-06 16:35:43 +09:00
parent 761e9763e0
commit d2a4c3ea12
3 changed files with 39 additions and 3 deletions

View File

@@ -29,3 +29,8 @@ spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.kafka.KafkaA
# 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