chore: update workspace config and memory

This commit is contained in:
arin
2026-03-30 19:30:25 +09:00
commit f3726b39d1
3479 changed files with 346874 additions and 0 deletions

44
acpx.json Normal file
View File

@@ -0,0 +1,44 @@
{
"mcpServers": {
"KIS MCP Server": {
"command": "/home/arin/.openclaw/workspace/KIS_MCP_Server/.venv/bin/python",
"args": [
"/home/arin/.openclaw/workspace/KIS_MCP_Server/server.py"
],
"env": {
"KIS_APP_KEY": "PS6oVJ36iT2eVtMkNoyPgJSu0krxwayi5eee",
"KIS_APP_SECRET": "9Afz0V8IDn+OjZsHHGs2So2+ijnAm7IEQgw2Gnx9xe9bdVGwndvmWLzSPG6psU84X8HQw6h0M9JhlXSaIqOUYysct7HLS6wQlkdzUIqgeTou7rwTL2krjSOUReUdrqBzpxjyxBbYmq1HaGp06ddZnFwbr/dJcKxPs7SLeWT9A/xn0A0wCZI=",
"KIS_ACCOUNT_TYPE": "VIRTUAL",
"KIS_CANO": "50160820"
}
},
"Playwright MCP": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest",
"--isolated",
"--output-dir",
"/home/arin/.openclaw/workspace/tmp/playwright-mcp"
]
},
"SSH Terminal MCP": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://127.0.0.1:5057/mcp",
"--allow-http"
]
},
"KeyboardMouse MCP": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://127.0.0.1:5058/mcp",
"--allow-http"
]
}
}
}