fix/inactive-toolbar-buttons #38
1 changed files with 4 additions and 1 deletions
chore(vscode): add PATH env to openclaw MCP server config
Lets the openclaw MCP server spawned by VS Code locate dotnet, adb and other SDK tools (android-sdk, .dotnet/tools) used during integration sessions.
commit
21a79074cc
5
.vscode/mcp.json
vendored
5
.vscode/mcp.json
vendored
|
|
@ -5,7 +5,10 @@
|
|||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue