feat(core, other): add MCI_STRING support and GlowTrgmField parser with sample tool

This commit is contained in:
jade
2026-07-09 13:20:43 +09:00
parent 4181a79cd8
commit bad6932f35
7 changed files with 268 additions and 0 deletions

View File

@@ -44,3 +44,7 @@ mcp:
description: "고객상세 정보 조회"
prompt: "이 고객의 상세 기본정보(주소, 연락처 등)를 알려줘."
mappingId: "CRM_002"
get_sample_string:
description: "MCI String 버전과 GlowTrgmField 파싱을 테스트하는 샘플 툴입니다."
prompt: "MCI 전문(String) 연계 및 고정 길이 파싱 테스트 해줘."
mappingId: "TRGM_001"