feat: MCP SSE 통신 개선, 호스트 바인딩 및 사용자 신규 비즈니스 모듈 코드 추가
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 3m42s
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 3m42s
This commit is contained in:
3
mci-mock/__files/cmm_memo_retriever.json
Normal file
3
mci-mock/__files/cmm_memo_retriever.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"resultCode" : "SUCCESS"
|
||||
}
|
||||
4
mci-mock/__files/ins_insurance_processor.json
Normal file
4
mci-mock/__files/ins_insurance_processor.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"resultCode" : "SUCCESS",
|
||||
"claimId" : "CLM20230001"
|
||||
}
|
||||
13
mci-mock/mappings/cmm_memo_retriever.json
Normal file
13
mci-mock/mappings/cmm_memo_retriever.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"request" : {
|
||||
"method" : "POST",
|
||||
"urlPath" : "/MEMO0000001"
|
||||
},
|
||||
"response" : {
|
||||
"status" : 200,
|
||||
"headers" : {
|
||||
"Content-Type" : "application/json;charset=UTF-8"
|
||||
},
|
||||
"bodyFileName" : "cmm_memo_retriever.json"
|
||||
}
|
||||
}
|
||||
13
mci-mock/mappings/ins_insurance_processor.json
Normal file
13
mci-mock/mappings/ins_insurance_processor.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"request" : {
|
||||
"method" : "POST",
|
||||
"urlPath" : "/CLAIM0000001"
|
||||
},
|
||||
"response" : {
|
||||
"status" : 200,
|
||||
"headers" : {
|
||||
"Content-Type" : "application/json;charset=UTF-8"
|
||||
},
|
||||
"bodyFileName" : "ins_insurance_processor.json"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user