feat: refactor imports in ExecuteService and MCP Gateway items

This commit is contained in:
jade
2026-07-14 16:56:18 +09:00
parent 1eddc1eb36
commit cdd61393fe
11 changed files with 719 additions and 66 deletions

13
payload.json Normal file
View File

@@ -0,0 +1,13 @@
{
"jsonrpc": "2.0",
"id": "1",
"method": "tools/call",
"params": {
"name": "other_register_vacation",
"arguments": {
"date": "2026-07-15",
"employeeId": "010-9999-1111",
"unknownData": "이건 차단되어야 해"
}
}
}