local-fixtures 추가 가상 tool server json파일로 대체
All checks were successful
Deploy Gateway / deploy (push) Successful in 2m33s
All checks were successful
Deploy Gateway / deploy (push) Successful in 2m33s
This commit is contained in:
40
config/manifests/was-sal-manifest-sample-v1.json
Normal file
40
config/manifests/was-sal-manifest-sample-v1.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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 }
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user