forked from kimhyungsik/ax_hub_mcp_tool
feat: Add property-based fallback routing for unregistered tools
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user