Compare commits

..

No commits in common. "e88920485aa7cb7c5405c03b66916b82f1475261" and "6d9bb82b6169616a58a57937ce8c7b027e3e44c3" have entirely different histories.

11
.vscode/mcp.json vendored Normal file
View file

@ -0,0 +1,11 @@
{
"servers": {
"openclaw": {
"type": "stdio",
"command": "/home/paul/.nvm/versions/node/v22.23.0/bin/node",
"args": [
"/home/paul/Workspace/tools/openclaw-mcp-server.js"
]
}
}
}