Files
dap-was-dapms/config/manifests/was-sal-manifest-sample-v1.json
janghw 2d730ea9c1
All checks were successful
Deploy Gateway / deploy (push) Successful in 2m33s
local-fixtures 추가 가상 tool server json파일로 대체
2026-09-08 13:56:13 +09:00

41 lines
1.6 KiB
JSON

{
"bundleId": "was-sal",
"revision": "local-sal-manifest-v1",
"tools": [
{
"name": "cmm_claim_search",
"endpoint": "/mcp/cmm_claim_search",
"title": "보험금 청구 상태 조회",
"description": "청구번호로 보험금 청구 상태를 가짜 데이터로 조회합니다.",
"inputSchema": {
"type": "object",
"properties": {
"claimNo": { "type": "string", "description": "청구번호" },
"contractNo": { "type": "string", "description": "계약번호" }
},
"required": ["claimNo"],
"additionalProperties": false
},
"annotations": { "title": "보험금 청구 상태 조회", "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true, "openWorldHint": false },
"_meta": { "version": "1.0.0", "timeoutMillis": 5000, "enabled": true }
},
{
"name": "cmm_memo_retriever",
"endpoint": "/mcp/cmm_memo_retriever",
"title": "의뢰서 목록 조회",
"description": "의뢰서 목록을 가짜 데이터로 조회합니다.",
"inputSchema": {
"type": "object",
"properties": {
"memoStatus": { "type": "string", "description": "의뢰서 상태" },
"searchKeyword": { "type": "string", "description": "검색어" }
},
"required": ["memoStatus", "searchKeyword"],
"additionalProperties": false
},
"annotations": { "title": "의뢰서 목록 조회", "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true, "openWorldHint": false },
"_meta": { "version": "1.0.0", "timeoutMillis": 5000, "enabled": true }
}
]
}