fix: set register true for tools to fix catalog display
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 33s

This commit is contained in:
jade
2026-07-29 12:55:06 +09:00
parent 139ddbc6ca
commit 7b1d3131e6
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ public interface TeamMemberUseCase {
description = "신한라이프 MCP, TOOL 파트 구성원을 조회합니다.",
prompt = "신한라이프 MCP, TOOL 파트 구성원을 조회해 줘. (주의: 응답 시 ** 등 마크다운 기호를 절대 사용하지 말고 평문으로만 출력해 줘)",
mappingId = "DIRECT0001",
register = false,
register = true,
requiresApproval = false,
openWorldHint = true
)

View File

@@ -15,7 +15,7 @@ public interface SolReqListUseCase {
description = "SOL 의뢰서 목록 조회해줘",
prompt = "SOL 의뢰서 목록 조회해줘",
mappingId = "SOLG00000001",
register = false,
register = true,
requiresApproval = false,
openWorldHint = true
)