필요없는 내역 제거

This commit is contained in:
mskim 2025-12-10 13:46:03 +09:00
parent de5eede11d
commit 29d8c46315
4 changed files with 0 additions and 37 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
HELP.md
target/
.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/

View File

@ -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"
}
}
}

View File

@ -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
}
}
}
}

View File

@ -1,6 +0,0 @@
{
"jsonrpc": "2.0",
"id": "2",
"method": "tools/list"
}