chore(vscode): remove local mcp.json (openclaw moved to global User config).
Some checks failed
Dotnet build and test / build (pull_request) Failing after 17m50s

This commit is contained in:
Paul Schneider 2026-08-19 19:59:50 +01:00
commit e88920485a
Signed by: notazof
GPG key ID: 1DD5D838E5343B06

14
.vscode/mcp.json vendored
View file

@ -1,14 +0,0 @@
{
"servers": {
"openclaw": {
"type": "stdio",
"command": "/home/paul/.nvm/versions/node/v22.23.0/bin/node",
"args": [
"/home/paul/Workspace/tools/openclaw-mcp-server.js"
],
"env": {
"PATH": "/home/paul/.nvm/versions/node/v22.23.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/paul/.dotnet/tools:/opt/android-sdk/cmdline-tools/latest/bin:/opt/android-sdk/platform-tools"
}
}
}
}