feat: Add property-based fallback routing for unregistered tools

This commit is contained in:
jade
2026-07-08 16:32:23 +09:00
parent 056447075c
commit 8db282037b
4 changed files with 50 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ public class TemplateUtilityService extends AbstractMcpToolService {
name = "get_template_file_url",
description = "특정 템플릿의 양식 파일(엑셀, 워드 등)을 다운로드 받을 수 있는 시스템 URL을 반환합니다. AI는 이 URL을 사용자에게 마크다운 링크 형태로 제공해야 합니다.",
prompt = "요청하신 템플릿 양식 파일 다운로드 URL은 다음과 같습니다. 클릭하여 다운로드하세요:",
visible = false
register = false
)
public Map<String, Object> getTemplateFileUrl(TemplateDownloadReq data) {
try {