Spaces:
Sleeping
Sleeping
| cat <<EOF > /home/node/config.json | |
| { | |
| "mcpServers": { | |
| "desktop-commander": { | |
| "command": "npx", | |
| "args": [ | |
| "-y", | |
| "@wonderwhy-er/desktop-commander" | |
| ] | |
| } | |
| } | |
| } | |
| EOF | |
| exec mcp-superassistant-proxy --config /home/node/config.json --host 0.0.0.0 --port 7860 --cors true |