fix: align tool service routing manifest schema
All checks were successful
Deploy Tools / deploy (push) Successful in 1m24s

This commit is contained in:
jade
2026-09-02 14:34:35 +09:00
parent 10aa14ccf4
commit b6603d7449
8 changed files with 63 additions and 20 deletions

View File

@@ -1,8 +1,8 @@
mcp:
manifest:
routing-functions:
- name: route_to_dat_was_pro
description: 처리계 업무 서버로 요청을 라우팅합니다.
- name: route_to_dat-was-pro
description-serialization: 처리계 업무 서버로 요청을 라우팅합니다. 보험 계약, 청약, 변경 및 보험금 지급 업무를 처리합니다. 요청의 주요 엔티티와 업무 영역을 기준으로 처리계 서버를 선택합니다.
server-id: dat-was-pro
category-key: pro
product-boundary: insurance
@@ -12,5 +12,5 @@ mcp:
capabilities: [계약 조회, 청약 처리, 계약 변경, 보험금 지급 조회]
select-if: 보험 계약, 청약, 계약 변경, 보험금 또는 지급 관련 요청인 경우
reject-if: 상품 소개, 고객 일반정보, 영업조직, 시스템 운영 업무가 주된 요청인 경우
confidence-server-ids: [dat-was-pro]
confusable-servers: [dat-was-cus, dat-was-sal, dat-was-sys]
decision-policy: 요청의 주요 엔티티와 업무 영역을 기준으로 처리계 서버를 선택합니다.