chore: update workspace config and memory
This commit is contained in:
44
acpx.json
Normal file
44
acpx.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user