From 29d8c463158c048cc14aca551ec9275547837070 Mon Sep 17 00:00:00 2001 From: mskim Date: Wed, 10 Dec 2025 13:46:03 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=84=EC=9A=94=EC=97=86=EB=8A=94=20?= =?UTF-8?q?=EB=82=B4=EC=97=AD=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - test_mcp.json | 14 -------------- test_store_memory.json | 16 ---------------- test_tools_list.json | 6 ------ 4 files changed, 37 deletions(-) delete mode 100644 test_mcp.json delete mode 100644 test_store_memory.json delete mode 100644 test_tools_list.json diff --git a/.gitignore b/.gitignore index 667aaef..a71cd2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -HELP.md target/ .mvn/wrapper/maven-wrapper.jar !**/src/main/**/target/ diff --git a/test_mcp.json b/test_mcp.json deleted file mode 100644 index 34ca7af..0000000 --- a/test_mcp.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "jsonrpc": "2.0", - "id": "1", - "method": "initialize", - "params": { - "protocolVersion": "2024-11-05", - "capabilities": {}, - "clientInfo": { - "name": "test-client", - "version": "1.0.0" - } - } -} - diff --git a/test_store_memory.json b/test_store_memory.json deleted file mode 100644 index 9d9a00f..0000000 --- a/test_store_memory.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "jsonrpc": "2.0", - "id": "3", - "method": "tools/call", - "params": { - "arguments": { - "name": "store_memory", - "arguments": { - "user_id": "test_user", - "memory_text": "테스트 메모리입니다", - "importance": 3 - } - } - } -} - diff --git a/test_tools_list.json b/test_tools_list.json deleted file mode 100644 index ac2359b..0000000 --- a/test_tools_list.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "jsonrpc": "2.0", - "id": "2", - "method": "tools/list" -} -