feat: standardize tool names and http clients
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled

This commit is contained in:
jade
2026-08-11 17:27:16 +09:00
parent 95a8ae3a1b
commit 9c420dc5ab
50 changed files with 726 additions and 221 deletions

View File

@@ -0,0 +1,5 @@
{
"resultCode" : "SUCCESS",
"employeeName" : "홍길동",
"departmentName" : "AX추진팀"
}

View File

@@ -0,0 +1,13 @@
{
"request" : {
"method" : "POST",
"urlPath" : "/CLCNNB00001"
},
"response" : {
"status" : 200,
"headers" : {
"Content-Type" : "application/json;charset=UTF-8"
},
"bodyFileName" : "smp_employee_search.json"
}
}