forked from kimhyungsik/ax_hub_mcp_tool
fix: align tool service routing manifest schema
All checks were successful
Deploy Tools / deploy (push) Successful in 1m24s
All checks were successful
Deploy Tools / deploy (push) Successful in 1m24s
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
mcp:
|
||||
manifest:
|
||||
routing-functions:
|
||||
- name: route_to_dat_was_sal
|
||||
description: 영업 업무 서버로 요청을 라우팅합니다.
|
||||
- name: route_to_dat-was-sal
|
||||
description-serialization: 영업 업무 서버로 요청을 라우팅합니다. 영업 조직과 설계사 업무를 처리합니다. 요청의 주요 엔티티와 업무 영역을 기준으로 영업 서버를 선택합니다.
|
||||
server-id: dat-was-sal
|
||||
category-key: sal
|
||||
product-boundary: insurance
|
||||
@@ -12,5 +12,5 @@ mcp:
|
||||
capabilities: [설계사 조회, 영업조직 조회, 실적 조회]
|
||||
select-if: 설계사, 영업조직 또는 영업실적 관련 요청인 경우
|
||||
reject-if: 고객, 계약, 상품, 시스템 운영 업무가 주된 요청인 경우
|
||||
confidence-server-ids: [dat-was-sal]
|
||||
confusable-servers: [dat-was-cus, dat-was-pro, dat-was-sys]
|
||||
decision-policy: 요청의 주요 엔티티와 업무 영역을 기준으로 영업 서버를 선택합니다.
|
||||
|
||||
Reference in New Issue
Block a user